ctacke/>
Thu Mar 06 07:51:13 CST 2008
Since CF assemblies are retargetable it *might* work, provided you have the
right SQL CE binaries for the desktop with the app (there are native
assemblies that are processor and OS specific). The point there, though, is
that you need to have 2 installs anyway, so why not just make an actual
desktop app?
--
Chris Tacke, Embedded MVP
OpenNETCF Consulting
Giving back to the embedded community
http://community.OpenNETCF.com
"James Cohn" <james.cohn@hotmail.com> wrote in message
news:eYHYjF3fIHA.4140@TK2MSFTNGP04.phx.gbl...
> Hello
>
> I have an application using SQL Server CE Compact, which is running on a
> mobile device.
> Now I want to use the same exe on my desktop machine.
>
> I know that the desktop framework can read the same database, but I think
> only when refering to the desktop DLL of the SQL Server CE Compact.
>
> So is there no way to run the same single exe on the desktop with SQL
> compact support?
>
> Thanks
>
>