I have a project, written in C#, which I want to deploy on a XP machine (target platform: .NET 4.0).
I dont seem to find an option to deploy (a.k.a generate an usable .exe file) in VS nowadays, so I'm guessing I'm ok with taking the executable in the debugfolder (bin/debug/). Doesnt feel very professional, but its the only executable I can find. When I move the executable to another folder and leave all the rest files in the debugfolder. I can run this app. But as fast as I try to use this file on another computer it crashes before its started.
I've installed .NET 4.0 Framework on the XP machine I want to run on. But it doesnt work. So then my question leads back on to how I was deploying this. Is there a better way? How are you suppose to extract the .exe file?
Also, is there anything else anyone of you can think of, at the top of your heads, that is required on the host machine - other than the framework?
Thanks in advance,
Dave