473,586 Members | 2,754 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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\mic rosoft.net\fram ework\v1.1.4322 \mscorlib.dll', No symbols
loaded.
'HSEC_TMS': Loaded 'C:\Temp\HSEC_T MS_MGM\bin\HSEC _TMS.exe', Symbols loaded.
'HSEC_TMS.exe': Loaded
'c:\windows\ass embly\gac\syste m.windows.forms \1.0.5000.0__b7 7a5c561934e089\ system.windows. forms.dll', No symbols loaded.
'HSEC_TMS.exe': Loaded
'c:\windows\ass embly\gac\syste m\1.0.5000.0__b 77a5c561934e089 \system.dll', No
symbols loaded.
'HSEC_TMS.exe': Loaded
'c:\windows\ass embly\gac\syste m.drawing\1.0.5 000.0__b03f5f7f 11d50a3a\system .drawing.dll', No symbols loaded.
'HSEC_TMS.exe': Loaded
'c:\windows\ass embly\gac\micro soft.visualbasi c\7.0.5000.0__b 03f5f7f11d50a3a \microsoft.visu albasic.dll', No symbols loaded.
'HSEC_TMS.exe': Loaded
'c:\windows\ass embly\gac\syste m.data\1.0.5000 .0__b77a5c56193 4e089\system.da ta.dll', No symbols loaded.
'HSEC_TMS.exe': Loaded
'c:\windows\ass embly\gac\syste m.xml\1.0.5000. 0__b77a5c561934 e089\system.xml .dll', No symbols loaded.
'HSEC_TMS.exe': Loaded
'c:\windows\ass embly\gac\syste m.enterpriseser vices\1.0.5000. 0__b03f5f7f11d5 0a3a\system.ent erpriseservices .dll', No symbols loaded.
'HSEC_TMS.exe': Loaded
'c:\windows\ass embly\gac\syste m.enterpriseser vices\1.0.5000. 0__b03f5f7f11d5 0a3a\system.ent erpriseservices .thunk.dll', No symbols loaded.
'HSEC_TMS.exe': Loaded 'c:\temp\hsec_t ms_mgm\bin\en\h sec_tms.resourc es.dll',
No symbols loaded.
'HSEC_TMS.exe': Loaded
'c:\windows\ass embly\gac\acces sibility\1.0.50 00.0__b03f5f7f1 1d50a3a\accessi bility.dll', No symbols loaded.
The program '[3276] HSEC_TMS.exe' has exited with code 0 (0x0).

