PDA

Click to See Complete Forum and Search --> : Help


Paradox
Oct 29th, 2004, 09:02 AM
I'm tryin to learn Asp.net, i get this error msg while trying to display records on a Datagrid. Any ideas



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: File or assembly name 'DreamweaverCtrls, Version=1.0.0.0, Culture=neutral, PublicKeyToken=836f606ede05d46a', or one of its dependencies, was not found.

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: on error resume next
Line 4: <MM:DataSet


Source File: /leave/TMP9f2b36cmay.aspx Line: 2


--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.40607.42; ASP.NET Version:2.0.40607.42

Graff
Oct 29th, 2004, 12:04 PM
Just to get it out of the way, did you build the project before trying to veiw it?

nemaroller
Oct 29th, 2004, 12:10 PM
The library that contains the code for that control is not properly referenced (if at all).

Like mentioned above, be sure to build the solution.

If the control was added using a drag-drop from the toolbox of VS. Net, it should have automatically added a reference for you. (Solution Explorer - project -references)