Click here to Skip to main content
15,892,797 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am having a web service dll which I am trying to register using the below command
regsvr32 C:\GPL_NonProd\New\MSDS\bin\Dow.EHS.DCTM.WebService.dll


But I am unable to register it as I am getting error as
"The module C:\GPL_NonProd\New\MSDS\bin\Dow.EHS.DCTM.WebService.dll
 was loaded but the entry point DllRegisterServer was not found."
Posted
Updated 28-Dec-11 20:06pm
v2
Comments
amit28august 29-Dec-11 2:03am    
if you dont want ur dll to be registered then ucan it as unregister and u can use it, it works fine


regsvr32 /u C:\GPL_NonProd\New\MSDS\bin\Dow.EHS.DCTM.WebService.dll
amit28august 29-Dec-11 2:05am    
check also whether u r having full control...i.e. logged in as admin.
[no name] 29-Dec-11 8:57am    
Irrelevant. Web Service proxy assemblies don't need added to the Windows registry.

1 solution

A web service proxy assembly does not need registered. COM based libraries get registered.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900