3d引擎 实现哪些效果:Asp.net程序运行出错,菜鸟求助高手!!!!!!!

来源:百度文库 编辑:杭州交通信息网 时间:2024/05/03 05:25:21
1 Asp.net程序运行出错,菜鸟求助高手!!!!!!!
我按要求安装了 所有运行asp.net的组件
我在运行单个asp.net页面是可以运行 比如一个显示文本页面
但是我在运行一个整体的时候就出错了,下面这个是我运行一个留言本程序时他显示页面 ,我看不懂,请高手帮哈忙,小弟感激不尽。
留言本程序是我在华军软件下的地址:http://www.onlinedown.net/soft/42932.htm
我不知道是程序问题还是 电脑没有设置好

分析器错误

“/”应用程序中的服务器错误。
--------------------------------------------------------------------------------

分析器错误
说明: 在分析向此请求提供服务所需资源时出错。请检查下列特定分析错误详细信息并适当地修改源文件。

分析器错误信息: 找不到文件或程序集名称“AspNetPager”,或找不到它的一个依赖项。

源错误:

行 1: <%@ Register TagPrefix="webdiyer" Namespace="Wuqi.Webdiyer" Assembly="AspNetPager" %>
行 2: <%@ Page validateRequest="false" language="c#" Codebehind="index.aspx.cs" AutoEventWireup="false" Inherits="book._index" %>
行 3: <HTML>

源文件: c:\inetpub\wwwroot\book\index.aspx 行: 1

程序集加载跟踪: 下列信息有助于确定程序集“AspNetPager”无法加载的原因。

=== Pre-bind state information ===
LOG: DisplayName = AspNetPager
(Partial)
LOG: Appbase = file:///c:/inetpub/wwwroot
LOG: Initial PrivatePath = bin
Calling assembly : (Unknown).
===

LOG: Policy not being applied to reference at this time (private, custom, partial, or location-based assembly bind).
LOG: Post-policy reference: AspNetPager
LOG: Attempting download of new URL file:///C:/WINNT/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/root/2135a508/8d69a834/AspNetPager.DLL.
LOG: Attempting download of new URL file:///C:/WINNT/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/root/2135a508/8d69a834/AspNetPager/AspNetPager.DLL.
LOG: Attempting download of new URL file:///c:/inetpub/wwwroot/bin/AspNetPager.DLL.
LOG: Attempting download of new URL file:///c:/inetpub/wwwroot/bin/AspNetPager/AspNetPager.DLL.
LOG: Attempting download of new URL file:///C:/WINNT/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/root/2135a508/8d69a834/AspNetPager.EXE.
LOG: Attempting download of new URL file:///C:/WINNT/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/root/2135a508/8d69a834/AspNetPager/AspNetPager.EXE.
LOG: Attempting download of new URL file:///c:/inetpub/wwwroot/bin/AspNetPager.EXE.
LOG: Attempting download of new URL file:///c:/inetpub/wwwroot/bin/AspNetPager/AspNetPager.EXE.

--------------------------------------------------------------------------------
版本信息: Microsoft .NET Framework 版本:1.1.4322.2032; ASP.NET 版本:1.1.4322.2032

Assembly="AspNetPager",删除

原因是你的BIN目录下没有AspNetPager.dll文件,它是用别人写的一个分页控件