<<
Visual Studio has encountered an exception. This may be caused by an extension.
You can get more information by running the application together with
the /log parameter on the command line, and then examining the file
'C:\Users\Peypey\AppData\Roaming\Microsoft\VCExpress\10.0\ActivityLog.xml'.
>>
I imported the GLUT and OpenGL extensions into the Microsoft SDK, and after that... I was able to continue to code in openGL but was then interrupted by the error above.
_________________
Is there an extension i can just write into the address? like a "-log" extension?
Help please. Thank you.
,
David
I think what they mean is that you should start the ide with /log added to the command line. Make a copy of the MSVC start menu shortcut, edit the properties and add the /log
Last edited by S_M_A; September 13th, 2011 at 05:04 PM.
Debugging is twice as hard as writing the code in the first place.
Therefore, if you write the code as cleverly as possible, you are, by
definition, not smart enough to debug it.
- Brian W. Kernighan
Unfortunately, that was unsuccessful.
I right clicked the MCVS shortcut, went into properties. Just like the following:
>> "C:\Program Files\Microsoft Visual Studio 10.0\Common7\IDE\VCExpress.exe" /log
It accepted the command but i still got the same error message.
<<
Visual Studio has encountered an exception. This may be caused by an extension.
You can get more information by running the application together with
the /log parameter on the command line, and then examining the file
'C:\Users\Peypey\AppData\Roaming\Microsoft\VCExpress\10.0\ActivityLog.xml'.
>>
Did you examine the file 'C:\Users\Peypey\AppData\Roaming\Microsoft\VCExpress\10.0\ActivityLog.xml' after using /log option?
Bookmarks