Annoying BizTalk error in VisualStudio 2008

Hey guys,

If you update Visual Studio 2008 on a BizTalk Developer Machine please be aware of the following annoying error while trying to create a new BizTalk Project:

Visual Studio 2008 fails to open/create a BizTalk Server 2009 project. This is caused when Visual Studio 2008 is repaired or when a Visual Studio 2008 update is installed; the registry entry is inadvertently changed from csproj;btproj to csproj. You can resolve this as follows:

1. Locate the following key in the Windows Registry:
For 32-bit versions of Visual Studio 2008:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualStudio\9.0\Projects\{FAE04EC0-301F-11d3-BF4B-00C04F79EFBC}\PossibleProjectExtensions

For 64-bit versions of Visual Studio 2008:
KEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\VisualStudio\9.0\Projects\{FAE04EC0-301F-11d3-BF4B-00C04F79EFBC}\PossibleProjectExtensions

2.Change "PossibleProjectExtensions"="csproj" to "PossibleProjectExtensions"="csproj;btproj"

greets

nadine :)

 


Posted Oct 12 2010, 05:58 PM by Nadine Storandt
developers.de is a .Net Community Blog powered by daenet GmbH.