react-social-login

The easiest way to integrate Social Login in your React Apps ...Checkout NPM

Tuesday, May 24, 2011

Connect with 32bit DSN from 64bit .NET

Recently I ran into a trouble. I was using a specific database which supported only 32bit ODBC connections. However my machine was 64bit Win7. If I connected to my 32bit DSN from Excel, I could get the data but from Visual Studio I received error :" There is an architectural mismatch". The reason was that by default my .NET communicated with 64bit driver. To force it to use, I changed my project Platform target from "ANY CPU" to "x86".. and it worked!! :)

No comments :

Post a Comment

What are your thoughts on this post? Did you like it?