Results 1 to 4 of 4

Thread: SDK RoomSchedule & Windows XP X64bit: 'Microsoft.Jet...' not registered error msg

  1. #1
    I could stop if I wanted to
    Join Date
    2006-09
    Posts
    259
    Login to Give a bone
    0

    Default SDK RoomSchedule & Windows XP X64bit: 'Microsoft.Jet...' not registered error msg

    Hi,

    I complied SDK RoomSchedule program to use with Revit2010 64bit on Windows XP. It loads fine and when i click on Room Schedule command it opens up dialogue box to select Excel file. But when I select Excel file it gives me following error message.

    'Microsoft.Jet.OLEDB.4.0' provider is not registered on the local machine.

    I surfed on the net about this error and it seems that this happens because of 64bit operating system and OLEDB drivers non compliance with 64bit.

    I then complied the appilcation for X86 CPU. But it doesnt work with Revit 2010 64bit.

    Any help please?

    Thanks in anticipation.

    regards

  2. #2
    Active Member
    Join Date
    2008-07
    Posts
    61
    Login to Give a bone
    0

    Default Re: SDK RoomSchedule & Windows XP X64bit: 'Microsoft.Jet...' not registered error msg

    I had the same problem with a client. We had to change the code and use a xml file instead of an access file. The problem lies in the jet for Office 2010. It is in beta phase now, and works with some programs, but not all. Microsoft is working to fix the issue. They are scheduled to release Office 2010 in June I believe. You can either wait until they get the jet fixed or change your program to reference an xml, which takes some work to fix the code.

  3. #3
    I could stop if I wanted to
    Join Date
    2006-09
    Posts
    259
    Login to Give a bone
    0

    Default Re: SDK RoomSchedule & Windows XP X64bit: 'Microsoft.Jet...' not registered error msg

    Thanks very much for your kind response.
    I am using office 2007 on 64bit pc with revit 201064bit. I will see if i can install beta jet drivers and resolve it or else as you said, i will have to wait until office 2010 is launched because i dont how to change it to xml code etc. What I was trying to achieve is to import unplaced rooms from excel sheet. We normally have design brief in Excel sheet and i was hoping to use the SDK Room schedule sample to do this. But I used "Copy from Excel" tool instead which is posted on this forum. It works like a charm.

    Thanks for your help.

    regards

  4. #4
    Modérateur Forum Français Pierre-Nelson NAVARRA's Avatar
    Join Date
    2007-10
    Location
    Nantes (France)
    Posts
    531
    Login to Give a bone
    0

    Default Re: SDK RoomSchedule & Windows XP X64bit: 'Microsoft.Jet...' not registered error msg

    Use that : str_reader = new StreamReader(strXlsFile);

Similar Threads

  1. Windows 7 - Microsoft unveils Windows 7
    By Norton_cad in forum Operating Systems
    Replies: 5
    Last Post: 2009-06-29, 10:13 PM
  2. Windows Vista - A history of Microsoft Windows
    By zoomharis in forum Operating Systems
    Replies: 0
    Last Post: 2007-02-05, 06:44 AM
  3. Replies: 4
    Last Post: 2004-07-24, 04:18 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •