Visual Studio 2015 cannot connect to p4v by receiving a reference to an object that is not installed on an object instance "

System settings: windows server 2012, visual studio 2015, p4v. My system booted yesterday (possibly a Windows update). Since then, when I open the Visual Studio 2015 IDE and try to connect to an existing workspace that I used to connect to, I get the p4vs error: "object reference is not installed in the object instance". I have no idea what the problem is.

+5
source share
2 answers

This is a P4VS error and starts to appear, as the plugin is updated automatically.
It seems the error was introduced in the latest version. To overcome it just install the previous version of P4Vs :

  • Delete P4VS 2016.2
  • Close Visual Studio
  • Download ftp.perforce.com/perforce/r16.1/bin.ntx86/p4vs11.vsix
  • Double-click p4vs11.vsix to install P4VS 2016.1.
  • To avoid automatically updating this extension, open Visual Studio → Tools → "Extenstions and Updates", find the P4VS extension and uncheck the box "Automatically update this extension"
+3
source

It was connected to the VS ↔ P4V adapter, which was probably updated and should be removed and reinstalled

0
source

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


All Articles