Click here to Skip to main content
15,888,610 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi All,

Iam unable to register a dll using regsvr32.exe can any one help me out how to do

Steps that i have followed

step1:create a class library(dll file generated)

step2: from visual studio command prompt run this following command

Regsvr32/i "path of the dll"
am getting the following error
Entry point Dll Register server was not found


so please help me how to register this dll
Posted
Comments
[no name] 29-Aug-12 9:10am    
Use regasm for .NET assemblies, http://msdn.microsoft.com/en-us/library/tzat5yw6(v=vs.71).aspx

1 solution

This won't work, it's a .net .dll and RegSvr is for COM stuff.

By register what do you mean exactly?

I'd have a look at regasm or gacutil:

http://msdn.microsoft.com/en-us/library/tzat5yw6%28v=vs.100%29.aspx[^]

http://msdn.microsoft.com/en-us/library/ex0ss12c%28v=vs.100%29.aspx[^]
 
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