Hi,
Have anybody faced such kinda runtime error? If so plz help me out to get outta this.
Actually I deployed a web probect and there is no compile time error and it started running well. But when I'm clicking on a particular page its throwing an error that a particular class is existing in two different dll files which will be created in the "Temporary ASP.NET Files" folder by the IIS at the runtime but I checked with the code and there is no two references for that class means that I don't have the same class name in two different pages (as if the particular class under the same namespace will throw error if it's not a partial class and I checked there is no such existence in my code).
If my explanation is not clear enough, please see the error code the system is throwing:
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 'DotNetBlog.BlogList' exists in both 'c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Tem porary ASP.NET Files\shabaashfinal\0bd94806\6a935a09\assembly\dl3 \a8fd1a41\9c4ce454_62d5c601\App_Web_tcf9s6hk.DLL' and 'c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Tem porary ASP.NET Files\shabaashfinal\0bd94806\6a935a09\assembly\dl3 \f0e4d9a3\0aa82757_62d5c601\App_Web_sgcsyzzm.DLL'
Source Error:
Line 110:
Line 111: [System.Runtime.CompilerServices.CompilerGlobalScop eAttribute()]
Line 112: public class proudindian_blog_aspx : global::DotNetBlog.BlogList, 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\Temp orary ASP.NET Files\shabaashfinal\0bd94806\6a935a09\App_Web_prou dindian_blog.aspx.cdcab7d2.wvnmjufa.0.cs Line: 112
I cleared the folder reference in "temporary asp.net files" folder and the history information created for the site but it's not helpful. So please if anybody knows the possible reason for this put your help over here.
Thanks and Regards,
Senthil Kumar M.
senthilkumar.mohan@gmail.com