Click here to Skip to main content
15,891,687 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
'Accounting.App.exe' (CLR v4.0.30319: DefaultDomain): Loaded 'C:\Windows\Microsoft.Net\assembly\GAC_32\mscorlib\v4.0_4.0.0.0__b77a5c561934e089\mscorlib.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'Accounting.App.exe' (CLR v4.0.30319: DefaultDomain): Loaded 'C:\Users\Mana\source\repos\Accounting\Accounting.App\bin\Debug\Accounting.App.exe'. Symbols loaded.
'Accounting.App.exe' (CLR v4.0.30319: Accounting.App.exe): Loaded 'C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Windows.Forms\v4.0_4.0.0.0__b77a5c561934e089\System.Windows.Forms.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'Accounting.App.exe' (CLR v4.0.30319: Accounting.App.exe): Loaded 'C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System\v4.0_4.0.0.0__b77a5c561934e089\System.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'Accounting.App.exe' (CLR v4.0.30319: Accounting.App.exe): Loaded 'C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Drawing\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Drawing.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'Accounting.App.exe' (CLR v4.0.30319: Accounting.App.exe): Loaded 'C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Configuration\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Configuration.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'Accounting.App.exe' (CLR v4.0.30319: Accounting.App.exe): Loaded 'C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Core\v4.0_4.0.0.0__b77a5c561934e089\System.Core.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'Accounting.App.exe' (CLR v4.0.30319: Accounting.App.exe): Loaded 'C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Xml\v4.0_4.0.0.0__b77a5c561934e089\System.Xml.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
The program '[11308] Accounting.App.exe' has exited with code 0 (0x0).
The program '[11308] Accounting.App.exe: Program Trace' has exited with code 0 (0x0).


What I have tried:

hello. I need your help. How can I return my form Design?
It shows this message and the table I designed in white windows form
.
My program is an accounting program
Posted
Updated 14-Feb-21 19:53pm
Comments
[no name] 14-Feb-21 16:51pm    
It ran:

The program '[11308] Accounting.App.exe' has exited with code 0 (0x0).
Richard MacCutchan 15-Feb-21 4:41am    
Your program starts and immediately terminates successfully. So you need to look at what your code is actually doing.
Member 15072631 15-Feb-21 12:03pm    
Hey guys.
I have a problem and I was hoping you could help me with:

I try to run this program but it does not fully process.
I did design an accounting form in visual studio about 2 weeks ago.
It used to work properly. But now It starts and only shows an empty form.

I keep receiving the mentioned error code:

It functions and terminates successfully, however, it does not show me the form in windows form.

Please let me know how can I revert the designed form? So that it would not appear empty?


Dave Kreskowiak 15-Feb-21 12:18pm    
You never mentioned any error code. In what you did post, there are no errors at all.
Richard MacCutchan 15-Feb-21 12:47pm    
You have not shown us any of your code, or explained what error code you see, so it is impossible to offer any suggestions.

That's not a problem at all. That stuff is normal. It also told you that your app completed successfully with an exit code of 0.
 
Share this answer
 
Comments
Member 15072631 15-Feb-21 12:05pm    
I know it functions, but the form I designed is shown as an empty form in the windows mode. How can I send you photos to show you my problem?
Dave Kreskowiak 15-Feb-21 12:18pm    
You cannot post images here. They have to be posted elsewhere and links to them posted here.
Here is some information about debugging: Debug user code with Just My Code - Visual Studio | Microsoft Docs[^]
And here a more "human readable" explanation: visual studio - What is 'Just My Code'? - Stack Overflow[^]
 
Share this answer
 
v2

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