BizTalk Server General - Biztalk orchestration assembly no able to load class library

This is Interesting: Free IT Magazines  
Home > Archive > BizTalk Server General > June 2005 > Biztalk orchestration assembly no able to load class library





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 Biztalk orchestration assembly no able to load class library
lokesh

2005-06-28, 5:52 pm

I have a biztalk orchestration in a separate assembly which utilizes objects
from a class library dll. At Runtime, it throws an error saying the class
library dll is not found in the health and activity tracking tool. This does
not allow me to debug the orchestration either, since it is suspended and not
resumable.

any solutions?


Stephen W. Thomas

2005-06-28, 5:52 pm

Hello.

Have you put the assembly you are trying to call in the GAC?

Stephen W. Thomas
http://www.biztalkgurus.com


"lokesh" wrote:

> I have a biztalk orchestration in a separate assembly which utilizes objects
> from a class library dll. At Runtime, it throws an error saying the class
> library dll is not found in the health and activity tracking tool. This does
> not allow me to debug the orchestration either, since it is suspended and not
> resumable.
>
> any solutions?
>
>

lokesh

2005-06-28, 5:52 pm

Yes, I have put the assembly in GAC

"Stephen W. Thomas" wrote:
[vbcol=seagreen]
> Hello.
>
> Have you put the assembly you are trying to call in the GAC?
>
> Stephen W. Thomas
> http://www.biztalkgurus.com
>
>
> "lokesh" wrote:
>
Jon Flanders[MVP]

2005-06-28, 5:52 pm

Make sure the version in the gac matches *exactly* the version your
orchestration is compiled against. This is likely considering the vs.net
template choice to use AssemblyVersion=1.0.* - i highly recommend changing
it to 1.0.0.0 for your custom component

--
Jon Flanders
http://www.masteringbiztalk.com/blogs/jon/

"lokesh" <lokesh@discussions.microsoft.com> wrote in message
news:C922FA34-BB8C-4297-810F-266398B2500F@microsoft.com...[vbcol=seagreen]
> Yes, I have put the assembly in GAC
>
> "Stephen W. Thomas" wrote:
>


Stephen W. Thomas

2005-06-28, 5:52 pm

Hello.

Ok, maybe it’s a version problem. Are you using dynamic versioning of the
..dll? Check the AssemblyInfo file and look for AssemblyVersion("1.0.0.0").
By default, it’s AssemblyVersion("1.0.*"). Maybe you have the wrong version
in the GAC? Those are the only two problems I remember seeing that gave that
error message.

Other causes could possibly be changing the strong name key or namespace
since you added a reference to the dll. Maybe try dropping and re-adding the
reference?

Hope this helps.

Stephen W. Thomas
http://www.biztalkgurus.com


"lokesh" wrote:
[vbcol=seagreen]
> Yes, I have put the assembly in GAC
>
> "Stephen W. Thomas" wrote:
>
Mark

2005-06-29, 7:52 am

Hi,
it's been mentioned a few times in the group, but read the article in vs
help .net framework tools - fuslogvw.exe
The fusion log gives you chapter and verse on why .net can't find an assembly.
m

"lokesh" wrote:

> I have a biztalk orchestration in a separate assembly which utilizes objects
> from a class library dll. At Runtime, it throws an error saying the class
> library dll is not found in the health and activity tracking tool. This does
> not allow me to debug the orchestration either, since it is suspended and not
> resumable.
>
> any solutions?
>
>

Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2008 webservertalk.com