I've just installed Dreamweaver CS3 and I'm trying to move
from Classic ASP to ASP.NET. I've got an Access database that I'm
working with and I'm able to successfully configure a connection to
the database. The test button shows successful and I can also
create a recordset via DW's bindings panel. I create some SQL, I
test, and I see the correct data returned in the test window on the
screen. All seems great.
Then I simply pull the recordset values into a table on the
page and hit F12 to preview in browser. I'm getting the following
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="utf-8" %>
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="rsPlayers"
----------------
Any information on what's going on here and how I can fix it
would be greatly appreciated. Not having a very great start to my
switch-over to .NET. :(
Thanks!