"obj" folder in VB.NET 2005

V

vad

Hi,
Can anybody explain me, please, what the folder "obj" in VB.NET 2005
for? And what the difference between folders "bin" and "obj"?
Thank you.
 
H

Herfried K. Wagner [MVP]

vad said:
Can anybody explain me, please, what the folder "obj" in VB.NET 2005
for? And what the difference between folders "bin" and "obj"?

The "bin" folder is the output folder for complete binaries whereas the
"obj" folder is used to store temporary object files and other files used to
create the final binary.
 

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