[HELP] Program I Made not running? - Printable Version +- Support Forums (https://www.supportforums.net) +-- Forum: Categories (https://www.supportforums.net/forumdisplay.php?fid=87) +--- Forum: Coding Support Forums (https://www.supportforums.net/forumdisplay.php?fid=18) +---- Forum: Visual Basic and the .NET Framework (https://www.supportforums.net/forumdisplay.php?fid=19) +---- Thread: [HELP] Program I Made not running? (/showthread.php?tid=17000) |
[HELP] Program I Made not running? - Richard - 03-15-2011 Hello SF. I recently made a program in Visual Basic 2008, and it is not running at ALL on my computer. I can debug it, but not run it in .exe format. Please help. FYI: Win7 Ultimate x64 4GB RAM .NET Framework 4 RE: [HELP] Program I Made not running? - Resistance - 03-15-2011 (03-15-2011, 05:14 PM)Imagine Wrote: Hello SF. I recently made a program in Visual Basic 2008, and it is not running at ALL on my computer. I can debug it, but not run it in .exe format. Please help. What part is not running properly? A piece of code or the whole GUI? upload the program and give me a DL link to ur executable, ill check it out bro! RE: [HELP] Program I Made not running? - RDCA - 03-15-2011 Well what are you trying to run. This is how it should be. You press the build button. Than by default you go to documents, visual studio 2010 ( or whatever version you have ) than projects, the name of the project, than the name again, than bin, than debug and there you go, there should be an exe in there along with a couple other files. p.s those extra files are not need when you distribute the exe. RE: [HELP] Program I Made not running? - Resistance - 03-15-2011 (03-15-2011, 07:26 PM)RDCA Wrote: Well what are you trying to run. This is how it should be. You press the build button. Than by default you go to documents, visual studio 2010 ( or whatever version you have ) than projects, the name of the project, than the name again, than bin, than debug and there you go, there should be an exe in there along with a couple other files. p.s those extra files are not need when you distribute the exe. I believe he says that "it is not running at ALL on my computer." so that would mean that he cannot run it, but it is clearly located on his computer. He doesn't need anything found. If however that is the case, the correct path to locate a projects executable is "%userprofile%\Documents\Visual Studio 2010\Projects\*ProjectNameHere*\bin\Debug" RE: [HELP] Program I Made not running? - RDCA - 03-15-2011 (03-15-2011, 07:50 PM)L3g1tWa5te Wrote: I believe he says that "it is not running at ALL on my computer." so that would mean that he cannot run it, but it is clearly located on his computer. He doesn't need anything found. If however that is the case, the correct path to locate a projects executable is "%userprofile%\Documents\Visual Studio 2010\Projects\*ProjectNameHere*\bin\Debug"Well i wasn't sure because his post was not very well explained. I can probably fix it for him via team viewer. Most likely some coding issues. RE: [HELP] Program I Made not running? - Resistance - 03-15-2011 (03-15-2011, 07:52 PM)RDCA Wrote: Well i wasn't sure because his post was not very well explained. I can probably fix it for him via team viewer. Most likely some coding issues. Yes I am in total agreement, it was not very well explained. I don't think it might be a coding issue... Something more technical most likely. RE: [HELP] Program I Made not running? - Richard - 03-16-2011 OK sorry guys. I know what i did wrong. I renamed the wrong .exe file. Like the .exe.manifest, and the other file. Thanks for trying to help. RE: [HELP] Program I Made not running? - Splodge0007 - 03-21-2011 Well that was a tad silly Man. Always remember that it has to be an executable file to run RE: [HELP] Program I Made not running? - HakkuR* - 03-26-2011 Check for any errors, next time it should tell you. |