Click here to Skip to main content
15,889,992 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
DLL was loaded… DllRegister Server entry point was not found.

I am getting this error while trying to register Interop.CAMSERVERLib.dll with regsrv32. Somebody suggested to register withRegasm, but that is not in my system.

How to do that?
Please help me.
Posted
Updated 19-Feb-11 4:46am
v2

If you're trying to register "Interop.CAMSERVERLib.dll" then stop as this is just a wrapper around CAMSERVERLib.dll which you need to use regsvr32 to register.
 
Share this answer
 
Comments
Abhinav S 19-Feb-11 11:04am    
Good answer.
jagadeesh kumar adabala 21-Feb-11 0:39am    
Hi while registering, Interop.CAMSERVERLib.dll with regsrv32, i'm getting some error like dll was loaded, but the dllregisterserver
entry point was not found, please tellmesome solution
Rod Kemp 21-Feb-11 0:54am    
Interop.CAMSERVERLib.dll is a wrapper that is created so that you can access a COM component you do NOT register it.
What you need to register is CAMSERVERLib.dll with regsrv32, notice how there is no Interop at the start of the filename, this is the COM component that the Interop wrapper accesses.
Are you sure it is not in your system?
Look under "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727" - it should be there.

Looking at MSDN[^] it would certainly looks as though that will do what you want.
 
Share this answer
 
Comments
jagadeesh kumar adabala 19-Feb-11 6:06am    
Yes you are correct , that is there only. could you please give me your contact number. i have few doubts about web cam picture capturing in asp.net. so please give me your number. im getting some errors. but its an emergency for me to do.
OriginalGriff 19-Feb-11 6:10am    
No! Sorry, but there is no way I will give my personal contact info on a public forum!
jagadeesh kumar adabala 19-Feb-11 6:49am    
fine atleasttell me, why i am getting this error.

interop.camserverlib.dll was loaded,but the dllregisterserver entrypoint was not found.

what i need to do to avoid this error. how can i register this.
Rod Kemp 19-Feb-11 8:18am    
Ah Griff, the OP is trying to register the interop wrapper for a COM dll regasm is going to be of no use what so ever.
jagadeesh kumar adabala 24-Feb-11 0:15am    
is there any other way to get capture image in .net 3.5 for webcam

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

  Print Answers RSS


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