473,326 Members | 2,148 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,326 software developers and data experts.

Error: The program has exited with code 0 (0x0)

Im having trouble building/running a program which was written under Visual
Studio 2000 & .NET Framework 1.0. Im now using a new installation of .NET
1.1 with Visual Studio 2003, otherwise there have been no changes to the
code. Although there appears to be no build errors, the program terminates
almost as soon as it has begun with the debug message The program '[3276]
HSEC_TMS.exe' has exited with code 0 (0x0). Any ides?! Here is the full
output from the debug window:

'DefaultDomain': Loaded
'c:\windows\microsoft.net\framework\v1.1.4322\msco rlib.dll', No symbols
loaded.
'HSEC_TMS': Loaded 'C:\Temp\HSEC_TMS_MGM\bin\HSEC_TMS.exe', Symbols loaded.
'HSEC_TMS.exe': Loaded
'c:\windows\assembly\gac\system.windows.forms\1.0. 5000.0__b77a5c561934e089\system.windows.forms.dll' , No symbols loaded.
'HSEC_TMS.exe': Loaded
'c:\windows\assembly\gac\system\1.0.5000.0__b77a5c 561934e089\system.dll', No
symbols loaded.
'HSEC_TMS.exe': Loaded
'c:\windows\assembly\gac\system.drawing\1.0.5000.0 __b03f5f7f11d50a3a\system.drawing.dll', No symbols loaded.
'HSEC_TMS.exe': Loaded
'c:\windows\assembly\gac\microsoft.visualbasic\7.0 .5000.0__b03f5f7f11d50a3a\microsoft.visualbasic.dl l', No symbols loaded.
'HSEC_TMS.exe': Loaded
'c:\windows\assembly\gac\system.data\1.0.5000.0__b 77a5c561934e089\system.data.dll', No symbols loaded.
'HSEC_TMS.exe': Loaded
'c:\windows\assembly\gac\system.xml\1.0.5000.0__b7 7a5c561934e089\system.xml.dll', No symbols loaded.
'HSEC_TMS.exe': Loaded
'c:\windows\assembly\gac\system.enterpriseservices \1.0.5000.0__b03f5f7f11d50a3a\system.enterpriseser vices.dll', No symbols loaded.
'HSEC_TMS.exe': Loaded
'c:\windows\assembly\gac\system.enterpriseservices \1.0.5000.0__b03f5f7f11d50a3a\system.enterpriseser vices.thunk.dll', No symbols loaded.
'HSEC_TMS.exe': Loaded 'c:\temp\hsec_tms_mgm\bin\en\hsec_tms.resources.dl l',
No symbols loaded.
'HSEC_TMS.exe': Loaded
'c:\windows\assembly\gac\accessibility\1.0.5000.0_ _b03f5f7f11d50a3a\accessibility.dll', No symbols loaded.
The program '[3276] HSEC_TMS.exe' has exited with code 0 (0x0).

Jul 21 '05 #1
3 39289
In response to my earlier post, whilst playing around with the properties I
found the following solved the problem:

Open the solution in Visual Studio and right click the project, then select
properties.

Under Common Properties > Build, there is a section named 'Supported Runtimes'

Click 'Change' to bring up up window where you may select the .NET
frameworks to be supported by the application.

Select Microsoft .NET Framework 1.0 (advanced) and click ok.

This is probably a work-around rather than the ideal solution, but at least
it allows me to run the application for now!
Hope this helps anyone in the same situation!

James

"James" wrote:
Im having trouble building/running a program which was written under Visual
Studio 2000 & .NET Framework 1.0. Im now using a new installation of .NET
1.1 with Visual Studio 2003, otherwise there have been no changes to the
code. Although there appears to be no build errors, the program terminates
almost as soon as it has begun with the debug message The program '[3276]
HSEC_TMS.exe' has exited with code 0 (0x0). Any ides?! Here is the full
output from the debug window:

