Creating dlls

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Archana Muralidhar
    New Member
    • Oct 2007
    • 1

    #1

    Creating dlls

    Hi every one
    I am new to the field of VB.Net.... and i want to create a dll which handles creating database.... i know how to create a data base in VB.Net but want to convert that to a dll can anyone of u help me out....

    Thanks in advanced
  • Shashi Sadasivan
    Recognized Expert Top Contributor
    • Aug 2007
    • 1435

    #2
    Originally posted by Archana Muralidhar
    Hi every one
    I am new to the field of VB.Net.... and i want to create a dll which handles creating database.... i know how to create a data base in VB.Net but want to convert that to a dll can anyone of u help me out....

    Thanks in advanced
    You will need to create a new project type, class library type, and import those classes which you want to convert to a single DLL.

    Once done build it and your DLL will be created.
    Use this DLL as a reference in your projects to use them

    each DLL will be created in its own project

    cheers

    Comment

    Working...