|
-
Oct 29th, 2004, 09:02 AM
#1
Thread Starter
Addicted Member
Help
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 ataSet
Source File: /leave/TMP9f2b36cmay.aspx Line: 2
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.40607.42; ASP.NET Version:2.0.40607.42
-
Oct 29th, 2004, 12:04 PM
#2
Fanatic Member
Just to get it out of the way, did you build the project before trying to veiw it?
If wishes were fishes we'd all cast nets.
-
Oct 29th, 2004, 12:10 PM
#3
I wonder how many charact
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)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|