Visual Studio Changed Version K2 Remains

  • 12 April 2016
  • 1 reply
  • 2 views

Badge

hi, I was running K2 for Visual Studio (K2 for Visual Studio 2012 1.0 (4.12070.1.0)) on VS 2012 Ultimate, but had to move onto VS 2012 Professional under a different msdn subscription.  I hard uninstalled all the K2 components then VS Ultimate, but on installing VS 2012 Professional, updating it to Update 4 and then attempting to reinstall the K2 package, I get a NullReference error in the setup manager, and no K2 Components listed.

 

If I open VS I can still see the K2 Object Browser & Process Management Views, but it won't recognise a K2 file (Workpackage fails to load).  I'm guessing there are some residual K2 configuration behind VS which is causing this and preventing reinstallation - has anyone encountered this before and have any guidance?

 

Thanks in advance


1 reply

Badge +15

You can try to reset your Visual Studio Environment. Try running the following in your Visual Studio Command Prompt:

 

devenv.exe /resetuserdata
devenv.exe /resetsettings
devenv.exe /setup

 

If the above does not work, try running the devenv /setup

 

Reference:

https://msdn.microsoft.com/en-us/library/ex6a2fad(v=vs.110).aspx

Reply