views:

33

answers:

1

Hi, I am getting the error:

This service instance was suspended by a BizTalk administrator.

However I didn't force a suspense and it's on my local machine. I get this message all the time with every item i input. The thing is I changed a line in assembly which was a small translation, however this couldn't possibly be the cause. So I was wondering if anyone has encountered this problem before and what they did to fix this.

Thx

A: 

This can happen when you rebuild your Visual Studio project, depending upon the BTS project settings. A newly built DLL cannot be deployed while there are running instances. Check your project properties page (from the Project in Sln Explorer, right-click -> Properties).

Jennifer Zouak