J Jamie Apr 12, 2005 #1 Title says it all really, how can i make a dll from a .cs file (or class)? Many thanks.
J John Baro Apr 12, 2005 #2 Jamie said: Title says it all really, how can i make a dll from a .cs file (or class)? Many thanks. Click to expand... Presuming you have vs then.. new project >> c# >> class library will have class1 in it. rename to whatever.. add methods etc.. then compile(build) you can use add existing class if you already have your .cs file and just delete class1. HTH JB
Jamie said: Title says it all really, how can i make a dll from a .cs file (or class)? Many thanks. Click to expand... Presuming you have vs then.. new project >> c# >> class library will have class1 in it. rename to whatever.. add methods etc.. then compile(build) you can use add existing class if you already have your .cs file and just delete class1. HTH JB