Entity Framework 64 bit problem
523973Aug 23 2011 — edited Aug 23 2011Hi All,
We have a .net 4.0 windows application, in this application we added linq to entities.
we run this application on x86 platform successfully but when we change the target platform to x64 and run again, we get invalid provider(System.Data.Provider.IncompatibleException).
We know that the beta EF is now only for 32 bit applications. But is there any way to pass this problem until the EF product for x64 is released.
Thanks,