I've made a simple calculator. My VB.Net (WinForm) App is inside Bin\Debug.
I have some files. These are the files:
- AppName.exe
- AppName.pdb
- AppName.vshost.exe
- AppName.vshost.exe.manifest
- AppName.xml
What I want to do is to run my app on another computer. I've installed the right Framework, in this case is 4.0
Could anybody help me telling me if I've got to copy all files (to the other computer) to run my app, or just the AppName.exe is enough?