Hi,
I encountered a bug with SQL Server Compact 3.5 SP1 that caused my WPF application to crash when querying the database. Reading the msdn forums I discovered a beta 2 of SQL Server Compact 3.5 SP2 that fixes the issue. Here
And the forum post where the issue is discussed can be found here
How can I include this version of SQL Server Compact 3.5 with the clickonce installation as currently clickonce will download and install the bugged SP1 when setup is run?
Thanks,