Hello,
I have an assembly containing a mixture of Managed and unmanaged C++ code. I have signed it and installed into Global Assembly Cache. My program (.Net, C#) won't find it there, although it worked perfectly well when the assembly was in the program directory. The program uses DllImport and pinvoke to call the methods from the assembly. How can I make the program find my assembly in the GAC? Can I use exe.config or exe.manifest file to achieve this?