SQLCompac应用程序出现问题
问题描述:
我有一个使用C#4.0和SQLCompac 3.5数据库的WPF应用程序.在我的计算机上,一切正常,但是在客户端计算机上,应用程序找不到提供程序.在客户端计算机上,我安装了Windows XP sp3和VisualStudio2010.
I have a WPF application that use C# 4.0 and a SQLCompac 3.5 database. In my computer everithing was ok, but in the client machine the application can''t find the provider. In the client machine i have Windows XP sp3 and VisualStudio 2010 installed.
答
您必须弄清楚应用程序的所有必备条件(例如dotNet版本等) .),并确保先将它们全部安装在该计算机上,然后再安装您的应用程序.
或者,您必须在安装程序中包括这些依赖项.
You have to figure out what all the prerequisites are for your application (like dotNet version, etc.) and ensure that they are all installed on that machine first, then install your application.
Or you have to include those dependencies with your installer.