I have a win forms application. That was developed using visual studio 2008 on Windows XP.
When we migrated to Windows 7, the application worked fine as it is without any changes required.
I have downloaded the Beta version of Windows 8, and I get all sort of weird error messages of "files missing" types.
I am assuming that the inbuilt dll's and libraries I used to refer in the application (for eg. System.dll, System.SQL etc. etc.) have changed in Win 8
I checked the .net version in Win 8 and Win 7.
They do not look very different.
Can anyone suggest what is different in the .NET framework of Win 8 that the same program would not run.
Is anyone else facing similar issues??
I do not want to go and redesign the complete system in Visual Studio 2012 as it means a lot of work.
Please suggest what to do.