DotNet 2.0 Possible Bug

  • Thread starter Thread starter deanKeith
  • Start date Start date
D

deanKeith

Running .NET 2.0 on a 64 bit machine.
The OLEDB provider for Microsoft Jet 4.0 generates the following error

when the open method is invoked.

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

Manually using regsvr32 on the JET files in the sysWOW64 directory

appears to register the provider however the problem persists.

The broader area is that it is an unhandled exception.

Heard of this or have any suggestions.

Keith
 
Back
Top