M
Michael Ulmann
Hi,
I'm developing a windows service with c#. Now I'm trying to use a .net class
library (dll) to include.
For this I added the dll to my references. But unfortunately if i run the
service i got always this error:
File or assembly name "myClassLibrary", or one of its dependencies, was not
found.
Does someone knows where i have to place my dll that it could be found by my
windows service.
I already tryied to place it in the System32 folder and also in the same
folder as the windows service is. But without any success.
Thank you for your help!
Best Regards,
Michael
I'm developing a windows service with c#. Now I'm trying to use a .net class
library (dll) to include.
For this I added the dll to my references. But unfortunately if i run the
service i got always this error:
File or assembly name "myClassLibrary", or one of its dependencies, was not
found.
Does someone knows where i have to place my dll that it could be found by my
windows service.
I already tryied to place it in the System32 folder and also in the same
folder as the windows service is. But without any success.
Thank you for your help!
Best Regards,
Michael