From: Eduardo Fujii Date: September 21 2004 6:06pm Subject: How to configure .Net to use MySQL Connector/Net provider ? List-Archive: http://lists.mysql.com/dotnet/4 Message-Id: <00c001c4a005$a8953d50$6e0610ac@miis.edu> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_00BD_01C49FCA.FC23EEC0" ------=_NextPart_000_00BD_01C49FCA.FC23EEC0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: quoted-printable Hello All: I downloaded and installed MySQL Connector/Net 1.0 but have not been = able to use in my aspx page. Any help would be apprecitated as I'm not = very familiar with ASP.NET. Do I need to copy MySql.Data.dll somewhere ? (I did copy it to = C:\WINNT\Microsoft.NET\Framework\v1.1.4322 but no success). I always get = the message: Compiler Error Message: BC30002: Type 'MySqlCommand' is not = defined. My development environment is: Windows XP Professional Version 5.1 Service Pack 1 IIS 5.1 .Net Framework 1.1 MySQL 3.23.33 running on Solaris 7 Here is the aspx test page: <%@ page language=3D"VB" %> <%@ import namespace=3D"System.Data" %> <%@ import namespace=3D"MySql.Data.MySqlClient" %>