Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Basic database connection telling me file not found...???

Explorer ,
May 06, 2007 May 06, 2007
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!

TOPICS
Server side applications
351
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Explorer , May 07, 2007 May 07, 2007
Nevermind, I figured it out. Had to deploy supporting files. Sorry for the post.
Translate
Explorer ,
May 07, 2007 May 07, 2007
LATEST
Nevermind, I figured it out. Had to deploy supporting files. Sorry for the post.
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines