Skip to main content
Known Participant
September 15, 2009
Question

Error on Dreamweaver 8 asp.net page???

  • September 15, 2009
  • 3 replies
  • 774 views

Hi every one...

I am trying to do the tutorial in web application development using Dreamweaver 8...After completing the given tutorial I tried to view the page and I get the following error in my browser:

Server Error in '/CafeTownsend' 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="rs_Comment"

Source File: /CafeTownsend/view.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.1433; ASP.NET Version:2.0.50727.1433

Can anyone help me correct this problem???

This topic has been closed for replies.

3 replies

Participant
October 17, 2009

Interested to hear that you are persisting with Dreamweaver and asp.net. Most .net people seem to have deserted the Dreamweaver environment since CS3 came along and made life difficult. I'm still using it with v1.1 with MX - fine as long as you don't want to do anything ambitious...

jamTOASTAuthor
Known Participant
September 17, 2009

hi...I solved my problems...Thanks...

jamTOASTAuthor
Known Participant
September 16, 2009

I am waiting some one to help me...but still there aren't any suggestions!!!

jamTOASTAuthor
Known Participant
September 16, 2009

Hi...I have corrected the problem by deploying the bin file with Dreamweaverctrlls.dll and uploading the web.config file...

But the problem now is I can't interact with the pages...I mean when I insert records it is not in the view.aspx page...

How can I solve this???