how to include DLL in C#.Net

Last post 12-05-2007, 10:30 PM by bpayne. 2 replies.
Sort Posts: Previous Next
  •  11-08-2007, 5:19 AM Post number 39310

    • Syed is not online. Last active: 11-08-2007, 5:34 AM Syed
    • Top 100 Contributor
    • Joined on 09-21-2006
    • Level 1: Deep thought

    how to include DLL in C#.Net

    Dear Sir,

    I have one dll file and header file created in C/C++

    Please tell how to include DLL in C#.Net .

    Regards,

    Sarfaraz

  •  11-16-2007, 12:40 PM Post number 39792 in reply to post number 39310

    Re: how to include DLL in C#.Net

    This would be a good place to start: http://msdn.microsoft.com/msdnmag/issues/02/08/CQA/

     

  •  12-05-2007, 10:30 PM Post number 40574 in reply to post number 39310

    • bpayne is not online. Last active: 01-22-2008, 11:44 AM bpayne
    • Top 500 Contributor
    • Joined on 12-06-2007
    • Dallas, TX
    • Level 1: Deep thought

    Re: how to include DLL in C#.Net

    I'm not sure if your question is deeper than this, but you should simply:

    1. right-click on the Project in Solution Explorer

    2. Choose Add Reference

    3. Click the Browse tab

    4. Point to your .DLL.

    HTH,

    Bob Payne

View as RSS news feed in XML