Skip to main content


 

Symptoms


K2 tool bar in Visual Studio 2010 is missing
 

Diagnoses


Dear K2 team,

The K2 Studio Designer tool-bar is missing from Visual Studio 2010. And also, am unable to switch the environment.

 

Resolution

Resolution:
"
If you have VS 2010 running please run the following poershill script:

if ((Get-ItemProperty 'hklm:SOFTWAREWow6432NodeMicrosoftVisualStudio10.0Packages{ab85df7a-ee9a-42cb-877e-e96781a6e60e}' -name CodeBase | select -exp CodeBase) -ne 'c:program files (x86)microsoft visual studio 10.0common7IDEExtensionsK2SourceCode.VisualStudio.dll') {
Set-ItemProperty 'hklm:SOFTWAREWow6432NodeMicrosoftVisualStudio10.0Packages{ab85df7a-ee9a-42cb-877e-e96781a6e60e}' -Name CodeBase -Value 'c:program files (x86)microsoft visual studio 10.0common7IDEExtensionsK2SourceCode.VisualStudio.dll' Write-Host "Toolbar path modified"}
else {Write-Host "Toolbar Path was good"}
"




 
Be the first to reply!

Reply