bobo9881 - 2010/2/7 15:34:00
我发布系统走到最后一步的时候出现问题出现以不界面:
Server Error in '/' Application.
--------------------------------------------------------------------------------
Parser Error
Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately.
Parser Error Message: The type 'PageAdmin.masterlogin' is ambiguous: it could come from assembly 'C:\web\bin\PageAdmin.Master.DLL' or from assembly 'C:\web\bin\PageAdmin.Lanmu.DLL'. Please specify the assembly explicitly in the type name.
Source Error:
Line 1: <% @ Page Language="c#" Inherits="PageAdmin.masterlogin"%>
Line 2: <% @ Register TagPrefix="aspcn" TagName="uc_head" src="head.ascx" %>
Line 3: <aspcn:uc_head runat="server" />
Source File: /master/login.aspx Line: 1
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50727.42; ASP.NET Version:2.0.50727.42
请高手帮倒忙。谢谢。
bobo9881 - 2010/2/7 16:12:00
请班主帮忙,自己先顶一下。
feiyangqingyun - 2010/2/7 16:58:00
你是不是下载了其他版本的DLL文件覆盖进去的,PageAdmin.Master.DLL'和PageAdmin.Lanmu.DLL'有冲突,你最好用最新版本的,那些网络上面的所谓破解版权版一般是乱的!
xiyou - 2010/2/8 10:10:00
删除bin目录下的pageadmin.lanmu.dll这个文件
bobo9881 - 2010/2/8 14:49:00
xiyou哥们呀,我删了那文件就后就成了下面这样了:
Server Error in '/' Application.
--------------------------------------------------------------------------------
Parser Error
Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately.
Parser Error Message: The type 'PageAdmin.masterhead' is ambiguous: it could come from assembly 'C:\web\bin\PageAdmin.Web.DLL' or from assembly 'C:\web\bin\PageAdmin.Master.DLL'. Please specify the assembly explicitly in the type name.
Source Error:
Line 1: <% @ Control language="c#" Inherits="PageAdmin.masterhead"%><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
Line 2: <html xmlns="http://www.w3.org/1999/xhtml">
Line 3: <head>
Source File: /master/head.ascx Line: 1
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50727.42; ASP.NET Version:2.0.50727.42
bobo9881 - 2010/2/8 14:51:00
我也没下载其它版本,只是这个网站以前用的很好,后来因为换机器,我把以前的那个包拿过来用了。