Hi all,
I need help. I am facing the following issue-
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 'Masters_Default' exists in both 'c:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\2b633e30\67353afd\assembly\dl3\dc7d6140\5775fd01_e247ce01\App_Code.DLL' and 'c:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\2b633e30\67353afd\assembly\dl3\c6fb3e41\61db091a_e247ce01\App_Web_gasmaster.aspx.6044e34.DLL'
---
I do not know how to solve this. Please guide.
Answers (1)
1
Riddhi, have you given same namespace to 2 different assemblies? Please check that first. Also to know about the error. Please take a look at the link below.
http://msdn.microsoft.com/en-us/library/64wh5743.aspx
Hope this helps u. Please mark the answer as accepted, if it helped.
Thank you!!!