Reputation: 1241
i have created an inventory system using C# Windows form application[vs 2013 and framework 4] and MS Access database[ms office 2013] it's running on my computer well but when i deploy on client pc it fails to run i have install db engine and old framework also on clieent laptop but same problem Thanks In Regard i am facing this problem[ScreenShot] on client laptop Click here to see image
Upvotes: 1
Views: 56
Reputation: 2180
Solution 1 :
In your application under Menu Project \ Properties \ under tab Compile change Traget CPU into X86. Under Menu Build\Configuration manager \Active solution plateFrome >X86
Solution 2 :
NOTE: this DOES work for office 2010 even though it is for 2007 office, dont ask me why it just does :)
download and install this: http://www.microsoft.com/download/en/confirmation.aspx?id=23734
in VS click add data source, follow the wizard .
More links : - 1 link 1
Upvotes: 1