Hi,
I Have created an external assembly to generate a GUID. The class is
static.
I am trying to access it in the Message Assignment shape in the
orchestration. It seems that I can access the assembly at design time.
Since I can see the method when I add a dot next to the class. But
after I have deployed my orchestation, it throws up an event log error
as shown below:
Inner exception: Could not load file or assembly 'ClsGenerateGuid,
Version=1.0.0.0, Culture=neutral, PublicKeyToken=d05d8b8068a4b2b7' or
one of its dependencies. The system cannot find the file specified.
Any Ideas if I am missing something?
Any help appreciated.
Thanks in advance,
Yusuff
Pablo Cibraro [MVP] - 21 Aug 2006 15:22 GMT
That happens because the application running the orchestation is using a
different folder to look for the referenced assemblies. You should check
first what is that folder, and then, copy your new assembly to that place.
Regards,
Pablo Cibraro
http://weblogs.asp.net/cibrax
> Hi,
>
[quoted text clipped - 18 lines]
>
> Yusuff
Yusuff - 31 Aug 2006 21:40 GMT
Thanks Pablo
Yusuf
> That happens because the application running the orchestation is using a
> different folder to look for the referenced assemblies. You should check
[quoted text clipped - 26 lines]
> >
> > Yusuff
Yusuff - 31 Aug 2006 21:41 GMT
Thanks Pablo
Yusuf
> That happens because the application running the orchestation is using a
> different folder to look for the referenced assemblies. You should check
[quoted text clipped - 26 lines]
> >
> > Yusuff