Do you have to use Build - Build solution using VB 205?

G

Guest

Hello
Using VS 2005 and Visual Basic I have built class libraries and Windows
Applications to reference the libraries and pressed F5 to run them and they
have worked fine. Therefore when building Visual Basic applications using VS
205 when do you have to:

1)Create a dll?
2)Select Build - Build Solution?
 
G

Guest

Hello
Using VS 2005 and Visual Basic I have built class libraries and
Windows Applications to reference the libraries and pressed F5 to run
them and they have worked fine. Therefore when building Visual Basic
applications using VS 205 when do you have to:

1)Create a dll?
2)Select Build - Build Solution?

I'm not sure what you're asking.

1. Do you don't HAVE to create a DLL - only if you want a code library.

2. Build - yes, you have to compile your solution.
 
C

Cor Ligthert[MVP]

Winlin,

In general, you have to do a build first if your solution has more projects
and the dll you need is in another building order then another projects need
it (or is checked out in the building properties box).

You can use build if you want to check the code on errors without starting
debug, more a C# option for very slow computers then needed for VB.Net
because VB.Net is that already doing that while you are busy.

Cor
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top