Click here to Skip to main content
15,913,090 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi dears,
when i want publish my website it's show below error:
Error 14 The type 'usercontrols_WebUserControl' exists in both 'c:\Users\GoldenGriff\AppData\Local\Temp\Temporary ASP.NET Files\jelveh\962455d1\3838add7\App_Web_behpadmenu.ascx.6bb32623.dll' and 'c:\Users\GoldenGriff\AppData\Local\Temp\Temporary ASP.NET Files\jelveh\962455d1\3838add7\App_Web_quick_behpadmenu.ascx.6bb32623.dll' D:\29-6-92\5-7-92\jelveh\main.master 133

until today my website published but when today i want publish it's cant publish.
thanks
Posted
Comments
ZurdoDev 30-Oct-13 13:50pm    
First off, I would suggest deleting everything under Temporary ASP.Net files and see what happens.
[no name] 30-Oct-13 13:53pm    
i delete every thing under %temp%, but that error showed.
thatraja 30-Oct-13 14:21pm    
He said "Temporary ASP.Net files" folder not "Temp" folder. Alright I'll give you the path.
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files

Based on the .NET framework version the path'll be different

1 solution

I too had the same problem. Error was resolved by adding the property batch="false" under the compiliation section in web.config file

C#
<compilation debug="true" targetframework="4.5" batch="false"></compilation>
 
Share this answer
 
Comments
[no name] 2-Nov-13 9:55am    
i do this(batch=false),but it's still show above error.

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