I have an existing DLL in
VB 6.0 and I want to use it in .NET. I have added the reference to the DLL, but everytime I call a function in the DLL I get the following error message:
Object reference not set to an instance of an object.
Exception Details: System.NullReferenceException: Object reference not set to an instance of an object.
I'm not really at the point of wanting to rewrite the DLL in .NET, if I can utilize an existing DLL from
VB 6.0.