Results 1 to 7 of 7

Thread: [RESOLVED] An exception has been encounterd. This may be caused by an extension.

  1. #1

    Thread Starter
    PowerPoster Radjesh Klauke's Avatar
    Join Date
    Dec 2005
    Location
    Sexbierum (Netherlands)
    Posts
    2,244

    Resolved [RESOLVED] An exception has been encounterd. This may be caused by an extension.

    Visual Studio 2012 Professional:

    An exception has been encounterd. This may be caused by an extension.

    I have included the log, cause I don't know where to look in the activity-log. Any chance someone can have a look and tell me what can be the problem? Thanks in advance.

    ActivityLog.zip


    If you found my post helpful, please rate it.

    Codebank Submission: FireFox Browser (Gecko) in VB.NET, Load files, (sub)folders treeview with Windows icons

  2. #2
    Karen Payne MVP kareninstructor's Avatar
    Join Date
    Jun 2008
    Location
    Oregon
    Posts
    6,714

    Re: An exception has been encounterd. This may be caused by an extension.

    Hello, have not looked at the activity log.
    Can you tell us what line of code (and show code if possible) raised the exception?

  3. #3

    Thread Starter
    PowerPoster Radjesh Klauke's Avatar
    Join Date
    Dec 2005
    Location
    Sexbierum (Netherlands)
    Posts
    2,244

    Re: An exception has been encounterd. This may be caused by an extension.

    I get this message when I start Visual Studio. No code used what-so-ever.


    If you found my post helpful, please rate it.

    Codebank Submission: FireFox Browser (Gecko) in VB.NET, Load files, (sub)folders treeview with Windows icons

  4. #4
    Addicted Member
    Join Date
    Oct 2012
    Location
    Springfield, IL
    Posts
    142

    Re: An exception has been encounterd. This may be caused by an extension.

    You are getting errors in something called TestWindow.Core.dll
    You could try to start visual studio in safe mode which will start without addins or extensions. Then you could possible work out which extension is crashing.

    use:
    devenv.exe /SafeMode

  5. #5
    Karen Payne MVP kareninstructor's Avatar
    Join Date
    Jun 2008
    Location
    Oregon
    Posts
    6,714

    Re: An exception has been encounterd. This may be caused by an extension.

    It does seem like extensions are the core problem. If using devenv.exe /SafeMode as suggested does allow VS to load them under VS options disable all extensions, restart w/o SafeMode. Does VS start? Enable extensions, restart, what happens? If still having issues one of the VS config xml files may be corrupt and if so would suggest posting a question at MSDN Visual Studio Setup and Installation forum.

  6. #6

    Thread Starter
    PowerPoster Radjesh Klauke's Avatar
    Join Date
    Dec 2005
    Location
    Sexbierum (Netherlands)
    Posts
    2,244

    Re: An exception has been encounterd. This may be caused by an extension.

    Thanks. Will let you know


    If you found my post helpful, please rate it.

    Codebank Submission: FireFox Browser (Gecko) in VB.NET, Load files, (sub)folders treeview with Windows icons

  7. #7

    Thread Starter
    PowerPoster Radjesh Klauke's Avatar
    Join Date
    Dec 2005
    Location
    Sexbierum (Netherlands)
    Posts
    2,244

    Re: An exception has been encounterd. This may be caused by an extension.

    Hi,

    Thanks for the tip. It seems that the NuGet Package Installer was the troublemaker. Uninstalled it and no issues any more. Thanks again.


    If you found my post helpful, please rate it.

    Codebank Submission: FireFox Browser (Gecko) in VB.NET, Load files, (sub)folders treeview with Windows icons

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