473,396 Members | 1,866 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

Problem with .Net Framework 2 on certain machines

Hi,

I'm trying to distribute my application written using .NET Framework 2.0. It
uses a MDB file for it's database.

On certain machines with Windows XP (I have also tried updating them to
SP2), I received this exception when the application tries to connect to the
MDB

"The .Net Framework Data Providers require Microsoft Data Access Components
(MDAC). Please install Microsoft Data Access Components (MDAC) version 2.6
or later."

I have checked the machines using Component Checker Version 2.0 and has
confirmed that the MDAC installed on the machine is already 2.8 SP1.

Any help would be greatly appreciated.

Dec 23 '05 #1
6 5515
you are probably missing the jet oledb part as this is starting of the 2.5
version of MDAC not included in the package ( seperate install )

regards

Michel Posseth [MCP]
"Programatix" <N$********************@msn.com> wrote in message
news:%2****************@TK2MSFTNGP14.phx.gbl...
Hi,

I'm trying to distribute my application written using .NET Framework 2.0.
It
uses a MDB file for it's database.

On certain machines with Windows XP (I have also tried updating them to
SP2), I received this exception when the application tries to connect to
the
MDB

"The .Net Framework Data Providers require Microsoft Data Access
Components
(MDAC). Please install Microsoft Data Access Components (MDAC) version 2.6
or later."

I have checked the machines using Component Checker Version 2.0 and has
confirmed that the MDAC installed on the machine is already 2.8 SP1.

Any help would be greatly appreciated.

Dec 23 '05 #2
Hmmm... I tried downloading Jet 4.0 SP8 and installed it on those machines
but it still doesn't work.

By the way, Microsoft Access XP is already installed on those machine. In
this case, Ms Jet 4.0 should have already been installed on them.

"m.posseth" <mi*****@nohausystems.nl> wrote in message
news:u3**************@TK2MSFTNGP14.phx.gbl...
you are probably missing the jet oledb part as this is starting of the 2.5
version of MDAC not included in the package ( seperate install )

regards

Michel Posseth [MCP]
"Programatix" <N$********************@msn.com> wrote in message
news:%2****************@TK2MSFTNGP14.phx.gbl...
Hi,

I'm trying to distribute my application written using .NET Framework 2.0.
It
uses a MDB file for it's database.

On certain machines with Windows XP (I have also tried updating them to
SP2), I received this exception when the application tries to connect to
the
MDB

"The .Net Framework Data Providers require Microsoft Data Access
Components
(MDAC). Please install Microsoft Data Access Components (MDAC) version
2.6
or later."

I have checked the machines using Component Checker Version 2.0 and has
confirmed that the MDAC installed on the machine is already 2.8 SP1.

Any help would be greatly appreciated.


Dec 23 '05 #3
Have you installed MDAC?

http://www.microsoft.com/downloads/d...DisplayLang=en
"Programatix" wrote:
Hi,

I'm trying to distribute my application written using .NET Framework 2.0. It
uses a MDB file for it's database.

On certain machines with Windows XP (I have also tried updating them to
SP2), I received this exception when the application tries to connect to the
MDB

"The .Net Framework Data Providers require Microsoft Data Access Components
(MDAC). Please install Microsoft Data Access Components (MDAC) version 2.6
or later."

I have checked the machines using Component Checker Version 2.0 and has
confirmed that the MDAC installed on the machine is already 2.8 SP1.

Any help would be greatly appreciated.

Dec 24 '05 #4
Err... I have already stated that I have confirmed that the machines
involved already have MDAC 2.8 SP1 installed.

"Nathan M" <Na*****@discussions.microsoft.com> wrote in message
news:F9**********************************@microsof t.com...
Have you installed MDAC?

http://www.microsoft.com/downloads/d...DisplayLang=en
"Programatix" wrote:
Hi,

I'm trying to distribute my application written using .NET Framework 2.0.
It
uses a MDB file for it's database.

On certain machines with Windows XP (I have also tried updating them to
SP2), I received this exception when the application tries to connect to
the
MDB

"The .Net Framework Data Providers require Microsoft Data Access
Components
(MDAC). Please install Microsoft Data Access Components (MDAC) version
2.6
or later."

I have checked the machines using Component Checker Version 2.0 and has
confirmed that the MDAC installed on the machine is already 2.8 SP1.

Any help would be greatly appreciated.

Dec 26 '05 #5

after some investigation .. i found that a lot of people encounter problems
with MDAC 2.8 and XP
pre SP2 shopuld be solved by just reinstalling MDAC 2.8 ( found some
postings that stated that replacing the inf files is enough )

however computers with SP2 need a litle workaround to fix MDAC

OK, how to repair a copy of MDAC 2.8 on WinXP with SP2 installed

first, locate the mdac.inf file in c:\windows\inf right click and
install
when prompted for a location, point to
c:\windows\servicepackfiles\i386 then when promtpet for the XPcd,
either load the cd or point to c:\i386

this reinstalls / repairs MDAC 2.8
hth

