Discussion:
CLR and the dll
(too old to reply)
Tony DePalo
2010-09-23 20:47:03 UTC
Permalink
Hi all,
I have created a dll and referenced it in the AOT and copied it to the
client\bin directory. All works OK when I run my process from my client.
However, does anyone know what I have to do if my process is running as a
batch? Where do I copy the dll?
Thanks
Tony
Maroweh
2010-09-24 09:24:15 UTC
Permalink
Hi,

It have to copy to AOS's Server\bin folder.

Maroweh

On szept. 23, 22:47, Tony DePalo
Post by Tony DePalo
Hi all,
I have created a dll and referenced it in the AOT and copied it to the
client\bin directory.  All works OK when I run my process from my client.  
However, does anyone know what I have to do if my process is running as a
batch?  Where do I copy the dll?
Thanks
Tony
Tony DePalo
2010-10-04 20:53:03 UTC
Permalink
Sorry guys, found out the answer: I have to put it in the GAC (Global
Assembly Cache). There's lot of examples in Bing or Google
Tony
Post by Tony DePalo
Hi all,
I have created a dll and referenced it in the AOT and copied it to the
client\bin directory. All works OK when I run my process from my client.
However, does anyone know what I have to do if my process is running as a
batch? Where do I copy the dll?
Thanks
Tony
Loading...