Problem with registering dll
Hi All,
I have an asp.net applciation .I am getting the below error on the windows server 2003 64bit environment,on the 32bit environment its work fine.
Exception: System.Exception: Cannot create ActiveX component.
at Microsoft.VisualBasic.Interaction.CreateObject(Str ing ProgId, String ServerName)
But I have registered the dll using regsvr32 and it shows the message successfully registered.
Can you tell me how to regirester the dll on the 64bit environment.
Please shed some light on it.
Thanks
|