琢磨N天难题:Web项目发布出现CS1595错误,debug不能设置为false
求高手相助:有谁发布过Web项目?
用 Release 编译解决方案时,也就是项目的发布版本时,debug就自动设置成false。config文件中相对应的:
<compilation defaultLanguage="c#" debug="false"></compilation>
这样的版本放到外网上去,但是,出现错误:
·Server Error in '/' Application
·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.
·CS1595: 已在多处定义“_ASP.MemberMenu_ascx”
说明:
1、此页面有很多个用户控件
2、此页面有3个版本 英文、中文、繁体,3个独立的页面,命名空间不同而已
3、程序没错误,局域网用debug模式编译的,局域网测试没任何错误!
谁发布过Web项目,有没有遇到过此类问题?
此问题在网上找了N多资料,都不行,如求到答案,全分相送。。 --------------------编程问答-------------------- 有两个类的名字相同了,改一下这个MemberMenu_ascx,搜索一下,类名 --------------------编程问答-------------------- 改MemberMenu_ascx, --------------------编程问答-------------------- 友情UP一下
补充:.NET技术 , ASP.NET