473,662 Members | 2,524 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

ERROR: "Method 'Connection' of object '_Current Project' failed. -2147024769"

Continue to get error message.

Here is an update of my problem and everything that I have done to
correct it.

I have created a front-end application and back-end database. I have
code that automatically links the front-end application to the
back-end database for whenever I provide a patch or upgrade. Everytime
that I opened the program in the past using either Access 2002 and
2003, it open just fine with no errors when linking to the back-end
tables.

Lately, I get the following error message whenever I open my
application:

ERROR: "Method 'Connection' of object '_Current Project' failed. Check
to see if you installed the tables used for storing data is in the
default directory. -2147024769"

After clicking, "OK", my application continues to open and re-links to
the back-end tables anyway. Yes, all the data displays in the
application front-end data fields.

I removed all the links to the back-end tables; re-imported the
back-end tables; same problem. This was then followed by with creating
a new application re-combining the front and back-ends (no problems
occurred in loading and using the application) and preceded to
re-split the application again. I continue to receive the above error.

I went to backups and earlier versions of my application, up to 12
months, and now, they give out the same above error message. Could
this be an Access problem?

John
Nov 13 '05 #1
4 2373
John Phelan wrote:
Continue to get error message.

Here is an update of my problem and everything that I have done to
correct it.

I have created a front-end application and back-end database. I have
code that automatically links the front-end application to the
back-end database for whenever I provide a patch or upgrade. Everytime
that I opened the program in the past using either Access 2002 and
2003, it open just fine with no errors when linking to the back-end
tables.

Lately, I get the following error message whenever I open my
application:

ERROR: "Method 'Connection' of object '_Current Project' failed. Check
to see if you installed the tables used for storing data is in the
default directory. -2147024769"

After clicking, "OK", my application continues to open and re-links to
the back-end tables anyway. Yes, all the data displays in the
application front-end data fields.

I removed all the links to the back-end tables; re-imported the
back-end tables; same problem. This was then followed by with creating
a new application re-combining the front and back-ends (no problems
occurred in loading and using the application) and preceded to
re-split the application again. I continue to receive the above error.

I went to backups and earlier versions of my application, up to 12
months, and now, they give out the same above error message. Could
this be an Access problem?

John


Looks more like an MDAC problem, try re-installing or install latest
version (2.8 IIRC), I had a problem like this using ADO and it was MDAC
2.7 that was screwed up by (I think) a repair install of WinXP, it had
some of the DLLs as later versions from what should have been there.

check it with this http://tinyurl.com/6gsv (MDAC Component checker)
--
Error reading sig - A)bort R)etry I)nfluence with large hammer
Nov 13 '05 #2
Trevor Best <nospam@localho st> wrote in
news:40******** *************** @auth.uk.news.e asynet.net:
check it with this http://tinyurl.com/6gsv (MDAC Component
checker)


May I make a suggestion about using these URL abbreviation services?

I think it's a good idea to also post the full URL along with it
because:

1. for the Google Groups archives, it's important that URLs be as
permanent as possible for posts to remain useful. If TinyURL.com
ceases operations, all those shortened URLs will become useless
(remember all the Deja News URLs that are now useless because Deja
used its own server's article numbers for its canonical URLs?).

2. corollary to 1) is that even if the target URL also expires
(assuming it's only because of a reorganization of the target
website), having the information about what website the URL was
pointing to may make it possible to search that website to locate
the content in question.

3. seeing the destination of the URL can tell a reader whether its
worth following the link or not.

--
David W. Fenton http://www.bway.net/~dfenton
dfenton at bway dot net http://www.bway.net/~dfassoc
Nov 13 '05 #3
David W. Fenton wrote:
Trevor Best <nospam@localho st> wrote in
news:40******** *************** @auth.uk.news.e asynet.net:

check it with this http://tinyurl.com/6gsv (MDAC Component
checker)

May I make a suggestion about using these URL abbreviation services?


No! :-)
I think it's a good idea to also post the full URL along with it
because:


[snip tinyurl may expire one day before google does]
Point taken. The original URL was
http://www.microsoft.com/downloads/d...DisplayLang=en

--
Error reading sig - A)bort R)etry I)nfluence with large hammer
Nov 13 '05 #4
"Trevor Best" <nospam@localho st> wrote...
David W. Fenton wrote:
Trevor Best <nospam@localho st> wrote:
check it with this http://tinyurl.com/6gsv (MDAC Component
checker)
May I make a suggestion about using these URL abbreviation services?
No! :-) I think it's a good idea to also post the full URL along with it
because:

[snip tinyurl may expire one day before google does]
Point taken. The original URL was

http://www.microsoft.com/downloads/d...DisplayLang=en

