register dll problem

B

Bishoy George

each time I try to register a .dll file I receive the following error
message:
"C:\..........\file.dll was loaded, but the DllRegisterServer entry point
was not found.
The file can not be registered."

And the dll file doesn't appear at object browser.

How to solve this problem?
 
K

Kevin Spencer

Are you trying to register .Net assemblies as if they were COM objects,
using the command-line "regsvr32" command?

Why are you doing this?

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
Neither a follower nor a lender be.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top