Question
Error on Dreamweaver 8 asp.net page???
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" %> |
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. |
Version Information: Microsoft .NET Framework Version:2.0.50727.1433; ASP.NET Version:2.0.50727.1433
Can anyone help me correct this problem???
