How Do You Create A .dll In Visual Studio 2008?

Language is C#.
I have an object that I woudl like to turn into a .dll. How?

Tags: , , , ,

2 Responses to “How Do You Create A .dll In Visual Studio 2008?”

  1. LoverOfW says:

    It is a little complicated to explain here and you will need guidance. The instructions at MSDN are really helpful here http://msdn.microsoft.com/en-us/library/…

  2. Ratchetr says:

    The mouse trick doesn’t work if you use an optical mouse.
    If that’s the case, try this method:
    File…New…Project
    Under Project Types, expand Visual C# if it isn’t already open.
    Select the Class Library template. Give it a name.
    Implement your class.

Leave a Reply