I have written my own class library using C# 3.5. For using this dll in classic ASP application, I am trying to register this dll in Registry using regsvr32 command. But I am getting typical error like "The module "TestDll.dll" was loaded but the entry-point DllRegisterServer was not found.Make sure that "TestDll.dll" is a valid DLL or OCX file and then try again**."
I found other option to include switch /tlb in regsvr32 command, by its this going ahead. But I am sure if really my dll is getting registered or not ?
Could you please let me know what am I missing here ? Its very urgent.
(Note :- I have OS windows 7 on my machine. Does it make difference ?) Quickest response will be really appreciated.
Regards Sarang