i have this project, and i want to make a .dll of it, how can i do it??
how can i set the output file to dll instead of exe??
Thank you,
Guilherme Costa
Printable View
i have this project, and i want to make a .dll of it, how can i do it??
how can i set the output file to dll instead of exe??
Thank you,
Guilherme Costa
vbc /out:class1.dll /target:library class1.cs
and from the visual studio, how can i do that??
go to the options and in the output type or something like that just set it to library or something like that (i dont have vs.net here so i can tell u)
Project>Application Properties>Under Output Type in the General Section Select 'Class Library' from the dropdown menu.