|
Home > Archive > BizTalk Server Orchestration > April 2004 > Method call returns "assembly not found"
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Method call returns "assembly not found"
|
|
| Brian Taylor 2004-04-16, 7:59 am |
| I created an orchestration very similar to the SDK "MethodCall" sample.
However when messages go in, nothing goes out, and the following messages
appears in the Application Event Log. The assembly has been strongly named
and appears in the GAC (as per "MethodCall"). Any ideas now to track down
this problem?
bt
Uncaught exception terminated service
Logos.Function.RoomStatus.RoomTemperature(96891ed4-f584-5e86-c313-4162f68558
de), instance cab23942-467f-4b2e-8f0e-d4c59d023a29
File or assembly name RoomStateLibrary, or one of its dependencies, was not
found.
Exception type: FileNotFoundException
Source: RoomStatus
Target Site: Microsoft.XLANGs.Core.StopConditions
segment1(Microsoft.XLANGs.Core.StopConditions)
Help Link:
Additional error information:
| |
| Christof 2004-04-18, 10:53 am |
| Please use ildasm to check if the reference has the exact same version
number as the assembly you have in the GAC...
Regards!
Christof
"Brian Taylor" <brian1taylor@hotmail.com> wrote in message
news:eejDeo6IEHA.2924@TK2MSFTNGP09.phx.gbl...
> I created an orchestration very similar to the SDK "MethodCall" sample.
> However when messages go in, nothing goes out, and the following messages
> appears in the Application Event Log. The assembly has been strongly named
> and appears in the GAC (as per "MethodCall"). Any ideas now to track down
> this problem?
> bt
>
> Uncaught exception terminated service
>
Logos.Function.RoomStatus.RoomTemperature(96891ed4-f584-5e86-c313-4162f68558
> de), instance cab23942-467f-4b2e-8f0e-d4c59d023a29
>
> File or assembly name RoomStateLibrary, or one of its dependencies, was
not
> found.
>
>
> Exception type: FileNotFoundException
>
> Source: RoomStatus
>
> Target Site: Microsoft.XLANGs.Core.StopConditions
> segment1(Microsoft.XLANGs.Core.StopConditions)
>
> Help Link:
>
> Additional error information:
>
>
| |
| Brian Taylor 2004-04-19, 12:34 am |
| Thanks Christof,
After checking around I found that the orchestration was old and using an
older assembly. To fix the problem all I needed to do was change the
orchestration assembly version number each time I deploy a solution.
bt
"Christof" <bts2004communityfeedback (at) hotmail (dot) com> wrote in
message news:eRmdDC#IEHA.2556@TK2MSFTNGP12.phx.gbl...
> Please use ildasm to check if the reference has the exact same version
> number as the assembly you have in the GAC...
>
> Regards!
> Christof
>
> "Brian Taylor" <brian1taylor@hotmail.com> wrote in message
> news:eejDeo6IEHA.2924@TK2MSFTNGP09.phx.gbl...
messages[vbcol=seagreen]
named[vbcol=seagreen]
down[vbcol=seagreen]
>
Logos.Function.RoomStatus.RoomTemperature(96891ed4-f584-5e86-c313-4162f68558
> not
>
>
|
|
|
|
|