Click here to Skip to main content
15,891,657 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi Experts,

I have created a ClassLibrary in C#. I need to register this dll. I have tried by using regsvr32 . But this seems to failure. Throwing error "DllregisterServer entry oint was not found". Is there anyway to register this dll. Why is it not successfull with regsvr32.. Please help me..


Regards,
Satheesh..
Posted

It might help,

Register C# dll to GAC[^]

regsvr32[^]

:)
 
Share this answer
 
v2
You are not supposed to register a C# assembly.
A C# assembly goes into the Global Assembly Cache when it needs to be shared across multiple applications.

Read more here[^].
 
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