Sql Server CE 4 and EF 4.1 CF Win 64 bit deployment

前端 未结 2 856
攒了一身酷
攒了一身酷 2021-01-25 04:42

Hi I have a following problem. I\'ve created a project in 32 bit operating system. There I have installed EF 4.1 and SQL CE 4 for 32 bit. I\'ve created a test table and launched

相关标签:
2条回答
  • 2021-01-25 05:02

    As per above, include both the x64 and x86 binaries OR set the processor type of your application to x86 (not all), then you do NOT have to distribute the x64 binares.

    0 讨论(0)
  • 2021-01-25 05:07

    You must include the required x64 and x86 binaries with your app, or install the SQL Server Compact 4.0 MSI on the machine - http://erikej.blogspot.com/2011/02/using-sql-server-compact-40-with.html

    0 讨论(0)
提交回复
热议问题