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: .dll, 2008, Create, Studio, Visual
This entry was posted
on Wednesday, October 28th, 2009 at 5:38 pm and is filed under dll errors.
You can follow any responses to this entry through the RSS 2.0 feed.
You can leave a response, or trackback from your own site.
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/…
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.