Michel Posseth [MCP]

"Programatix" <N$********************@msn.com> wrote in message
news:OE**************@TK2MSFTNGP15.phx.gbl...
Err... I have already stated that I have confirmed that the machines
involved already have MDAC 2.8 SP1 installed.

"Nathan M" <Na*****@discussions.microsoft.com> wrote in message
news:F9**********************************@microsof t.com...
Have you installed MDAC?

http://www.microsoft.com/downloads/d...DisplayLang=en
"Programatix" wrote:
Hi,

I'm trying to distribute my application written using .NET Framework
2.0. It
uses a MDB file for it's database.

On certain machines with Windows XP (I have also tried updating them to
SP2), I received this exception when the application tries to connect to
the
MDB

"The .Net Framework Data Providers require Microsoft Data Access
Components
(MDAC). Please install Microsoft Data Access Components (MDAC) version
2.6
or later."

I have checked the machines using Component Checker Version 2.0 and has
confirmed that the MDAC installed on the machine is already 2.8 SP1.

Any help would be greatly appreciated.


Dec 26 '05 #6
Hmmm... but the funny thing is, the problem arises when the machine was
still without service pack!

The problem started out with this specs,

OS: Windows XP (No service packs installed)
Office XP with MS Access installed.

Then, I upgraded it to SP2. The problem is still there. Then I installed MS
Jet 4.0 SP8 and the problem is still there.

Sigh...

"m.posseth" <mi*****@nohausystems.nl> wrote in message
news:u2*************@TK2MSFTNGP14.phx.gbl...

after some investigation .. i found that a lot of people encounter
problems with MDAC 2.8 and XP
pre SP2 shopuld be solved by just reinstalling MDAC 2.8 ( found some
postings that stated that replacing the inf files is enough )

however computers with SP2 need a litle workaround to fix MDAC

OK, how to repair a copy of MDAC 2.8 on WinXP with SP2 installed

first, locate the mdac.inf file in c:\windows\inf right click and
install
when prompted for a location, point to
c:\windows\servicepackfiles\i386 then when promtpet for the XPcd,
either load the cd or point to c:\i386

this reinstalls / repairs MDAC 2.8
hth

Michel Posseth [MCP]

"Programatix" <N$********************@msn.com> wrote in message
news:OE**************@TK2MSFTNGP15.phx.gbl...
Err... I have already stated that I have confirmed that the machines
involved already have MDAC 2.8 SP1 installed.

"Nathan M" <Na*****@discussions.microsoft.com> wrote in message
news:F9**********************************@microsof t.com...
Have you installed MDAC?

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

Hi,

I'm trying to distribute my application written using .NET Framework
2.0. It
uses a MDB file for it's database.

On certain machines with Windows XP (I have also tried updating them to
SP2), I received this exception when the application tries to connect
to the
MDB

"The .Net Framework Data Providers require Microsoft Data Access
Components
(MDAC). Please install Microsoft Data Access Components (MDAC) version
2.6
or later."

I have checked the machines using Component Checker Version 2.0 and has
confirmed that the MDAC installed on the machine is already 2.8 SP1.

Any help would be greatly appreciated.



Dec 27 '05 #7

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

Similar topics

17
by: Mountain Bikn' Guy | last post by:
I just called: System.Environment.Version.ToString() and RuntimeEnvironment.GetSystemVersion() as a little experiment. Both report that I'm running 1.0.3705.288. However, my IDE is VS.NET 2003...
8
by: Rob Edwards | last post by:
When trying to add the Microsoft CDO for Exchange Management Library (aka CDOEXM.dll) I receive the following message: "A reference to 'Microsoft CDO for Exchange Management Library' could not be...
10
by: Al Smith | last post by:
Hi, Two developers installed 2005 beta on their machines along side .net 2003. Part of our web application then started behaving strangely, for them. We ran aspnet_regiis to force...
4
by: Jeff B | last post by:
I am having a very perplexing problem with setting the user's roles. I have tried to figure this out for 2 days now. When the user logs in to the site, I retrieve the roles from the database and...
1
by: abh1508 | last post by:
Following a release of code the following problem occurs on certain asp ..net pages. This is not a problem on other testing/demo environments. IIS seems to be creating certain files twice in the...
2
by: Leo | last post by:
hi all, I have never programmed something in Visual Studio .NET before so here is my newbie question: I built this nice little application. It runs quite fast on my development PC, then I try...
6
by: Al_C | last post by:
We are working with a hardware vendor that has a device that works fine on Win98SE. The code even makes sure it has the VB6 run time library. On our windows XP machine it goes belly up. (it...
1
by: jaffar.kazi | last post by:
Hi All, I have a .NET Winforms application that regularly posts to a PHP page. Till a few days back this worked perfectly. However, now, on certain machines, after the data is sent to the server,...
9
by: AceKnocks | last post by:
I am working on a framework design problem in which I have to design a C++ based framework capable of solving three puzzles for now but actually it should work with a general puzzle of any kind and I...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
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...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
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...
0
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...
0
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...

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.