Hello everyone,
I have created a VSPackage with Visual Studio 2005 SDK. It works fine with experimental hive.
I have registered it in the real hive. When i run the studio an error failed to load vspackage comes.
Package load analyzer shows that PLK verification OK.
I found that package crashes when i do base.RegisterEditorFactory(editorFactory); in the code.
The entry in the registry does no appear.
I have moved my plugin dll to another directory and pointed the path to it in the registry using codebase entry.
The registry entry in the real hive is identical to the entry in the experimental hive except that i have moved the plugin dll to another directory.
What could cause the problem?