CS0433: 类型“web_GovOpen_Article”同时存在于“c:\WINDOWS\Microsoft.NET\Framework\ v2.0.50727\Temporary ASP.NET Files\root\7657163f\99593400\assembly\dl3\cee24735\00c6608e_97b7c701\App_Web_b -iw0xv4.DLL”和“c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\7657163f\99593400\assembly\dl3\ff5a00f4\00992f8d_97b7c701\App_Web_rpnc3jkl.DLL

因为有可能两个页面会同时继承于同一个类
<%@ Control Language="C#" AutoEventWireup="true" CodeFile="TogetherMore.ascx.cs" Inherits="Control_Together_1" %>
如上面这个是因为Inherits都等于Control_Together,所以产生了这样的错误,将其改为Control_Together_1就可以了。

相关文章:

  • 2021-08-10
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-07-16
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-11-12
  • 2021-09-07
  • 2022-12-23
  • 2021-09-28
  • 2021-12-08
  • 2022-12-23
  • 2022-03-05
相关资源
相似解决方案