Results 1 to 2 of 2

Thread: Creating Dlls

  1. #1

    Thread Starter
    New Member
    Join Date
    Mar 2007
    Posts
    12

    Question Creating Dlls

    Hai

    I have created a dll file using VB.Net.It is working fine in my system.But when I register in any system or in my system it is giving error called "The Dll was loaded, but the dll register server entry point was not found and it cannot be registered".But without registering i cannot use the dll on other systems.
    Please help me in overcoming this problem.


    Regards
    Aruna

  2. #2
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    Re: Creating Dlls

    .NET DLLs don't require registration as standard. Is this DLL not written with VB.NET or is it for consumption by a COM application? If not then you should not be registering it.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

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