PageAdmin网站内容管理系统(CMS)交流论坛

注册

 

QQ登录

只需一步,快速开始

发新话题 回复该主题

请高手忙 [复制链接]

1#
我发布系统走到最后一步的时候出现问题出现以不界面:
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
请高手帮倒忙。谢谢。
分享 转发
TOP
2#

请班主帮忙,自己先顶一下。
TOP
3#

你是不是下载了其他版本的DLL文件覆盖进去的,PageAdmin.Master.DLL'和PageAdmin.Lanmu.DLL'有冲突,你最好用最新版本的,那些网络上面的所谓破解版权版一般是乱的!
TOP
4#

删除bin目录下的pageadmin.lanmu.dll这个文件
TOP
5#

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
TOP
6#

我也没下载其它版本,只是这个网站以前用的很好,后来因为换机器,我把以前的那个包拿过来用了。
TOP
发新话题 回复该主题