Set your project's compile option to x86 instead of 'Both'. There isn't a 64Bit Jet provider available so your app needs to run in 32Bit mode, even on 64Bit comps.
|
|
Im using windows 7 home premium 64bit how do i resolve this issue
Set your project's compile option to x86 instead of 'Both'. There isn't a 64Bit Jet provider available so your app needs to run in 32Bit mode, even on 64Bit comps.
Currently using: VS 2005 & 2008 Pro w/sp1 & VS 2010 Ultimate on Win7 Ultimate x64.
There are 3 kinds of people in the world: Those who can count and those who can't.
4 out of 3 people have trouble with fractions.
Windows has a 64 bit GUI for a set of 32 bit extensions on a 16 bit shell for an 8 bit OS using a 4 bit kernel made by a 2 bit company that can't stand 1 bit of competition.
how do i go about doing that, im using Visual Basic Express 2008 by the way
Ah, Visual Basic Express I had a fear that would be the case. You wont be able to do this using the IDE because that's one of the things they took out. Make sure VS is closed and right click the project file (*.vbproj) in windows and open it with notepad, it's a plain text xml file.
Under theandCode:<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> </PropertyGroup>groups add this:Code:<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> </PropertyGroup>Now open the project in VS and try running it.Code:<PlatformTarget>x86</PlatformTarget>
Currently using: VS 2005 & 2008 Pro w/sp1 & VS 2010 Ultimate on Win7 Ultimate x64.
There are 3 kinds of people in the world: Those who can count and those who can't.
4 out of 3 people have trouble with fractions.
Windows has a 64 bit GUI for a set of 32 bit extensions on a 16 bit shell for an 8 bit OS using a 4 bit kernel made by a 2 bit company that can't stand 1 bit of competition.
still no luck
Try these suggestions (the 2nd post in particular) VB Express target x86 Platform?
Currently using: VS 2005 & 2008 Pro w/sp1 & VS 2010 Ultimate on Win7 Ultimate x64.
There are 3 kinds of people in the world: Those who can count and those who can't.
4 out of 3 people have trouble with fractions.
Windows has a 64 bit GUI for a set of 32 bit extensions on a 16 bit shell for an 8 bit OS using a 4 bit kernel made by a 2 bit company that can't stand 1 bit of competition.
brilliant man it worked thanks alot![]()
Thread split to search the database? Start new threads for new topics.
As the post you linked to shows that is not the case, it is just more hidden in Express (or is it? I can't recall Config Manager begin hidden in VB 2008 Express).Originally Posted by JuggaloBrotha
Some useful links: Learning videoes, Code Samples, WMI Code Creator, MSDN, The Code Project, WindowsClient.net, ASP.net, W3 Schools, Regular-Expressions.info, GDI+ FAQ
How to format posts with code blocks etc - present the problem/post properly
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks