DreamweaverCtrls.dll on the mac

Ask a Question related to Dreamweaver AppDev, Design and Development.

  1. #1

    Default DreamweaverCtrls.dll on the mac

    Hi therre - I am tryign to use .net with a mysql DB. My Dev is done on a mac,
    but when i try to connect to my db, I get this error:
    -----
    "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, or one of its
    dependencies, was not found.

    Source Error:


    Line 1: <%@ Page Language="C#" ContentType="text/html"
    ResponseEncoding="iso-8859-1" %>
    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="ds_query"

    Source File: D:\sites\IP\results.aspx Line: 2 "

    -----

    Any idea? the DLL file is no where on my mac. Ideas?

    dnk@canada.com Guest

  2. Similar Questions and Discussions

    1. DreamweaverCtrls.dll Security Error
      Hi, I am using Dreamweaver 8, Asp.net and the control "DreamweaverCtrls.dll" to connect and access a mySQL database. Everything goes just fine...
    2. ASP.NET & DreamweaverCtrls
      what website are you referring to? Where can I find the correct file?
    3. File or assembly name DreamweaverCtrls
      The message "File or assembly name DreamweaverCtrls, or one of its dependencies, was not found" is shown when I am trying to run my ASP.NET file in...
    4. 'Tables' is not a member of 'DreamweaverCtrls.DataSet'.
      Dim myDbVal as String Dim myDbRow As System.Data.Datarow myDbRow = DataSet1.Tables(0).Rows(0) myDbVal = Convert.ToString(myDbRow('body'))
  3. #2

    Default Re: DreamweaverCtrls.dll on the mac

    Try

    [url]http://www.macromedia.com/cfusion/knowledgebase/index.cfm?id=tn_16387[/url]

    --
    Jules
    [url]http://www.charon.co.uk/charoncart[/url]
    Charon Cart 3
    Shopping Cart Extension for Dreamweaver MX/MX 2004


    Julian Roberts Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139