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). 3 39058
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).
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/)
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/) This thread has been closed and replies have been disabled. Please start a new discussion. Similar topics
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)...
|
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...
|
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...
|
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...
|
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,...
|
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...
|
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...
|
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...
|
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...
|
by: Rina0 |
last post by:
Cybersecurity engineering is a specialized field that focuses on the design, development, and implementation of systems, processes, and technologies that protect against cyber threats and...
|
by: isladogs |
last post by:
The next Access Europe meeting will be on Wednesday 2 August 2023 starting at 18:00 UK time (6PM UTC+1) and finishing at about 19:15 (7.15PM)
The start time is equivalent to 19:00 (7PM) in Central...
|
by: erikbower65 |
last post by:
Using CodiumAI's pr-agent is simple and powerful. Follow these steps:
1. Install CodiumAI CLI: Ensure Node.js is installed, then run 'npm install -g codiumai' in the terminal.
2. Connect to...
|
by: linyimin |
last post by:
Spring Startup Analyzer generates an interactive Spring application startup report that lets you understand what contributes to the application startup time and helps to optimize it. Support for...
|
by: kcodez |
last post by:
As a H5 game development enthusiast, I recently wrote a very interesting little game - Toy Claw ((http://claw.kjeek.com/))。Here I will summarize and share the development experience here, and hope it...
|
by: Taofi |
last post by:
I try to insert a new record but the error message says the number of query names and destination fields are not the same
This are my field names
ID, Budgeted, Actual, Status and Differences
...
|
by: Rina0 |
last post by:
I am looking for a Python code to find the longest common subsequence of two strings. I found this blog post that describes the length of longest common subsequence problem and provides a solution in...
|
by: lllomh |
last post by:
Define the method first
this.state = {
buttonBackgroundColor: 'green',
isBlinking: false, // A new status is added to identify whether the button is blinking or not
}
autoStart=()=>{
|
by: lllomh |
last post by:
How does React native implement an English player?
| |