0% found this document useful (0 votes)
6 views1 page

ASP.NET Compilation Error CS0433 Guide

A compilation error occurred when trying to serve a request. The error was caused by the type 'System.Web.Mvc.ViewPage<TModel>' being defined in two different assemblies referenced by the application. This caused a conflict. The application needs to be modified to resolve this type definition conflict.

Uploaded by

Gurpreet Singh
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
6 views1 page

ASP.NET Compilation Error CS0433 Guide

A compilation error occurred when trying to serve a request. The error was caused by the type 'System.Web.Mvc.ViewPage<TModel>' being defined in two different assemblies referenced by the application. This caused a conflict. The application needs to be modified to resolve this type definition conflict.

Uploaded by

Gurpreet Singh
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

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 '[Link]<TModel>' exists in both 'c:\Windows\[Link]\assembly\GAC_MSIL\[Link]\v4.0_3.0.0.0__31bf 3856ad364e35\[Link]' and 'c:\Windows\assembly\GAC_MSIL\[Link]\2.0.0.0__31bf3856ad364e35\Syst [Link]' Source Error:
Line 170: Line 171: [[Link]()] Line 172: public class views_masterpage_addmasterpagedetail_aspx : [Link]<[Link].Tb_MasterPageInfo>, [Link], [Link] { Line 173: Line 174: private static bool @__initialized;

Source File: c:\Windows\[Link]\Framework\v4.0.30319\Temporary [Link] Files\root\f5575ac5\47cb70a1\App_Web_addmasterpagedetail.aspx.dfe05581.y4y18mg [Link] Line: 172 Show Detailed Compiler Output: Show Complete Compilation Source:

Version Information: Microsoft .NET Framework Version:4.0.30319; [Link] Version:4.0.30319.225

You might also like