To resolve this issue, follow these steps:
�
1.������ Click
Start, click
All Programs, and then in the Microsoft Commerce Server 2007 folder click
Commerce Server Tools Command Prompt.
2.������ Navigate to C:\Program Files\Microsoft Commerce Server 2007\
3.������ At the command prompt type
Regsvr32.exe CommercePkg.dll�
This will register the file CommercePkg.dll which is the package file that Visual Studio 2005 is attempting to load.
�
If your OS is x86, run:
regsvr32 C:\Program Files\Microsoft Commerce Server 2007\CommercePkg.dll
If your OS is 64-bit, run:
regsvr32 C:\Program Files (x86)\Microsoft Commerce Server 2007\CommercePkg.dllVisual Studio 2008:Important This section, method, or task contains steps that tell you how to modify the registry. However, serious problems might occur if you modify the registry incorrectly. Therefore, make sure that you follow these steps carefully. For added protection, back up the registry before you modify it. Then, you can restore the registry if a problem occurs. For more information about how to back up and restore the registry, click the following article number to view the article in the Microsoft Knowledge Base:
322756 How to back up and restore the registry in Windows
You need to manually update below registry entries:
For x86 OS:
Under key: [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualStudio\9.0\Packages\{1FAF7679-A5C1-4369-9F00-F87E8386F599}]
Change the "InprocServer32" value to "C:\Program Files\Microsoft Commerce Server 2007\CommercePkg.dll"
For 64-bit OS:
Under key: [HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\VisualStudio\9.0\Packages\{1FAF7679-A5C1-4369-9F00-F87E8386F599}]
Change the "InprocServer32" value to "C:\Program Files (x86)\Microsoft Commerce Server 2007\CommercePkg.dll"
�
�
Microsoft has confirmed that this is a problem in the Microsoft products that are listed in the "Applies to" section.