I am developing a .NET 4.0 application. It runs fine on the development machine (win7 32bit), but it reports this issue when installed and started on a win7 64bit machine.
I think the issue has something to do with the System.Data module, because the very first thing the application does is to access database. I use the Entity Framework.
Would you please help? or at least give me a hint or a similar experience?