Hi all, I had a problem with my VS 2010. When i created a win form application, then run F5, a window was appeared and say : " Can not launch the debugger. The required property 'VSInstallDir' is missing or empty. "
And the output say that:
1>------ Build started: Project: Test, Configuration: Debug Win32 ------
1>Build started 3/23/2012 8:58:18 AM.
1>C:\Program Files (x86)\MSBuild\M icrosoft.Cpp\v4 .0\Microsoft.Cp pBuil...
Search Result
Collapse
2 results in 0.0013 seconds.
Keywords
Members
Tags
-
A problem with VS C++ 2010
-
Different Behavior Depending on Launch Method
Hello,
I am writing an application that will monitor a directory and when a new file is saved into that directory, it will open the file, extract the information needed and send an email with the information to the correct recipient. The program works great when I run it from the debugger (Visual C++ 2008) and all emails are sent, however when I attempt to run the *.exe file from the release folder, it appears to be doing the job...