المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Am I missing something?



C# Programming
01-22-2010, 04:00 PM
I have a windows app that uses SQL Server Compact Edition. It's fine on any machine that has VS on it but when I install it onto other machines, I get an error about the DLL's.

Because I don't want to rely on an internet connection during the installation I am including all the set up files etc for SqlCe, which it does nicely, but the DLL files stay in the SqlCe folder in Program Files, and cannot be found.

If I move these DLL's into c:\windows\system32 everything is fine.

Have I missed something in the publishing of my app in VS2008?

(I'm sorry if this is a daft question. I'm pretty new to this)

Thanks, http://www.barakasoft.com/script/Forums/Images/smiley_biggrin.gif

Huh? oh yeah... I knew that.. :oS