Hi All,
I've used a tutorial (http://support.microsoft.com/kb/317535) to create a VB.NET Class that exports a COM visible method for calculating MD5 checksums.
The problem is that I need to call this .dll from a language similar to VB (Extra Basic) and it only supports COM calls. On my machine everything works like a charm, but on the destination server it doesn’t work at all. I get "Object creation failed" from the "VB like" application.
According to the tutorial the only thing one need to do is to use regasm to register the .dll. This doesn't work. I have obviously made something wrong when I registered the .dll.
What do VS2005 do to make this .dll visible for COM calls?
I have tried to uese regsvr32, but it faild to register the .dll with the following message: "xxx.dll was loaded, but the DllRegisterServer entry point was not found. This file can not be registered"
Best regards Ausgar