Click here to Skip to main content
15,867,308 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
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.
Posted
Updated 17-Oct-12 7:20am
v2

1 solution

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.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900