Hi I get the following when creating an ASP.NET VB Script
page. I can connect to a SQL Server fine database and can preview a
page without problem, the moment I go to bindings, add a dataset
(which tests ok) click save and preview I get the message below.
I know it should be obvious as it is saying the problem that
it cannot locate the DreamweaverCtrl.dll but I have saved it in the
bin directory (c:\inetpub\wwwroot\bin\) as stated in loads of
forums but it still doesn't work. I have also changed the directory
to a virtual one as was also suggested. Still no joy. Any ideas?
Error message:
Server Error in '/propertyrace' 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. The
system cannot find the file specified.
Source Error:
Line 1: <%@ Page Language="VB" ContentType="text/html"
ResponseEncoding="iso-8859-1" %>
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: /propertyrace/Untitled-3.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