Importing user defined DLL in C# code

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • govind161986
    New Member
    • Dec 2009
    • 21

    Importing user defined DLL in C# code

    I have created a DLL in C# language. Now I want to use that DLL in my C# Code using .NET 1.1.
    How should I do this?

    Thanks in advance,

    Govind
  • tlhintoq
    Recognized Expert Specialist
    • Mar 2008
    • 3532

    #2
    MSDN tutorial on how to do this

    Comment

    • govind161986
      New Member
      • Dec 2009
      • 21

      #3
      Originally posted by tlhintoq
      Thanks tlhintoq for your reply. I have searched the article as mentioned by you. But the problem is my project is build in VB.NET 1.1 and as such the article has not helped me as much.

      However, I solved this problem now.

      Thank you for your help.

      Comment

      Working...