'DefaultDomain': Loaded
'c:\windows\microsoft.net\framework\v1.1.4322\msco rlib.dll', No symbols
loaded.
'HSEC_TMS': Loaded 'C:\Temp\HSEC_TMS_MGM\bin\HSEC_TMS.exe', Symbols loaded.
'HSEC_TMS.exe': Loaded
'c:\windows\assembly\gac\system.windows.forms\1.0. 5000.0__b77a5c561934e089\system.windows.forms.dll' , No symbols loaded.
'HSEC_TMS.exe': Loaded
'c:\windows\assembly\gac\system\1.0.5000.0__b77a5c 561934e089\system.dll', No
symbols loaded.
'HSEC_TMS.exe': Loaded
'c:\windows\assembly\gac\system.drawing\1.0.5000.0 __b03f5f7f11d50a3a\system.drawing.dll', No symbols loaded.
'HSEC_TMS.exe': Loaded
'c:\windows\assembly\gac\microsoft.visualbasic\7.0 .5000.0__b03f5f7f11d50a3a\microsoft.visualbasic.dl l', No symbols loaded.
'HSEC_TMS.exe': Loaded
'c:\windows\assembly\gac\system.data\1.0.5000.0__b 77a5c561934e089\system.data.dll', No symbols loaded.
'HSEC_TMS.exe': Loaded
'c:\windows\assembly\gac\system.xml\1.0.5000.0__b7 7a5c561934e089\system.xml.dll', No symbols loaded.
'HSEC_TMS.exe': Loaded
'c:\windows\assembly\gac\system.enterpriseservices \1.0.5000.0__b03f5f7f11d50a3a\system.enterpriseser vices.dll', No symbols loaded.
'HSEC_TMS.exe': Loaded
'c:\windows\assembly\gac\system.enterpriseservices \1.0.5000.0__b03f5f7f11d50a3a\system.enterpriseser vices.thunk.dll', No symbols loaded.
'HSEC_TMS.exe': Loaded 'c:\temp\hsec_tms_mgm\bin\en\hsec_tms.resources.dl l',
No symbols loaded.
'HSEC_TMS.exe': Loaded
'c:\windows\assembly\gac\accessibility\1.0.5000.0_ _b03f5f7f11d50a3a\accessibility.dll', No symbols loaded.
The program '[3276] HSEC_TMS.exe' has exited with code 0 (0x0).

Jul 21 '05 #2
I am having the same problem but with a visual c++ project but cannot seem to find the properties box you refer to. can you heklp?

aditi
ad***@pmail.ntu.edu.sg
Im having trouble building/running a program which was written under Visual
Studio 2000 & .NET Framework 1.0. Im now using a new installation of .NET
1.1 with Visual Studio 2003, otherwise there have been no changes to the
code. Although there appears to be no build errors, the program terminates
almost as soon as it has begun with the debug message The program '[3276]
HSEC_TMS.exe' has exited with code 0 (0x0). Any ides?! Here is the full
output from the debug window:

'DefaultDomain': Loaded
'c:\windows\microsoft.net\framework\v1.1.4322\msco rlib.dll', No symbols
loaded.
'HSEC_TMS': Loaded 'C:\Temp\HSEC_TMS_MGM\bin\HSEC_TMS.exe', Symbols loaded.
'HSEC_TMS.exe': Loaded
'c:\windows\assembly\gac\system.windows.forms\1.0. 5000.0__b77a5c561934e089\system.windows.forms.dll' , No symbols loaded.
'HSEC_TMS.exe': Loaded
'c:\windows\assembly\gac\system\1.0.5000.0__b77a5c 561934e089\system.dll', No
symbols loaded.
'HSEC_TMS.exe': Loaded
'c:\windows\assembly\gac\system.drawing\1.0.5000.0 __b03f5f7f11d50a3a\system.drawing.dll', No symbols loaded.
'HSEC_TMS.exe': Loaded
'c:\windows\assembly\gac\microsoft.visualbasic\7.0 .5000.0__b03f5f7f11d50a3a\microsoft.visualbasic.dl l', No symbols loaded.
'HSEC_TMS.exe': Loaded
'c:\windows\assembly\gac\system.data\1.0.5000.0__b 77a5c561934e089\system.data.dll', No symbols loaded.
'HSEC_TMS.exe': Loaded
'c:\windows\assembly\gac\system.xml\1.0.5000.0__b7 7a5c561934e089\system.xml.dll', No symbols loaded.
'HSEC_TMS.exe': Loaded
'c:\windows\assembly\gac\system.enterpriseservices \1.0.5000.0__b03f5f7f11d50a3a\system.enterpriseser vices.dll', No symbols loaded.
'HSEC_TMS.exe': Loaded
'c:\windows\assembly\gac\system.enterpriseservices \1.0.5000.0__b03f5f7f11d50a3a\system.enterpriseser vices.thunk.dll', No symbols loaded.
'HSEC_TMS.exe': Loaded 'c:\temp\hsec_tms_mgm\bin\en\hsec_tms.resources.dl l',
No symbols loaded.
'HSEC_TMS.exe': Loaded
'c:\windows\assembly\gac\accessibility\1.0.5000.0_ _b03f5f7f11d50a3a\accessibility.dll', No symbols loaded.
The program '[3276] HSEC_TMS.exe' has exited with code 0 (0x0).


