I have done a deployment on my WPF App using ClickOnce deployment. ALl worked on my computer but if I sent the app to some people that just want to see and test the program, the app won't work.
If they run setup.exe the splash screen opens, then when actuall App should open nothing happens.
I have tried to install .Net runtime, no better. Even if I give them the Release folder its the same..
Any ideas? Did I do something bad with the coding?