Tagged Questions
3
votes
1answer
321 views
Visual Studio 2010 RC with .net 4 beta 2
Does anyone know if it is possible to use Visual Studio 2010 RC with the beta 2 version of the .NET 4 framework? The reason I need to use the beta 2 version and not the RC is that there isn't an ...
2
votes
2answers
294 views
How can I inform the user of an XCOPY WPF 4 app that he needs to install .NET 4?
I've made a small tool application with Visual Studio 2010 which to distribute it, I zip these files from the Release folder:
Data
MainData.mdf
MainData_log.ldf
DataBackup.exe
...