Question

A legacy program coded in Delphi 7 and accessing an Interbase 3 database using C# was moved from Windows 7 64 Bit to Windows Server 2012 64 Bit.

Now, when we run the program, it triggers the C# code, which accesses the IB 3 database. This triggers this error: System.InvalidOperationException: The 'LCPI.IBProvider' provider is not registered on the local machine.

Looking online, I'm not sure which LCPI.IBProvider to register. (It seems to have already been registered on the Windows 7 machine.)

We are unable to update the Interbase 3 database without jeopardizing our work.

Any thoughts / suggestions?

Was it helpful?

Solution

Please contact the ibprovider support , it might be that you need to register it on that machine

http://www.ibprovider.com/eng/download.html

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top