Microsoft.Biztalk.explorerom.dll reference in asp.net application resulting system.nullreferenceexce

Posted by sheetal.oza on Stack Overflow See other posts from Stack Overflow or by sheetal.oza
Published on 2010-02-09T20:31:35Z Indexed on 2010/04/21 17:03 UTC
Read the original article Hit count: 398

Filed under:
|
|

Hi,

I have a asp.net application in order to start/stop applications and ports of Biztalk server 2006 r2. I have used "Microsoft.Biztalk.explorerom.dll (C:/Program Files/Biztalk Server 2006/Developer tool) " to achieve this. This is working fine on development machine since biz talk server is installed on local machine. But in the production environment (asp.net web server ,windows 2003 and iis 6.0)...this give System.nullreferenceexception (object reference not set..) at

BtsCatalogExplorer explorer = (BtsCatalogExplorer)myGroup.CreateInstance(typeof(BtsCatalogExplorer))

my biztalk server and sql server are on two different box. In my setup (asp.net web application)..adding Microsoft.Biztalk.explorerom.dll and Microsoft.Biztalk.Applicationdeployment.engine.dll to GAC. But still no luck.

Do i need to install biz talk server on my local machine even though I am connecting to different biz talk server??

And help is appreciated...

© Stack Overflow or respective owner

Related posts about biztalk2006r2

Related posts about ASP.NET