Visual Studio Development Bookmark and Share   
 index > Visual Studio Extensibility > Adding package to VS Shell Isolated mode application does not work.
 

Adding package to VS Shell Isolated mode application does not work.

Hello,

I have created a sample Visual Studio Insolated mode application, I'm able to compile and run it. Now when I try to add a new VSPackage, by following the simple steps mentioned here http://msdn.microsoft.com/en-us/library/bb685514(VS.100).aspx , I am getting the following err.

Error 1 "devenv.com" exited with code -1. MyHelpPackage

Any ideas?

Thank you.

NetWeaver  Wednesday, October 14, 2009 12:00 PM
Hello, Weaver
Sorry for the lately reply.
Is this error happens in your experimental hive? Or after setup project? Have you check you registry information under HKEY_CURRENT_USER\Software\Microsoft\AppEnv\9.0\Apps\MyVSShellStub_7e56c90d-7ea1-4dec-93bb-10d9efb85962\Configuration\Packages. And have you checked the PackagesToLoad folder and make sure your MyHelpPackage.dll in this folder?
Thanks
Chao
Chao Kuo  8 hours 49 minutes ago

You can use google to search for other answers

Custom Search

More Threads

• CTC compiler and disabling devenv /setup
• Finding GUID / menuid for Project in Solution Explorers
• Enabling Add-ins in Isolated VS Shell. It is working??
• How can I sign my VSI package ?
• calling a user control
• How to override IOleCommandTarget.Exec() function
• How to: Migrate Visual Studio .NET 2003 Add-ins to Visual Studio 2005
• What are the QI IID's of VCCodeModel and VCCodeFunction??
• How Do I... add custom menu commands to a DSL package?
• Get corrent class type in design time mode