Click here to Skip to main content
15,922,574 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Hello everyone,I got some problem for the form in Visual Basic,
How i can set all of the form from the start to the end, and how to i set those form when i debug,the form in 1st place will debug 1st, How?

What I have tried:

Now i have set all my button to hide and show those form when i click but started to debug,the form never show up and system warning "Because the debugging target ... is Missing.Please build the project and retry,or set the OutputPath and AssemblyName properties appropriately to point at the correct location for the target assembly."
Posted
Updated 26-Feb-16 23:26pm
Comments
Richard MacCutchan 25-Feb-16 11:34am    
Sorry, but your question is not clear. It sounds as though your project is not even building properly.
Dave Kreskowiak 25-Feb-16 12:00pm    
What do you mean by "...set all of the form from the start to the end"? That makes no sense at all.
RDBurmon 27-Feb-16 5:10am    
Hi MrAliv3, Is it VB.net or VB6.0?

1 solution

I understand your problem and I guess the issue is not related to the logic which calls the form but rather its with project properties or project configuration

Read these posts -
c# - Debug Target Is Missing? - Stack Overflow[^]

c# - WinForm Application cannot run because ".exe is missing" - Stack Overflow[^]

How to set output path and assembly name properties? - Xbox LIVE Indie Games Forums[^]

I know that you want direct solution and not the links of post but since we can't see your code and can't debug it, it is nearly impossible to provide exact solution
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900