This happens when trying to configure BizTalk 2009 on a SQL Server 2008 platform. Digging around the Net, I have seen this happen in SQL 2005 as well.
Visual indications show a red “X” on the Data Store name when configuring (sorry, no screen shot as this is on a remote VM with no access from this machine).
The fix ?
- Use the Visual Studio Command Prompt (make sure you have the creds or run as administrator)
- Type “cd C:\Program Files\Common Files\Enterprise Single Sign-On” (assuming drive C is where BizTalk is installed”
- Type regasm ssosql.dll
Hope this helps.
2 comments:
RegAsm : error RA0000 : Unable to locate input assembly 'ssosql.dll' or one of i
ts dependencies.
Check out this thread for your problem
http://forums.asp.net/t/1392455.aspx
Post a Comment