Results 1 to 3 of 3

Thread: [RESOLVED] DllRegisterServer entry point was not found

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Sep 2006
    Location
    London, UK
    Posts
    817

    Resolved [RESOLVED] DllRegisterServer entry point was not found

    I am new to .net but hopefully someone can help me here.

    I created a new class library in Visual Studio
    Added the code from this page.
    Added the relevant references.
    Built the dll.
    Tried to register it using regsvr32 but get an error saying
    dll loaded, but the DllRegisterServer entry point was not found. The file can not be registered.

    Is there any step I'm missing here?

  2. #2
    PowerPoster techgnome's Avatar
    Join Date
    May 2002
    Posts
    34,687

    Re: DllRegisterServer entry point was not found

    Only ActiveX DLLs & Controls can be registered using RegSvr32 ... .NET DLLs don't.

    -tg
    * I don't respond to private (PM) requests for help. It's not conducive to the general learning of others.*
    * I also don't respond to friend requests. Save a few bits and don't bother. I'll just end up rejecting anyways.*
    * How to get EFFECTIVE help: The Hitchhiker's Guide to Getting Help at VBF - Removing eels from your hovercraft *
    * How to Use Parameters * Create Disconnected ADO Recordset Clones * Set your VB6 ActiveX Compatibility * Get rid of those pesky VB Line Numbers * I swear I saved my data, where'd it run off to??? *

  3. #3

    Thread Starter
    Fanatic Member
    Join Date
    Sep 2006
    Location
    London, UK
    Posts
    817

    Re: DllRegisterServer entry point was not found

    Yea..sorry.
    I'm used to VB6 dlls. Just worked out that I needed to load the DLL into the application itself rather than Windows in general (if that makes sense).
    Still learning. Thanks.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width