Jul 21 '05 #1
3 39364
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\mic rosoft.net\fram ework\v1.1.4322 \mscorlib.dll', No symbols
loaded.
'HSEC_TMS': Loaded 'C:\Temp\HSEC_T MS_MGM\bin\HSEC _TMS.exe', Symbols loaded.
'HSEC_TMS.exe': Loaded
'c:\windows\ass embly\gac\syste m.windows.forms \1.0.5000.0__b7 7a5c561934e089\ system.windows. forms.dll', No symbols loaded.
'HSEC_TMS.exe': Loaded
'c:\windows\ass embly\gac\syste m\1.0.5000.0__b 77a5c561934e089 \system.dll', No
symbols loaded.
'HSEC_TMS.exe': Loaded
'c:\windows\ass embly\gac\syste m.drawing\1.0.5 000.0__b03f5f7f 11d50a3a\system .drawing.dll', No symbols loaded.
'HSEC_TMS.exe': Loaded
'c:\windows\ass embly\gac\micro soft.visualbasi c\7.0.5000.0__b 03f5f7f11d50a3a \microsoft.visu albasic.dll', No symbols loaded.
'HSEC_TMS.exe': Loaded
'c:\windows\ass embly\gac\syste m.data\1.0.5000 .0__b77a5c56193 4e089\system.da ta.dll', No symbols loaded.
'HSEC_TMS.exe': Loaded
'c:\windows\ass embly\gac\syste m.xml\1.0.5000. 0__b77a5c561934 e089\system.xml .dll', No symbols loaded.
'HSEC_TMS.exe': Loaded
'c:\windows\ass embly\gac\syste m.enterpriseser vices\1.0.5000. 0__b03f5f7f11d5 0a3a\system.ent erpriseservices .dll', No symbols loaded.
'HSEC_TMS.exe': Loaded
'c:\windows\ass embly\gac\syste m.enterpriseser vices\1.0.5000. 0__b03f5f7f11d5 0a3a\system.ent erpriseservices .thunk.dll', No symbols loaded.
'HSEC_TMS.exe': Loaded 'c:\temp\hsec_t ms_mgm\bin\en\h sec_tms.resourc es.dll',
No symbols loaded.
'HSEC_TMS.exe': Loaded
'c:\windows\ass embly\gac\acces sibility\1.0.50 00.0__b03f5f7f1 1d50a3a\accessi bility.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\mic rosoft.net\fram ework\v1.1.4322 \mscorlib.dll', No symbols
loaded.
'HSEC_TMS': Loaded 'C:\Temp\HSEC_T MS_MGM\bin\HSEC _TMS.exe', Symbols loaded.
'HSEC_TMS.exe': Loaded
'c:\windows\ass embly\gac\syste m.windows.forms \1.0.5000.0__b7 7a5c561934e089\ system.windows. forms.dll', No symbols loaded.
'HSEC_TMS.exe': Loaded
'c:\windows\ass embly\gac\syste m\1.0.5000.0__b 77a5c561934e089 \system.dll', No
symbols loaded.
'HSEC_TMS.exe': Loaded
'c:\windows\ass embly\gac\syste m.drawing\1.0.5 000.0__b03f5f7f 11d50a3a\system .drawing.dll', No symbols loaded.
'HSEC_TMS.exe': Loaded
'c:\windows\ass embly\gac\micro soft.visualbasi c\7.0.5000.0__b 03f5f7f11d50a3a \microsoft.visu albasic.dll', No symbols loaded.
'HSEC_TMS.exe': Loaded
'c:\windows\ass embly\gac\syste m.data\1.0.5000 .0__b77a5c56193 4e089\system.da ta.dll', No symbols loaded.
'HSEC_TMS.exe': Loaded
'c:\windows\ass embly\gac\syste m.xml\1.0.5000. 0__b77a5c561934 e089\system.xml .dll', No symbols loaded.
'HSEC_TMS.exe': Loaded
'c:\windows\ass embly\gac\syste m.enterpriseser vices\1.0.5000. 0__b03f5f7f11d5 0a3a\system.ent erpriseservices .dll', No symbols loaded.
'HSEC_TMS.exe': Loaded
'c:\windows\ass embly\gac\syste m.enterpriseser vices\1.0.5000. 0__b03f5f7f11d5 0a3a\system.ent erpriseservices .thunk.dll', No symbols loaded.
'HSEC_TMS.exe': Loaded 'c:\temp\hsec_t ms_mgm\bin\en\h sec_tms.resourc es.dll',
No symbols loaded.
'HSEC_TMS.exe': Loaded
'c:\windows\ass embly\gac\acces sibility\1.0.50 00.0__b03f5f7f1 1d50a3a\accessi bility.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\mic rosoft.net\fram ework\v1.1.4322 \mscorlib.dll', No symbols
loaded.
'HSEC_TMS': Loaded 'C:\Temp\HSEC_T MS_MGM\bin\HSEC _TMS.exe', Symbols loaded.
'HSEC_TMS.exe': Loaded
'c:\windows\ass embly\gac\syste m.windows.forms \1.0.5000.0__b7 7a5c561934e089\ system.windows. forms.dll', No symbols loaded.
'HSEC_TMS.exe': Loaded
'c:\windows\ass embly\gac\syste m\1.0.5000.0__b 77a5c561934e089 \system.dll', No
symbols loaded.
'HSEC_TMS.exe': Loaded
'c:\windows\ass embly\gac\syste m.drawing\1.0.5 000.0__b03f5f7f 11d50a3a\system .drawing.dll', No symbols loaded.
'HSEC_TMS.exe': Loaded
'c:\windows\ass embly\gac\micro soft.visualbasi c\7.0.5000.0__b 03f5f7f11d50a3a \microsoft.visu albasic.dll', No symbols loaded.
'HSEC_TMS.exe': Loaded
'c:\windows\ass embly\gac\syste m.data\1.0.5000 .0__b77a5c56193 4e089\system.da ta.dll', No symbols loaded.
'HSEC_TMS.exe': Loaded
'c:\windows\ass embly\gac\syste m.xml\1.0.5000. 0__b77a5c561934 e089\system.xml .dll', No symbols loaded.
'HSEC_TMS.exe': Loaded
'c:\windows\ass embly\gac\syste m.enterpriseser vices\1.0.5000. 0__b03f5f7f11d5 0a3a\system.ent erpriseservices .dll', No symbols loaded.
'HSEC_TMS.exe': Loaded
'c:\windows\ass embly\gac\syste m.enterpriseser vices\1.0.5000. 0__b03f5f7f11d5 0a3a\system.ent erpriseservices .thunk.dll', No symbols loaded.
'HSEC_TMS.exe': Loaded 'c:\temp\hsec_t ms_mgm\bin\en\h sec_tms.resourc es.dll',
No symbols loaded.
'HSEC_TMS.exe': Loaded
'c:\windows\ass embly\gac\acces sibility\1.0.50 00.0__b03f5f7f1 1d50a3a\accessi bility.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
42355
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) explicit call in process exit(-1) <- 0377(octet) = -1(decimal)
6
6439
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 to it. ' Open the table of Switchboard Items, and find ' the first item for this Switchboard Page. Set con =...
7
10801
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 anyone plzz suggest why this error is popping up.What does this mean??? Thnks in advance siri
1
1816
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 to cope that problem. My code is as follow. Thanks in advance
13
2597
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, source , destination,type of bus, price/head . I should compare the busno which i get through object to the bus no which is present in a .txt file. and...
0
2832
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 a WS and read/write data in a iSeries DB2 with the DB2 provider. I can do all these things in a Win App, and now i'm trying to put all of this in a...
5
3184
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 string m_make; public string make {
9
10143
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 problem is when changing "airline1" it all works fine, but when changing "aircraft1" i get the error: Line: 1 Char: 1 Error: Object Expected Code: 0
3
2198
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 AppointmentID dim ChildID dim VisitID
0
7911
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main...
0
8200
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. ...
0
8338
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that...
0
6610
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then...
1
5710
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 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 a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes...
0
5390
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert...
0
3864
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
1448
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
1179
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating...

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.