DLL Jedi
2006-01-31 05:12:13 UTC
I created a dll with VB .NET Class Library Project Type. The DLL will show one dialog window when client program calls its function. I used regasm executable to register my DLL in the target PC. But the DLL didn't work. I have to compile the dll in the target PC, then it works. It's ridiculous to recompile the dll in the target PC before using the dll. Even in my PC sometimes it works and sometimes not. Can somebody help me with this,
I tried to change the AssemblyVersion setting to 1.0.0.1. Compiled and register the same dll in the targer PC. And it still doesn't work. Anyway, what is Global Assembly Cache? How to register dll into it?