RE: Biztalk orchestration assembly no able to load class library



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:

> Yes, I have put the assembly in GAC
>
> "Stephen W. Thomas" wrote:
>
> > 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?
> > >
> > >
.



Relevant Pages

  • Re: Uploading a new DLL to the GAC
    ... Could be that the web page reference is to a specific version of your DLL, ... and you've left the assembly version in your DLL as 1.0.* (assemblyinfo ... I've run into a problem using the GAC. ...
    (microsoft.public.dotnet.general)
  • Re: How can I use a dll with several programs?
    ... with the GAC is the possibility of a new version of a .dll unintentionally ... Maintaining backwards compatibility of a .dll by keeping ... largely removed DLL Hell from the Windows programming radar. ... 50% based on incorrect registry entries and since .NET assemblies don't ...
    (microsoft.public.dotnet.languages.vb)
  • Re: Public Key Specification When Referencing A Strong Named DLL
    ... up posting might be of benefit to some that are new to using the GAC ... DLL file into the proper GAC folder. ... reference the public key created using the sn.exe utility. ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: How can I use a dll with several programs?
    ... with the GAC is the possibility of a new version of a .dll unintentionally ... Maintaining backwards compatibility of a .dll by keeping its ... largely removed DLL Hell from the Windows programming radar. ... 50% based on incorrect registry entries and since .NET assemblies don't ...
    (microsoft.public.dotnet.languages.vb)
  • Re: FileNotFound exception
    ... I had to specify the physical location of the dll. ... of loading the dll through configuration file. ... Since it is in GAC I did not specify ... >> faliure to load the versioned assembly. ...
    (microsoft.public.dotnet.framework.remoting)

Loading