I have a dll built in VB6.0
When I tried using in .NET, I was getting error as CLSID(with a class id value) not found.
I recreated the dll on my machine. It worked.
THe problem is when I move my application to another machine, the error is reproduced. If I recreate the dll on that machine and then refer th newly created dll, it works. Again, I cannot bring back the code to previous machine.
What is the ideal way to use a VB6 dll? It also creates an Interop dll while referring.
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)