Re: TempPE?

From: Sam Santiago (ssantiago_at_n0spam-SoftiTechture.com)
Date: 12/13/04


Date: Mon, 13 Dec 2004 15:03:21 -0800

Check out this link:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vbref/html/vberrCouldNotCreateOutputDirectoryDirectoryReason.asp

It says:

The project system will attempt to create all output directories as soon as
the project is opened. The following is a list of the output directories
created by the project system:

  projectfolder\obj\configname
  A temporary configuration-specific output directory.
  projectfolder\obj\configname\temp
  Working area used by the compiler.
  projectfolder\obj\configname\temppe
  Temporary assemblies used by designers at design-time are created here.
  outputdir
  The directory specified by the Output Path property.

Thanks,

Sam

-- 
_______________________________
Sam Santiago
ssantiago@n0spam-SoftiTechture.com
http://www.SoftiTechture.com
_______________________________
"SK" <hr@securlinx.com> wrote in message 
news:1102977132.120161.126190@z14g2000cwz.googlegroups.com...
> Hi all,
>
> When I compile my project for Release there are 2 folders that get
> created called temp and TempPE. What are these folders?
>
> SK
>