本文介绍了Web用户控制错误的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

亲爱的,

当我想要发布我的网站时,它显示如下错误:

错误14'c:\ Users \\中存在'usercontrols_WebUserControl'类型\\ 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



直到今天我的网站发布,但今天我想发布它不能发布。

谢谢

hi dears,
when i want publish my website it's show below error:
Error14The 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.master133

until today my website published but when today i want publish it's cant publish.
thanks

推荐答案

<compilation debug="true" targetframework="4.5" batch="false"></compilation>


这篇关于Web用户控制错误的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-24 22:32