User submitted from AEWNET (http://www.aewnet.com/)
Jul 21 '05 #3
I am having the same problem but with a visual c++ project but cannot seem to find the properties box you refer to in your solution post. can you heklp?

aditi
ad***@pmail.ntu.edu.sg
Im having trouble building/running a program which was written under Visual
Studio 2000 & .NET Framework 1.0. Im now using a new installation of .NET
1.1 with Visual Studio 2003, otherwise there have been no changes to the
code. Although there appears to be no build errors, the program terminates
almost as soon as it has begun with the debug message The program '[3276]
HSEC_TMS.exe' has exited with code 0 (0x0). Any ides?! Here is the full
output from the debug window:

'DefaultDomain': Loaded
'c:\windows\microsoft.net\framework\v1.1.4322\msco rlib.dll', No symbols
loaded.
'HSEC_TMS': Loaded 'C:\Temp\HSEC_TMS_MGM\bin\HSEC_TMS.exe', Symbols loaded.
'HSEC_TMS.exe': Loaded
'c:\windows\assembly\gac\system.windows.forms\1.0. 5000.0__b77a5c561934e089\system.windows.forms.dll' , No symbols loaded.
'HSEC_TMS.exe': Loaded
'c:\windows\assembly\gac\system\1.0.5000.0__b77a5c 561934e089\system.dll', No
symbols loaded.
'HSEC_TMS.exe': Loaded
'c:\windows\assembly\gac\system.drawing\1.0.5000.0 __b03f5f7f11d50a3a\system.drawing.dll', No symbols loaded.
'HSEC_TMS.exe': Loaded
'c:\windows\assembly\gac\microsoft.visualbasic\7.0 .5000.0__b03f5f7f11d50a3a\microsoft.visualbasic.dl l', No symbols loaded.
'HSEC_TMS.exe': Loaded
'c:\windows\assembly\gac\system.data\1.0.5000.0__b 77a5c561934e089\system.data.dll', No symbols loaded.
'HSEC_TMS.exe': Loaded
'c:\windows\assembly\gac\system.xml\1.0.5000.0__b7 7a5c561934e089\system.xml.dll', No symbols loaded.
'HSEC_TMS.exe': Loaded
'c:\windows\assembly\gac\system.enterpriseservices \1.0.5000.0__b03f5f7f11d50a3a\system.enterpriseser vices.dll', No symbols loaded.
'HSEC_TMS.exe': Loaded
'c:\windows\assembly\gac\system.enterpriseservices \1.0.5000.0__b03f5f7f11d50a3a\system.enterpriseser vices.thunk.dll', No symbols loaded.
'HSEC_TMS.exe': Loaded 'c:\temp\hsec_tms_mgm\bin\en\hsec_tms.resources.dl l',
No symbols loaded.
'HSEC_TMS.exe': Loaded
'c:\windows\assembly\gac\accessibility\1.0.5000.0_ _b03f5f7f11d50a3a\accessibility.dll', No symbols loaded.
The program '[3276] HSEC_TMS.exe' has exited with code 0 (0x0).


User submitted from AEWNET (http://www.aewnet.com/)
Jul 21 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

5
by: Seo Jae Ick | last post by:
Hi? My name is Seo Jae Ick. I have a problem with running a program on Linux RedHat 8.0. GDB have reported this, program exited with code 0377 I think, this statement comes when 1)...
6
by: keri | last post by:
Please help, i'm baffled. I have opened my db and recieved an error on this code which starts the switchboard. As i didn't write this code i'm baffled, and I don't think I have made any changes...
7
by: siri11 | last post by:
hi everyone!!!! I have written a function that shud return a decimal value.But I'm getting an error in c#.net(windows Application) which is a build error--->not all code paths return a value.Can...
1
by: fretIT | last post by:
Hello, when I write web method using C# in Visual basic 2005, I can't return the string value to the client request. I got such kind of error Not all code paths return a value. Don't know how...
13
by: ishakarthika | last post by:
how can i compare the a private variable of a class and a value in the column of a text file. there is a syntax error in my code while comparing. senario is i am getting bus details like busno,...
0
by: vagueante | last post by:
Hi, I have a windows service that i connecto to a iSeries Dataqueue, i can write and read from it. The purpose of this service it's to keep reading the dataqueue and when it has some data i run...
5
by: masoudshirzadi | last post by:
i've write a simple code in vs c#.net,at run time i have this problem. Error: not all code paths return a value Please help me. class Car { private string m_model; private...
9
whatelyb
by: whatelyb | last post by:
I am having trouble related to the attached coding. I am trying to make the object "flight1pic" change depending on what is selected in the drop down menus "airline1" and "aircraft1". My...
3
by: Tarneem | last post by:
I have error in update code. It work but i not found data in Microsoft Access. This is the code. <html> <body><br><br><br><br><br><br><br><br> <h1><center>Appointment Update <hr> <% dim...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
1
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.