techmanbd
Junior Contributor
Hello all.
Here is what I have done. I created a DLL of constants for test equipment I use, and have a few different programs that use this dll. So for the first few programs the dll was getting installed in the application file. Well since I don't want multiples of the same dll, I put it in the system32 folder. In my Setup I have it go to the system32 folder and it worked fine for that. But when I start the application I just finished I get this error
When I reference the dll in the project, I reference it from system32 file. Any Ideas that I am not seeing? Thanks.
Here is what I have done. I created a DLL of constants for test equipment I use, and have a few different programs that use this dll. So for the first few programs the dll was getting installed in the application file. Well since I don't want multiples of the same dll, I put it in the system32 folder. In my Setup I have it go to the system32 folder and it worked fine for that. But when I start the application I just finished I get this error
An unhandled exception of type 'System.IO.FileNotFoundException' occurred in Haft_4000 Load Box Interface.exe
Additional information: File or assembly name HB_Haft4000_Constants, or one of its dependencies, was not found.
When I reference the dll in the project, I reference it from system32 file. Any Ideas that I am not seeing? Thanks.