Hi all,
I wrote an EXE program in .NET platform using PgOleDb provider DLL.
It works in all platforms such as 32-bit Windows XP and Windows 7.
The problem is, I can't use the DLL in 64-bit Windows 7.
I registered DLL on C:\WINDOWS\SYSWOW64 and the DLL Register was successfull.
But I get this error when I try to connect database : "The Postrge SQL Ole DB provider is not registered on the local machine"
Could anyone help me or give me advice about this problem?
Is PgOleDb DLL not suitable on 64-bit Windows?
Thanks in advance.
