Link to home
Start Free TrialLog in
Avatar of RamzyEbeid
RamzyEbeid

asked on

Dll registeration

Dear Experts
i am using VS2005 and Asp.net 2.0 C#
and i am traying to add a dll " MCSCM.dll "to my application using add refrence
i have this error
"Please make sure that the file is accessible and it is a valid assembly or COM compaonent"

and then i did try to register the dll from the cmd
i have this error "dll was loaded, but the dllregisterServer entry point was not found"

and then i tryed agin to add the dll in my application i have the same error before
can you tell me what to do
thank you
ASKER CERTIFIED SOLUTION
Avatar of Nandakumar Sakthivel
Nandakumar Sakthivel
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Register it using:

gacutil -i DriveLetter:\YourPath\YourAssemblyName.dll

You may notice that the same error message is also documented in the following Microsoft Knowledge Base article:
319976 (http://support.microsoft.com/kb/319976/) Visual Basic .NET compiler error when you use a response file that references many assemblies