particleillusion:关于DW与ASP.NET

来源:百度文库 编辑:杭州交通信息网 时间:2024/05/12 06:09:02
我已经部署过DreamweaverCtrls,可为什么还回出现如下问题呢?请高手指教,谢谢
Server Error in '/qingshan' 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: Could not load file or assembly 'DreamweaverCtrls, Version=1.0.0.0, Culture=neutral, PublicKeyToken=836f606ede05d46a' or one of its dependencies. 系统找不到指定的文件。

Source Error:

Line 1: <%@ Page Language="VB" ContentType="text/html" ResponseEncoding="gb2312" %>
Line 2: <%@ Register TagPrefix="MM" Namespace="DreamweaverCtrls" Assembly="DreamweaverCtrls,version=1.0.0.0,publicKeyToken=836f606ede05d46a,culture=neutral" %>
Line 3: <MM:DataSet
Line 4: id="DataSet1"

Source File: /qingshan/myweb/DtOfficemate/BLOG/Untitled-5.aspx Line: 2

Assembly Load Trace: The following information can be helpful to determine why the assembly 'DreamweaverCtrls, Version=1.0.0.0, Culture=neutral, PublicKeyToken=836f606ede05d46a' could not be loaded.

WRN: Assembly binding logging is turned OFF.
To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
Note: There is some performance penalty associated with assembly bind failure logging.
To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].

--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50727.42; ASP.NET Version:2.0.50727.42

估计是你的@子句错了
我没用过dw做.net,不清楚,你应该下一个visual studio来做.net,
dw做.net太垃圾
<%@ Page Language="VB" AutoEventWireup="true"
CodeFile="register.aspx.cs" Inherits="aaa.register" %>
codefile是后台文件
aaa是空间名namespace
register是类名