Error Configuring BAS (BizTalk) with Whidbey Installed

Link. March 21, 2004. Comments [0]. Posted in: BizTalk
Just thought someone might be interested on this bit:

If you're configuring BAS on BizTalk Server 2004, and you have the Whidbey version of the .NET Framework installed, you might get an error during the configuration wizard similar to this one:


Error encountered while querying virtual server state for URL:
http://<server>/sites/BASSite
Error Detail: Could not load type 'System.Int32' from assembly 'mscorlib,
Version=1.2.3400.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'.

To fix it, go to your BizTalk installation folder, and create a new configuration file for ConfigFramework.exe and force it run with v1.1 of the framework:


<configuration>
 <startup>
  <requiredRuntime version="v1.1.4322" safemode="true" />
 </startup>
</configuration>

Then, run ConfigFramework.exe again and you should be able to complete the installation of BAS.



Comments are closed.

Syndicate

About

Tomas Restrepo is a software developer located in Colombia, South America. His interests include .NET, Connected Systems, PowerShell and lately dynamic programming languages. More...

tomasrestrepo @ twitter My Flickr photostream My saved links on delicious My Technorati Profile

email: tomas@winterdom.com
msn: tomasr@passport.com

View my profile on LinkedIn

MVP logo

Ads


Categories

Statistics

Total Posts: 1050
This Year: 1
This Month: 1
This Week: 0
Comments: 825

Archive

Other

Copyright © 2002-2008, Tomas Restrepo.

Powered by: newtelligence dasBlog 2.2.8279.16125

Sign In