Unable to create new projects and items: Visual Studio 2010 dialog box initialization exception

Whenever I do Add> New Element, Add> New Project, or File> New Project, VS2010 throws a dialog initialization exception, which prevents me from creating new projects or classes. Any idea on what could go wrong?

+3
source share
2 answers

It looks like you might have a problem with a third-party package or add-in. Here are some examples:

  • Starting Visual Studio as an administrator.

  • devenv /Resetsettings (. ) ,

  • devenv /ResetSkipPkgs (. ) .

  • devenv /Safemode (. ). , , , .

  • Devenv.exe /log <log path>". ActivityLog.xml, .

, Visual Studio .

+6

, , , , :

  • Visual Studio 2010
  • C:\Program Files\Microsoft Visual Studio 10.0\Common7\IDE ( VS).
  • : devenv.exe /resetuserdata .
  • Visual Studio.
+4

All Articles