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
4 results in 0.0013 seconds.
Keywords
Members
Tags
-
A problem with VS C++ 2010
-
Boost in an MFC app on NT4
I am trying to modify a current MFC application running on Windows NT4 to use boost libraries for ethernet communcications (originally, it used CommX for serial) and general increased performance, effieciency, and clarity of code.
I started out modifying it in VS2010, but I found that I was unable to produce a valid NT4 app with VS2010. I googled the issue and found that VS2005 was the last version able to create an NT4 app. I got... -
How to fix the given compilation issue with VS2010?
I am facing issues with a project called ServiceConfigur ationManager in Visual Studio 2010. The project compiles without a hitch in Visual Studio 2005, it also compiles perfectly if I change the Platform Toolset to v90 in the Property Pages. The project is an EXE which uses both ATL and MFC.
When I try to execute the following line of code in a file called ServiceConfugra tionManagerModu le.h:
class CServiceConfigu rationManagerMo dule... -
how to read web.config from iis web directory
hi all
i am using a windows application as well as web application developed in visual studio 2010 beta 2 using .net framework 4 on windows xp/windows server 2008/windows7
i am able to read web.config file on system running windows XP sp2 but same is not read by windows 7 and windows server 2008
i installed my web application on iis 7 on said windows with .net 4 but it not read web.config by my windows...