• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

just need a little visual basic help

BriGy86

Diamond Member
after i go through and make my small program (windows application)

i save and i also do save all, but when i try to run debug it says there is an error in my code

appearently the .exe file it needs isn't being created, any suggestion as to how to fix this?

 
1st error says "there were build errors. continue?"

then i can click yes or no

if i click yes-

"visual studio cannot start debugging because the debug target 'C:\{file path}blah blah blah\petsch2.exe' is missing. please build the project and retry."

ill get a screen shot
 
Originally posted by: BriGy86
1st error says "there were build errors. continue?"

then i can click yes or no

if i click yes-

"visual studio cannot start debugging because the debug target 'C:\{file path}blah blah blah\petsch2.exe' is missing. please build the project and retry."

ill get a screen shot

There were build errors so the exe can't be created. If you choose to continue anyway... well that's what you get

What you need to do is to fix the errors in your code so the compiler can create the exe for you
 
What does it say when you click "No"? You can't build the EXE until you clear any errors. It should tell you what the error is if you click "No".
 
i see, i was under the impression that the error was CAUSED by the absence of the .exe, well i'll keep working on fixing everything

thanks for the responses
 
Simple technical questions will get answered in the S/W forum.

Problem is that to many game threads exist which can push your thread down a few.

However, you can usually get a better quality response over there and you do not need to wear a flame suit unless it is homework that one will not admit to.
 
Originally posted by: EagleKeeper
Simple technical questions will get answered in the S/W forum.

Problem is that to many game threads exist which can push your thread down a few.

However, you can usually get a better quality response over there and you do not need to wear a flame suit unless it is homework that one will not admit to.

okie dokie

this case here was home work, but i was just wondering why i was getting the error

turns out i had something refrenceing something else that didn't have the same label

all is well now and i have it figured out, thank you for everyones input
 
Back
Top