473,407 Members | 2,598 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,407 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 39326
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: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
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,...
0
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...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
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,...
0
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...

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.