Hi!
I'm trying to run my first VSPackage.(SDK 2006.03)
I have used Visual Studio Integration Package Wizard to create it.
If I ran the project, the second instance of VS opens. In the about box
I can see that my package has been loaded.
But if I close MyPackage-Solution and after that open a new VS
instance, my package is missing!
I have read in the help:
"The Visual Studio Integration Package Wizard creates a VSPackage that
is correctly registered to run in Visual Studio"
What is wrong?
How can I tell VS to load my package?
Thanks in advance
Olga
Olga - 03 Apr 2006 15:30 GMT
In MyPackage.csproj I had to reset
<TargetRegistryRoot>Software\Microsoft\VisualStudio\8.0Exp</TargetRegistryRoot>
with
<TargetRegistryRoot>Software\Microsoft\VisualStudio\8.0</TargetRegistryRoot>