VB2010, Won't build? - 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: VB2010, Won't build? (/showthread.php?tid=10223) |
VB2010, Won't build? - Matter - 07-26-2010 I click build under the debug category and nothing shows up in my project directory? wtf RE: VB2010, Won't build? - Clay - 07-26-2010 Do you have valid code? Do any errors pop up? RE: VB2010, Won't build? - Matter - 07-26-2010 (07-26-2010, 10:12 PM)Clay Wrote: Do you have valid code? Do any errors pop up? None at all it says Build Succeeded. RE: VB2010, Won't build? - Clay - 07-26-2010 (07-26-2010, 10:22 PM)Matter Wrote: None at all it says Build Succeeded. Make sure your looking in the right folder, maybe the destination directory was changed for some odd reason? If that's not it, then I have no idea. RE: VB2010, Won't build? - Matter - 07-26-2010 (07-26-2010, 10:59 PM)Clay Wrote: Make sure your looking in the right folder, maybe the destination directory was changed for some odd reason? If that's not it, then I have no idea.I tried other projects and they saved, thank you. RE: VB2010, Won't build? - wchar_t - 08-06-2010 Look In The release + debug folder. |