I need NLog to write logs into the sqlce database. Did everything mentioned here(i also add sqlserverce reference via nuget, which after build adds 2 folders to bin(x86 and amd64) with assemblies that are not becoming part of deploy solution, because i cant see them in installed software directory), but the program works fine just on my computer. On any other computer i install my software via clickonce it leaves compact database clean..Are there any steps to properly deploy application with sql server compact?

link|improve this question

feedback

1 Answer

up vote 0 down vote accepted

Worked fine after i added all that DLLs from x86 folder in nuget package directory to my application as links.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.