Make reference folder, bin folder and obj folder available?

G

Guest

Hello

1)When using VS 2005 and VB.net when wouldn't the: reference folder, bin
folder,
obj folder not be present after creating a VB net Windows Application and
only the form1.vb and MyProject folders only be created?

2)How can you assure that the reference folder, bin folder,obj folders get
created when the Windows Application is created or atleast how can you add
them to the project if they are not created when the Windows Application is
created?
 
M

Matt F

I've never seen a situation where they don't get created, however they don't
necessarily display in Solution Explorer by default.

To show --- highlight your project, then click the "show all files" button
on the toolbar at the top of solutions explorer. They aren't technically a
part of your solution, but you can add them --- right click on the solution,
go to "add" and "existing item" - then select the folder.
 

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