I'm working on WPF application based with Local database. My Question is how can I convert it into such application which would run on all PC (Windows OS. I tried to transfer whole project folder into another PC and tried to run exe (debug/bin/application.exe) but it did't work.
I'm working on Visual Studio 2013 with .Net Framework 4.5..
Thank You
1)
work out obvious dependencies such as .NET, Java, etc...2)
Then test and choose a deployment tool,3)
package it all up in an MSI or some other format,4)
test on virtuals or clean systems and if need be5)
debug dependencies (hardcore using procmon or using visual studio). And6)
finally some ideas to work around: Common application launch problems and an older alternative. – Stein Åsmul