I have downloaded a c# project and was told to compile it to make a DLL files !! can u tell me how !!?
I’m using VS2008
thank u
I have downloaded a c# project and was told to compile it to make
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
In Visual Studio, you open the project and check the Project Type. If the project type is
Class Library, then click Build->Build Solution.If you are compiling from the Command Line, then I’d recommend this link.