473,809 Members | 2,660 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

VB & Access with error message: REGDB_E_CLASSNO TREG(0x80040154 )

Bob
Hello,

I'm in a real predicament. I built up a new 64bit PC due to a virus and a flaky hard drive. Installed all my programs (Excel, Word, VS2005, etc) all
the programs worked except for the VB programs I wrote myself (that were previously running for 1 1/2 years on the old machine). Found out that
Access does not have the support on a 64bit machine. So I formatted a different hard drive, installed XP Pro, then proceeded to install all the
programs on the old PC and plan to run it on that PC until I can get SQLSVR on my new PC and convert my developed VB programs converted from Access to
SQL.

Running on either PC I get the message:

No error message available, result code: REGDB_E_CLASSNO TREG(0x80040154 ). on the "cn.OPEN" statement.

It doesn't tell me whats not registered. I scoured the net and found several references to the error message and tried applying their solutions but
without any luck.

I've re-installed Office 2003.
Installed owc.
Applied latest service packs to both XP and VS2005.

I think it has something to do with MS Jet 4.0. Can't tell for sure though.

Reaching out to someone here for HELP!

Bob

XP Pro SP2
VS2005 Pro
MS Office 2003
AMD 32 bit
Jun 27 '08 #1
1 3379
Bob
Please help with this one. Been waiting a long time - no responses.

Bob

On Tue, 17 Jun 2008 20:12:18 -0700, Bob <Bo*@No-Address.comwrot e:
>Hello,

I'm in a real predicament. I built up a new 64bit PC due to a virus and a flaky hard drive. Installed all my programs (Excel, Word, VS2005, etc) all
the programs worked except for the VB programs I wrote myself (that were previously running for 1 1/2 years on the old machine). Found out that
Access does not have the support on a 64bit machine. So I formatted a different hard drive, installed XP Pro, then proceeded to install all the
programs on the old PC and plan to run it on that PC until I can get SQLSVR on my new PC and convert my developed VB programs converted from Access to
SQL.

Running on either PC I get the message:

No error message available, result code: REGDB_E_CLASSNO TREG(0x80040154 ). on the "cn.OPEN" statement.

It doesn't tell me whats not registered. I scoured the net and found several references to the error message and tried applying their solutions but
without any luck.

I've re-installed Office 2003.
Installed owc.
Applied latest service packs to both XP and VS2005.

I think it has something to do with MS Jet 4.0. Can't tell for sure though.

Reaching out to someone here for HELP!

Bob

XP Pro SP3
VS2005 Pro
MS Office 2003
AMD 32 bit
Jun 28 '08 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
11050
by: Alejandra Parra | last post by:
The application used to work fine, but today, in this code: CType(Me.AxSSTab1, System.ComponentModel.ISupportInitialize).EndInit() ..Net shows the next error: An unhandled exception of type 'System.Runtime.InteropServices.COMException' occurred in system.windows.forms.dll Additional information: Class not registered
0
1418
by: Joe -PD- | last post by:
I am writing a C# outlook addin using Visual Studio tools for Office 2005 and I wanted to have the ability to permanently delete items without having to send them to the "Deleted Items" folder first. To do this I found I needed to use CDO to give me the functionality to do this (as the Outlook Object Model does not allow it). Whenever I try creating a new MAPI.Session object, I get an error 0x80040154 (Class Not Available). Does anyone...
0
1830
by: raagz | last post by:
Hi, I am trying to access an mdb file using C# in ASP.NET but i get this error.. No error information available: REGDB_E_CLASSNOTREG(0x80040154). here goes my code:\ ------------------- string strConnection= "Provider=Microsoft.Jet.OleDb.4.o;"; strConnection+= @"Data source=D:\northwind.mdb";
3
1810
by: abacnet | last post by:
Hi, I have a simple .Net web application compiled on my PC using the Framework version 1.0. Then I install it to a Windows Server 2003 server (with Framework version 1.1/Version 1.0 is also installed). Then I have this errors when trying to make database (Oracle) connection:
2
1447
by: Eiffla | last post by:
I want connect to data base so I wrote this code cn = new System.Data.OleDb.OleDbConnection(); cn.ConnectionString="Provider=Microsoft.JET.4.0.;"+ @"data source =c:\proba.mdb"; cn.Open(); string query = "select * from users"; ds = new System.Data.DataSet(); dA = new System.Data.OleDb.OleDbDataAdapter(query,cn); dA.Fill(ds);
2
5442
by: Rippo | last post by:
I am getting the following error when i try to open an access database on a windows 2003 web edition machine. The site in question has been operating sucessfully for 6 months then all of a sudden this error has occured. I have not changed the configuration nor to my knowledge has any new software been installed. I have installed the following updates but still have the problem WindowsServer2003-KB829558-x86-ENU.exe Jet40Repl.exe
5
9657
by: petro | last post by:
Hello all, My asp.net web application works on my machine but I get the following error on our test web server, There is only one oracle home on the test server. Does anyone know how to resolve this error? Oracle error occurred, but error message could not be retrieved from Oracle. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the...
0
1742
by: Nonee | last post by:
Hello- I have a form with the mediaplayer referenced to play mp3's and avi's and I believe that is what is causing the problem. I am not sure, but I am hoping. Anyway, I "published" the vb.net app and moved it to another computer and I get the following error msg when I load the form with the mediaplayer on it. I upgraded this project from a standard vb app to the .net version (vb express anyway) and that is when the problem arose. ...
2
48956
by: pavanip | last post by:
Hi, I developed a windows application in Vb.Net 2003.It is working fine in this. But when I am trying to convert this into .Net 2005 I am getting this error. Class not registered (Exception from HRESULT: 0x80040154 (REGDB_E_CLASSNOTREG)) at System.Windows.Forms.UnsafeNativeMethods.CoCreateInstance(Guid& clsid, Object punkOuter, Int32 context, Guid& iid) at System.Windows.Forms.AxHost.CreateWithoutLicense(Guid...
0
10376
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10387
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
10120
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
9200
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
6881
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5550
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5689
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4332
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
3
3015
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.