Wrox Programmer Forums
Go Back   Wrox Programmer Forums > ASP.NET and ASP > ASP.NET 1.0 and 1.1 > BOOK: Beginning ASP.NET 1.1
|
BOOK: Beginning ASP.NET 1.1
This is the forum to discuss the Wrox book Beginning ASP.NET 1.1 with Visual C#.NET 2003 by Chris Ullman, John Kauffman, Chris Hart, Dave Sussman, Daniel Maharry; ISBN: 9780764557088
Welcome to the p2p.wrox.com Forums.

You are currently viewing the BOOK: Beginning ASP.NET 1.1 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old August 5th, 2004, 06:25 AM
Authorized User
 
Join Date: Jul 2004
Posts: 10
Thanks: 0
Thanked 0 Times in 0 Posts
Default Could not find installable ISAM Chapter 16

Hi ALl,

Ok so I am stuck on Chapter 16 with the error detailed below, so far I have tried the following to fix this problem:

Uninstalled SP3 for Office
Uninstalled Security Update for MS Jet SP8
Repaired Office Installation
Manually Registered the access,excel etc. dll's etc with RegSvr32

After this did not correct the problem I uninstaled:

MS Office
.NET Framework SDK 1.1
Web Matrix
.Net Framework 1.1
All Patches for Office
MS Data Access Components 2.8
MSDE 2000 A

I then reinstalled the basic components:

MS Office
.Net Framework 1.1
.Net Framework SDK 1.1
Web Matrix
MS Data Access Components 2.8

I then tested under this configuration as I know this worked previously, however this was not the case and the below error was still generated.

Any Clues, I have been through MS KnowledgeBase and have carried out their fixes without success, could it be the Code behind files etc?


<code>
Server Error in '/' Application.
--------------------------------------------------------------------------------

Could not find installable ISAM.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.Data.OleDb.OleDbException: Could not find installable ISAM.

Source Error:


Line 44:
Line 45: Dim DateReader as System.Data.IDataReader
Line 46: DateReader = Data.Dates()
Line 47:
Line 48: While DateReader.Read()


Source File: C:\BegASPNET11\WroxUnited\Default.aspx.vb Line: 46

Stack Trace:


[OleDbException (0x80004005): Could not find installable ISAM.]
   System.Data.OleDb.OleDbConnection.ProcessResults(I nt32 hr) +20
   System.Data.OleDb.OleDbConnection.InitializeProvid er() +51
   System.Data.OleDb.OleDbConnection.Open() +203
   WroxUnited.DataAccessCode.Dates() +125
   Wrox.DefaultCodeBehind.Page_Load() in C:\BegASPNET11\WroxUnited\Default.aspx.vb:46
   System.Web.Util.ArglessEventHandlerDelegateProxy.C allback(Object sender, EventArgs e) +10
   System.Web.UI.Control.OnLoad(EventArgs e) +55
   System.Web.UI.Control.LoadRecursive() +27
   System.Web.UI.Page.ProcessRequestMain() +731




--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:1.1.4322.573; ASP.NET Version:1.1.4322.573
</code>

The.Student

What does my picture not work !
__________________
The.Student

What does my picture not work !
 
Old October 11th, 2004, 12:55 PM
Registered User
 
Join Date: Oct 2004
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default

9 out of 10 times that error means that you have a syntax error in your connection string. Could you post it?






Similar Threads
Thread Thread Starter Forum Replies Last Post
Could not find installable ISAM Lillian ASP.NET 1.0 and 1.1 Basics 12 May 16th, 2010 09:01 AM
"Could not find installable ISAM" evidica ASP.NET 1.0 and 1.1 Basics 3 March 12th, 2007 11:27 AM
Could not find installable isam Johno13 BOOK: Beginning VB.NET Databases 1 October 5th, 2006 11:46 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.