Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. Visual Basic
  4. installing application [modified] .... resolved

installing application [modified] .... resolved

Scheduled Pinned Locked Moved Visual Basic
helptutorial
9 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • D Offline
    D Offline
    Daniel Engelkes
    wrote on last edited by
    #1

    I have installed an application that I have written on a windows 7 6g bit machine I am getting the follow error Microsoft.Jet.OleDb.4.0 provider is not registered on the local machine. any idea on how to fix it by compiling code to x86 the program works in win 7 64 bit edition

    modified on Sunday, March 28, 2010 9:49 PM

    D 1 Reply Last reply
    0
    • D Daniel Engelkes

      I have installed an application that I have written on a windows 7 6g bit machine I am getting the follow error Microsoft.Jet.OleDb.4.0 provider is not registered on the local machine. any idea on how to fix it by compiling code to x86 the program works in win 7 64 bit edition

      modified on Sunday, March 28, 2010 9:49 PM

      D Offline
      D Offline
      Dalek Dave
      wrote on last edited by
      #2

      32 or 64 bit? AFAIK there is no 64 bit version. That may be an issue try here for help http://support.microsoft.com/kb/278604[^]

      ------------------------------------ I will never again mention that I was the poster of the One Millionth Lounge Post, nor that it was complete drivel. Dalek Dave

      D 2 Replies Last reply
      0
      • D Dalek Dave

        32 or 64 bit? AFAIK there is no 64 bit version. That may be an issue try here for help http://support.microsoft.com/kb/278604[^]

        ------------------------------------ I will never again mention that I was the poster of the One Millionth Lounge Post, nor that it was complete drivel. Dalek Dave

        D Offline
        D Offline
        Daniel Engelkes
        wrote on last edited by
        #3

        windows 7 is 64 bit

        D D 2 Replies Last reply
        0
        • D Dalek Dave

          32 or 64 bit? AFAIK there is no 64 bit version. That may be an issue try here for help http://support.microsoft.com/kb/278604[^]

          ------------------------------------ I will never again mention that I was the poster of the One Millionth Lounge Post, nor that it was complete drivel. Dalek Dave

          D Offline
          D Offline
          Daniel Engelkes
          wrote on last edited by
          #4

          64 bit, i have looked at the support link with no resolution, any other idea.

          1 Reply Last reply
          0
          • D Daniel Engelkes

            windows 7 is 64 bit

            D Offline
            D Offline
            Dalek Dave
            wrote on last edited by
            #5

            Sorry, didn't spot that in the question. You may have to compile as 32 bit. (x86) That's pushed my envelope of knowledge on it.

            ------------------------------------ I will never again mention that I was the poster of the One Millionth Lounge Post, nor that it was complete drivel. Dalek Dave

            D 1 Reply Last reply
            0
            • D Daniel Engelkes

              windows 7 is 64 bit

              D Offline
              D Offline
              Dave Kreskowiak
              wrote on last edited by
              #6

              Since you cannot mix 32 and 64 bit code in the same process, you have to recompile your app not as Any COPU, but as x86. This forces your code to be compiled as a 32-bit app. There are no 64-bit Jet or Ole drivers, so you have no choice but to recompile your app.

              A guide to posting questions on CodeProject[^]
              Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
                   2006, 2007, 2008
              But no longer in 2009...

              D 1 Reply Last reply
              0
              • D Dalek Dave

                Sorry, didn't spot that in the question. You may have to compile as 32 bit. (x86) That's pushed my envelope of knowledge on it.

                ------------------------------------ I will never again mention that I was the poster of the One Millionth Lounge Post, nor that it was complete drivel. Dalek Dave

                D Offline
                D Offline
                Daniel Engelkes
                wrote on last edited by
                #7

                how to I change the settings.

                1 Reply Last reply
                0
                • D Dave Kreskowiak

                  Since you cannot mix 32 and 64 bit code in the same process, you have to recompile your app not as Any COPU, but as x86. This forces your code to be compiled as a 32-bit app. There are no 64-bit Jet or Ole drivers, so you have no choice but to recompile your app.

                  A guide to posting questions on CodeProject[^]
                  Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
                       2006, 2007, 2008
                  But no longer in 2009...

                  D Offline
                  D Offline
                  Daniel Engelkes
                  wrote on last edited by
                  #8

                  how do I check that it is compiled as a 32 bit application?

                  D 1 Reply Last reply
                  0
                  • D Daniel Engelkes

                    how do I check that it is compiled as a 32 bit application?

                    D Offline
                    D Offline
                    Dave Kreskowiak
                    wrote on last edited by
                    #9

                    For C#: Project menu -> Properties. It's on the Build tab -> Platform Target. For VB.NET: Project menu -> Properties. It's on the Compile tab, click on the Advanced Compile Options button. It's the Target CPU option.

                    A guide to posting questions on CodeProject[^]
                    Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
                         2006, 2007, 2008
                    But no longer in 2009...

                    1 Reply Last reply
                    0
                    Reply
                    • Reply as topic
                    Log in to reply
                    • Oldest to Newest
                    • Newest to Oldest
                    • Most Votes


                    • Login

                    • Don't have an account? Register

                    • Login or register to search.
                    • First post
                      Last post
                    0
                    • Categories
                    • Recent
                    • Tags
                    • Popular
                    • World
                    • Users
                    • Groups