Click here to Skip to main content
15,921,542 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
CSS
Server Error in '/' Application.

Compilation Error

Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.

Compiler Error Message: CS0433: The type 'Gallery' exists in both 'c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\f3c0436d\59eacbb2\assembly\dl3\14716073\d2927f12_ce89cd01\App_Code.DLL' and 'c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\f3c0436d\59eacbb2\assembly\dl3\29d4192d\dcd26915_ce89cd01\App_Web_ndt049ne.DLL'

Source Error:


Line 110:
Line 111:    [System.Runtime.CompilerServices.CompilerGlobalScopeAttribute()]
Line 112:    public class gallery_aspx : global::Gallery, System.Web.SessionState.IRequiresSessionState, System.Web.IHttpHandler {
Line 113:
Line 114:        private static bool @__initialized;

Source File: c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\f3c0436d\59eacbb2\App_Web_gallery.aspx.cdcab7d2.ldq1sk0g.0.cs    Line: 112
Posted

1 solution

Try deleting all the files in :
c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900