VS 2015 Error "The reference to the object is not installed in the instance of the object" when creating a new project or opening a project?

Environment: WIN 10 Pro IDE: Visual Studio 2015 Community

When I tried to create a project or open projects, VS warned that "The reference to the object is not installed on the object instance." While studying syslog, I found this entry:

Faulting application name: devenv.exe, version: 14.0.23107.0, timestamp: 
0x559b7ead

Faulting Module Name: unknown, Version: 0.0.0.0, time stamp: 0x00000000

Exception code: 0x80131623

Error offset: 0x161c5b8e

Error Process ID: 0x159c

Faulting application start time: 0x01d109944863532a

Faulting application path: D: \ CODESOFT \ Common7 \ IDE \ devenv.exe

Error module path: unknown

Report ID: 71d54c89-2d77-4994-9fac-0d30bd06b3d8

Error package Full name:

Error package relative to the application ID:

Although I searched Google or other websites many times and tried to solve this problem in different ways, but now the question still exists.

+4
source share
5 answers

There may be several reasons: a damaged installation, damage to an extension, etc.

, , , Visual Studio ​​ " " (, Program Files (x86)). , .

, :

  • " " ( Visual Studio). "", cmd.exe devenv.exe ( D:\CODESOFT\Common7\IDE\)
  • devenv /setup .
  • Visual Studio.

, Visual Studio.

+6

, , , , - . Visual Studio. .

devenv/resetuserdata​​p >

Fka . Visual Studio 2015 " ​​ " ASP.NET - 2015 ( RC1 1)

+1

, , (, , - ), proyect apache cordova proyect, "object reference...".

, , , , . , -.

0

, , Windows, . , , .

Clear MEF Component Cache , , .

: C:\Users {}\AppData\Local\Microsoft\VisualStudio C:\Users {}\AppData\Local\Microsoft\VSCommon

fooobar.com/questions/66425/...`

, , .

fixVS.bat

rd/s/q %LOCALAPPDATA%\Microsoft\VisualStudio
rd/s/q %LOCALAPPDATA%\Microsoft\VSCommon

, , , , ...

0

fooobar.com/questions/66425/...

0
source

Source: https://habr.com/ru/post/1612132/


All Articles