After moving ASPX page to a live server this happens.
-
System.Data.OleDb.OleDbException: Could not find installable ISAM. at System.Data.OleDb.OleDbConnection.ProcessResults(Int32 hr) at System.Data.OleDb.OleDbConnection.InitializeProvider() at System.Data.OleDb.OleDbConnection.Open() at DreamweaverCtrls.DataSet.DoInit() ----------- All works fine on local test server and all pages other than the ONE works fine on live (The connection and web.config files must thus be correct????) ALL data in the DB has got valid data in as well and although the file does also include canvas methods to display graphics I don't know if this is the problem. PLEASE any help? It dose write the cookie data as well and retrieves it correctly it seems. ANY thing else it could be? TOp part of my file is ----------------------- <%@ Page Language="C#" %> <%@ Register TagPrefix="MM" Namespace="DreamweaverCtrls" Assembly="DreamweaverCtrls,version=1.0.0.0,publicKeyToken=836f606ede05d46a,culture=neutral" %> <%@ Register TagPrefix="Portal" TagName="ImageCanvas" Src="ImageCanvas.ascx" %> <%@ import Namespace="System.Drawing" %> this is me</x-turndown>