Results 1 to 3 of 3

Thread: Help

  1. #1

    Thread Starter
    Addicted Member Paradox's Avatar
    Join Date
    Sep 2004
    Location
    Nairobi
    Posts
    189

    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: <MMataSet


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


    --------------------------------------------------------------------------------
    Version Information: Microsoft .NET Framework Version:2.0.40607.42; ASP.NET Version:2.0.40607.42
    Peny wise pound Foolish

  2. #2
    Fanatic Member Graff's Avatar
    Join Date
    Jan 2002
    Location
    Calgary
    Posts
    668
    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.

  3. #3
    I wonder how many charact
    Join Date
    Feb 2001
    Location
    Savage, MN, USA
    Posts
    3,704
    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
  •  



Click Here to Expand Forum to Full Width