Ironically, and speaking as the owner of two of these "FamilyIDs" in the MS
download center, I can tell you that updates can often be posted in ways
that cause a new FamilyID to be assigned, thus making them potentially even
more temporary than tinyurl! :-)

Pages like the following may be better (since they often include redirects
when they do change):

http://msdn.microsoft.com/data/downl...s/default.aspx

and when they exist, the best kind of links are the MS version of tinyurl,
FWLink:

http://go.microsoft.co m/fwlink/?LinkId=<fill in the linkid here>

(this is obviously not a valid URL since no linkid is filled in)
--
MichKa [MS]
NLS Collation/Locale/Keyboard Development
Globalization Infrastructure and Font Technologies
Windows International Division

This posting is provided "AS IS" with
no warranties, and confers no rights.
Nov 13 '05 #5

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

Similar topics

0
2182
by: camaro77 majau via DotNetMonster.com | last post by:
Sorry by my english but i'm from spain. I have a problem and after search by the web i have know that is due by framework. The message is : setup error "failed to load ressouces from resource file please check your setup" It only appears when i'm using a p2p program called elephant,who needs framework to run.some month ago I instaled for first time elephant and framework,but i don't remember whar version of framework i had
10
2169
by: Abel | last post by:
I have this code string theClassName = "Rules.FillListBox.FillListBox" + theType + ", Rules" Type theClass = Type.GetType(theClassName) Object o = Activator.CreateInstance(theClass) object parameters = new object parameters = elListBox parameters = (IList)Session theClass.GetMethod("fill").Invoke(o, (object)parameters)
1
2822
by: Chris Magoun | last post by:
I suddenly received an unexpected error in my project. I have been working on this project for some time without this issue. Nothing has changed in the form that caused the exception. A little experimentation shows that I cannot run ANY .NET web project without getting this error: ---------------------------------------------------------------------------- ---- Object reference not set to an instance of an object.
5
2628
by: Vijaya P Krishna | last post by:
Hi, I have a .NET Windows Forms application, written in VB.NET and C#. I am opening a URL from the application using Process.Start(). The URL points to a java servlet running on apache-tomcat. For some users the application shows an error dialog with following information. Another very interesting observation is that it's sending a lot of requests to the servlet within no time. Please note that this is not happening for all users.
2
6488
by: =?Utf-8?B?QmFkaXM=?= | last post by:
I'm doing a server side automation(I know it's bad but..) and its working fine locally and when accessing it from a remote machine using web browser is was giving me this error"Retrieving the COM class factory for component with CLSID {000209FF-0000-0000-C000-000000000046} failed due to the following error: 80070005". so I configured the server using dcomcnfg as described in this link: http://support.microsoft.com/kb/288368/ and know...
3
2984
by: =?Utf-8?B?QmFkaXM=?= | last post by:
I'm doing a server side automation(I know it's bad but..) and its working fine locally and when accessing it from a remote machine using web browser is was giving me this error"Retrieving the COM class factory for component with CLSID {000209FF-0000-0000-C000-000000000046} failed due to the following error: 80070005". so I configured the server using dcomcnfg as described in this link: http://support.microsoft.com/kb/288368/ and know...
5
2963
by: monu121 | last post by:
hi, i am getting one error "Object Does Not Support This Property or Method..." when i am using my dll file actuly i am calling my dll file in product. i am using vb 6.0. if any one is knowing about this so plz help me. thanks & regards monu121
5
3265
by: xieliwei | last post by:
I have a freshly installed openSuSe 10.2 with PHP4 from http://download.opensuse.org/repositories/home:/michal-m:/php4/openSUSE_10.2/ (openSuSe abandoned PHP4 since version 10, but I have customers who need php4 support) The version strings are as follows: # uname -a Linux server2 2.6.18.2-34-default #1 SMP Mon Nov 27 11:46:27 UTC 2006 i686 athlon i386 GNU/Linux
11
7462
by: narpet | last post by:
Hello all, I'm hoping somebody can help me with this. I have an app that I've been developing in MS Visual Studio 2005 Pro, C#. I have connectivity to a SQL server database. All of the sudden, whenever I try to add a new or change an existing data binding to a text box (as an example), it gives me the error, "object reference not set to an instance of an object". To clarify... this error occurs when I click on the "text" or "tag"...
3
2324
by: Sarah | last post by:
Hi - Please be gentle. I am quite new to visual basic, but I have been going through tutorials and reading up. I found a code snippet on the internet that I wanted to see if I could re-purpose for a project, but I keep getting the error: "Object reference not set to an instance of an object" for the 7th line of the code below which is: obj.ConvertPage(URL).Save("C:\screencaptest2.bmp", System.Drawing.Imaging.ImageFormat.Bmp)
0
8432
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8344
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8764
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
8546
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
7367
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...
1
6186
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
4347
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2762
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
2
1993
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.