Home All Groups Group Topic Archive Search About

"obj" folder in VB.NET 2005

Author
7 Feb 2006 3:13 PM
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.

Author
7 Feb 2006 5:11 PM
Herfried K. Wagner [MVP]
"vad" <vadimv***@gmail.com> schrieb:
> 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.

--
M S   Herfried K. Wagner
M V P  <URL:http://dotnet.mvps.org/>
V B   <URL:http://classicvb.org/petition/>