I am using VB.NET 2008, and I want to make a DLL that will be used in a C# project.
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.
When you build your class library in Visual Studio, it will generate the DLL for you and place it in the bin directory.
It will be placed in the folder that represents your build-mode (Debug / Release), which you can normally switch in your toolbar.