CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4

Hybrid View

  1. #1
    Join Date
    Sep 2011
    Posts
    4

    Exception????????????

    <<
    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

  2. #2
    Join Date
    Oct 2006
    Location
    Sweden
    Posts
    3,654

    Re: Exception????????????

    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

    To enhance your chance's of getting an answer be sure to read
    http://www.codeguru.com/forum/announ...nouncementid=6
    and http://www.codeguru.com/forum/showthread.php?t=366302 before posting

    Refresh your memory on formatting tags here
    http://www.codeguru.com/forum/misc.php?do=bbcode

    Get your free MS compiler here
    https://visualstudio.microsoft.com/vs

  3. #3
    Join Date
    Sep 2011
    Posts
    4

    Re: Exception????????????

    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.

  4. #4
    VictorN's Avatar
    VictorN is online now Super Moderator Power Poster
    Join Date
    Jan 2003
    Location
    Hanover Germany
    Posts
    20,396

    Re: Exception????????????

    You wrote in your OP:
    Quote Originally Posted by dalisay_david View Post
    <<
    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?
    Victor Nijegorodov

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured