Ask a Question related to Dreamweaver AppDev, Design and Development.
-
dnk@canada.com #1
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
-
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... -
ASP.NET & DreamweaverCtrls
what website are you referring to? Where can I find the correct file? -
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... -
'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')) -
Julian Roberts #2
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



Reply With Quote

