VS 2005 Web Application Projects
Luke Breuer
2007-04-20 18:07 UTC
Adding new classes to the App_Code folder (created manually) causes the files to be inserted as <Content> in {Project Name}.csproj, instead of <Compile>. This can be fixed by adding them to the root first, then to the proper folder. The .csproj file can be edited manually to fix this.