Click here to Skip to main content
15,886,873 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
MSIL
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 'Include_switchreview' exists in both 'c:\Windows\Microsoft.NET\Framework64\v2.0.50727\Temporary ASP.NET Files\onevebv3_reviewform\8c368ea3\3f426edc\App_Web_-cucmspb.dll' and 'c:\Windows\Microsoft.NET\Framework64\v2.0.50727\Temporary ASP.NET Files\onevebv3_reviewform\8c368ea3\3f426edc\App_Web_ftcciytu.dll'


MSIL
Detailed Compiler Output:
<pre lang="msil">c:\windows\system32\inetsrv&gt; &quot;C:\Windows\Microsoft.NET\Framework64\v3.5\csc.exe&quot; /t:library /utf8output /R:&quot;C:\Windows\Microsoft.NET\Framework64\v2.0.50727\mscorlib.dll&quot; /R:&quot;C:\Windows\assembly\GAC_MSIL\System.Web.Mobile\2.0.0.0__b03f5f7f11d50a3a\System.Web.Mobile.dll&quot; /R:&quot;C:\Windows\assembly\GAC_MSIL\System.WorkflowServices\3.5.0.0__31bf3856ad364e35\System.WorkflowServices.dll&quot; /R:&quot;C:\Windows\assembly\GAC_64
Posted
Updated 4-Oct-17 21:49pm

Isn't the clue in the error message?
Looks like you have declared a class/enum/structure "Include_switchreview" at least twice: have a look in the source for the two DLL files it mentions: one of them is a temporary so you may want to just use "Find in files" and see what you get...
 
Share this answer
 
Comments
[no name] 23-May-11 3:23am    
I have checked switchreview.ascx file and it was has wrong Inherits. it has duplicate file name in inherits. Rename inherits in page and its working.
Arsene_knows 9-Feb-17 9:03am    
U saved my day. thanks
Member 13383344 5-Oct-17 3:54am    
what inherits which name rename
OriginalGriff 5-Oct-17 4:10am    
If you want to ask a question, you need to use complete sentences that carry meaning, not type as little as possible.

Remember that we can't see your screen, access your HDD, or read your mind - we only get exactly what you type to work with.
1.- Go to
c:\Windows\Microsoft.NET\Framework64\v2.0.50727\Temporary ASP.NET Files\onevebv3_reviewform\8c368ea3\3f426edc\
Rename
App_Web_ftcciytu.dll.rename
2.- Go
Your bin app and delete the same dll.

For me works.
 
Share this answer
 
Comments
Member 3449076 6-Jun-12 5:48am    
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.


please give solution for above arror

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