VB.net + Access

nalinsen

Member
Nov 6, 2016
716
90
0
VB.net Access 2003 Database එකක් එකක හදපු Application එකක් Windows 10 64 bit version එකක run කරද්දි
"System.InvalidOperationException:The 'Microsoft.Jet.OLEDB.4.0' Provider is not registered on the local machine.
bla bla

කියලා error එකක් එනවා. ගොඩදාගන්න පොඩි support එකක් දෙන්න. :D:D
 

magnate

Well-known member
  • Jan 6, 2011
    458
    298
    63
    VB.net Access 2003 Database එකක් එකක හදපු Application එකක් Windows 10 64 bit version එකක run කරද්දි
    "System.InvalidOperationException:The 'Microsoft.Jet.OLEDB.4.0' Provider is not registered on the local machine.
    bla bla

    කියලා error එකක් එනවා. ගොඩදාගන්න පොඩි support එකක් දෙන්න. :D:D

    AccessRuntime.exe install karanna.. :yes:
    https://www.microsoft.com/en-us/download/details.aspx?id=50040
     
    • Like
    Reactions: nalinsen

    thinking_guy

    Well-known member
  • Apr 16, 2011
    4,718
    2,737
    113
    Project properties wala compiler option wala CPU type eka "Any" cpu nathuwa
    x86 deela project eka mula indala build karala balapan.

    Athduduwayi prathyakshayi.
     
    • Like
    Reactions: nalinsen

    maxa_boy

    Active member
  • Aug 20, 2012
    286
    100
    43
    Kandy
    machan,

    Me prashne enne 64Bit, 32Bit ekath ekka.

    Run karana Computer eke Office, Windows dekama ekama platform eke tyenna ona. Eema nathiwunoth oya error eka enawa. Access DB waladi thama mehema wenne.

    Windows 32 bit + Office 32 bit = No errors
    Windows 64 bit + Office 64 bit = No errors
    Windows 64 bit + Office 32 bit = Error
    Windows 32 bit + Office 64 bit = Error

    Hodama wede Windows 64bit da 32bit da balala. ekata galapena office ekak danata thiyena office unisntall karala aya dana ekai
     
    • Like
    Reactions: nalinsen

    imhotep

    Well-known member
  • Mar 29, 2017
    14,823
    8
    35,328
    113
    Project properties wala compiler option wala CPU type eka "Any" cpu nathuwa
    x86 deela project eka mula indala build karala balapan.

    Athduduwayi prathyakshayi.

    Yes...This might work as you said.

    Or else you have to register the OLE DB 4.0 DLLs manually.
    Usually these are Msjetoledb40.dll, Msjet40.dll, Mswstr10.dll, Msjter40.dll and
    Msjint40.dll
     
    • Like
    Reactions: nalinsen