Ask a Question related to Macromedia Dynamic HTML, Design and Development.
-
blog123456 #1
Webpage loads with the below error
:confused;
Server Error in '/' 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" %>
Line 2: <%@ Register TagPrefix="MM" Namespace="DreamweaverCtrls"
Assembly="DreamweaverCtrls,version=1.0.0.0,publicK eyToken=836f606ede05d46a,cultu
re=neutral" %>
Line 3: <MM:DataSet
Line 4: id="DataSet1"
Source File: /Untitled-1.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.50215.44; ASP.NET
Version:2.0.50215.44
blog123456 Guest
-
sometimes my data loads, sometimes it doesn't :(
do it in creationComplete -
Error reported to webmaster, but page loads fine
I have an error handeler in the coldfusion administrator that will let me know when an error is generated on any page on the server. If an error is... -
Save as Webpage error?
I am no longer getting the 'Save as Webpage' choice under file. Now all I see is 'Export as Web Page'. I am working in a .htm file. What do I need... -
File Not found 404 Error -- while the file exists and mostly loads.
There is an ASP page in my site which sometimes gives file not found error. This page which is suppossedly missing exists on the server and... -
Help, page loads twice
I need help! A page I'm working on builds an HTML string based on a bunch of data in different tables and databases. Then it does a response.write...



Reply With Quote

