Results 1 to 2 of 2

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
    Hyperactive Member
    Join Date
    Dec 2001
    Location
    Dublin, Ireland
    Posts
    262
    The page is looking for a registered dll which needs to either be in the global assembly cache or more likely in the bin folder of your site. The dll is very likely called DreamweaverCtrls.dll based on your error or something like that. It needs to be placed in your bin folder.

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