Search Result

Collapse
2 results in 0.0013 seconds.
Keywords
Members
Tags
debugger
  •  

  • Tino Phung
    started a topic A problem with VS C++ 2010
    in C

    A problem with VS C++ 2010

    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
    ...
    See more | Go to post

  • jtm5044
    started a topic Different Behavior Depending on Launch Method
    in .NET

    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...
    See more | Go to post
Working...