27 Feb 2007 at 16:23 #1 suarve suarve Soldato Joined 8 Oct 2005 Posts 4,184 Location Midlands, UK Hi, Can anyone explain (or provide a good linky) what all the files and folders do once i save a vb.net project. E.g. PDB files, obj folder etc etc. Thanks.
Hi, Can anyone explain (or provide a good linky) what all the files and folders do once i save a vb.net project. E.g. PDB files, obj folder etc etc. Thanks.
27 Feb 2007 at 16:44 #3 suarve suarve Soldato OP Joined 8 Oct 2005 Posts 4,184 Location Midlands, UK happytechie said: PDB file is the debug information, so that the debugger can tell you what line of the mess that is VB.NET source the error occured on. obj folder contains the individual byte code before it's linked into the assembly in the bin folder anything else? Click to expand... Yer The .myapp file, the TempPE folder (have the file "My Project.Resources.Designer.vb.dll" in there ?????) Thanks.
happytechie said: PDB file is the debug information, so that the debugger can tell you what line of the mess that is VB.NET source the error occured on. obj folder contains the individual byte code before it's linked into the assembly in the bin folder anything else? Click to expand... Yer The .myapp file, the TempPE folder (have the file "My Project.Resources.Designer.vb.dll" in there ?????) Thanks.