473,407 Members | 2,306 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.

Problems with vb.net and xp professional

Why when I use my vb.net application on a Windows XP computer, the
application AutoClose when it want? Is a bug?

firma
Nov 20 '05 #1
21 1200
* "Félix Mondelo" <fe**********@himafel.com> scripsit:
Why when I use my vb.net application on a Windows XP computer, the
application AutoClose when it want? Is a bug?


What do you mean by "AutoClose why it want"?

--
Herfried K. Wagner [MVP]
<URL:http://dotnet.mvps.org/>
<URL:http://dotnet.mvps.org/dotnet/faqs/>
Nov 20 '05 #2
> What do you mean by "AutoClose why it want"?

Application ends when it want.
Nov 20 '05 #3
It will auto-close if you have an exception that isn't handled. In debug
mode, if you have exceptions switched on, the environment will break at the
exception point. Presumably this is what you mean?
"Félix Mondelo" <fe**********@himafel.com> wrote in message
news:cd**********@nsnmrro2-gest.nuria.telefonica-data.net...
Why when I use my vb.net application on a Windows XP computer, the
application AutoClose when it want? Is a bug?

firma

Nov 20 '05 #4
Herfried,

I realized me only today that Universities have holliday and that that could
be the reason of something that did suprise me.

I thought what is that Herfried active the last time (with what I mean you
are not forever, but sometimes you give the idea that you are only a link
dropper, what I know you are not) now it is a lot of real code and even to
the point and when it is difficult investigated..

:-)

Cor
Nov 20 '05 #5
But if I have an Exception that isn´t handled, I´ll have an error Message,
but application doesn´t show any error message.
It will auto-close if you have an exception that isn't handled. In debug
mode, if you have exceptions switched on, the environment will break at the exception point. Presumably this is what you mean?
"Félix Mondelo" <fe**********@himafel.com> wrote in message
news:cd**********@nsnmrro2-gest.nuria.telefonica-data.net...
Why when I use my vb.net application on a Windows XP computer, the
application AutoClose when it want? Is a bug?

firma


Nov 20 '05 #6
Hi Felix,

Are you using VB.net with IDE, than you can debug it.

Cor
What do you mean by "AutoClose why it want"?


Application ends when it want.

Nov 20 '05 #7
* "Félix Mondelo" <fe**********@himafel.com> scripsit:
What do you mean by "AutoClose why it want"?


Application ends when it want.


You mean, it stops? Is an error message shown? Does your application
raise an exception? Does this occur when you run your app within the
IDE or the executable directly?

--
Herfried K. Wagner [MVP]
<URL:http://dotnet.mvps.org/>
<URL:http://dotnet.mvps.org/dotnet/faqs/>
Nov 20 '05 #8
* "Félix Mondelo" <fe**********@himafel.com> scripsit:
What do you mean by "AutoClose why it want"?


Application ends when it want.


You mean, it stops? Is an error message shown? Does your application
raise an exception? Does this occur when you run your app within the
IDE or the executable directly?

--
Herfried K. Wagner [MVP]
<URL:http://dotnet.mvps.org/>
<URL:http://dotnet.mvps.org/dotnet/faqs/>
Nov 20 '05 #9
On Wed, 21 Jul 2004 13:28:51 +0200, Félix Mondelo wrote:
Why when I use my vb.net application on a Windows XP computer, the
application AutoClose when it want? Is a bug?

firma


Does the app just start and then immediately close? How long does the app
run before it closes?

--
Chris

dunawayc[AT]sbcglobal_lunchmeat_[DOT]net

To send me an E-mail, remove the "[", "]", underscores ,lunchmeat, and
replace certain words in my E-Mail address.
Nov 20 '05 #10
On Wed, 21 Jul 2004 13:28:51 +0200, Félix Mondelo wrote:
Why when I use my vb.net application on a Windows XP computer, the
application AutoClose when it want? Is a bug?

firma


Does the app just start and then immediately close? How long does the app
run before it closes?

--
Chris

dunawayc[AT]sbcglobal_lunchmeat_[DOT]net

To send me an E-mail, remove the "[", "]", underscores ,lunchmeat, and
replace certain words in my E-Mail address.
Nov 20 '05 #11
> You mean, it stops?

Yes, my application stops.
Is an error message shown?
No, there isn´t any message.
Does your application raise an exception?
No, because if my application raise an Exception an error message must show.
Does this occur when you run your app within the
IDE or the executable directly?


When I run my app within my executable directly.
Nov 20 '05 #12
> Are you using VB.net with IDE, than you can debug it.

Yes, but the error appears when I run my app within the executable directly.
Nov 20 '05 #13
> Does the app just start and then immediately close? How long does the app
run before it closes?


It depends, is not a constant duration. Sometimes you can use the app during
3-4 hours, sometimes 15-30 minutes, sometimes 3 days, ....
Nov 20 '05 #14
Hi Felix,

Yes, but the error appears when I run my app within the executable directly.

In your designer created part there is this sentence at initialize component
<System.Diagnostics.DebuggerStepThrough()>

Delete it tempory and debug again, maybe you see now where it stops?

I hope this helps?

Cor
Nov 20 '05 #15
> In your designer created part there is this sentence at initialize
component
<System.Diagnostics.DebuggerStepThrough()>

Delete it tempory and debug again, maybe you see now where it stops?


But the error is only in execution mode, not in debug mode.
Nov 20 '05 #16
Hi Felix,

Did you run it in your IDE with debug mode set to release?

Cor
In your designer created part there is this sentence at initialize

component
<System.Diagnostics.DebuggerStepThrough()>

Delete it tempory and debug again, maybe you see now where it stops?


But the error is only in execution mode, not in debug mode.

Nov 20 '05 #17
> Did you run it in your IDE with debug mode set to release?

Yes, but the problem is only when I install my application.

Nov 20 '05 #18
As well on your own computer?

Cor
Yes, but the problem is only when I install my application.

Nov 20 '05 #19
> As well on your own computer?

No, always errors are in my customers' computers and more frequently in
customers who haven´t internet connection.

Can be that my Customers don´t update their WinXP?

(Sorry about my English.)
Nov 20 '05 #20
Write (debug) logging to a file or something like that.

"Félix Mondelo" <fe**********@himafel.com> wrote in message
news:cd**********@nsnmrro2-gest.nuria.telefonica-data.net...
Why when I use my vb.net application on a Windows XP computer, the
application AutoClose when it want? Is a bug?

firma

Nov 20 '05 #21
Hi Felix,

This can than be of any reason however you said your program started, so
the Net framework is installed.

However finding the solution in a newsgroup will in my opinion than be
something impossible, when you do not know the error. And even than I would
not ask it in a language newsgroup however more in a general or the
framework newsgroup. Or in one of the largest newsgroups, the newsgroup XP.

I hope this helps?

Cor
No, always errors are in my customers' computers and more frequently in
customers who haven´t internet connection.

Can be that my Customers don´t update their WinXP?

(Sorry about my English.)

Nov 20 '05 #22

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

Similar topics

0
by: Wai-Ming Lau | last post by:
Hello, I am having trouble with the debugger using Visual Studio.NET Professional Edition, 2002. This is my situation: Installed VS.NET on a Windows XP Professional laptop. I noticed that...
3
by: Peter Blum | last post by:
I have built an assembly (dll) from which I expect third parties to subclass. As a result, when my assembly has a version change, it will cause any third party assembly based on it to break unless...
0
by: WBuik | last post by:
I am trying to install .Net 2005 Professional Beta on one of my computers, but I am having problems. When i first install, it is unable to instal J# runtime, or SQL Server. Both of these, the...
1
by: 3f | last post by:
Hello; We have made a web application that people can download from our web site and installed on: Windows XP Windows 2000 Professional Windows 2003 Server Windows 2000 Server
1
by: manish | last post by:
Hi, I am a fresher in the programming field i.e although I have done programming at the basic level but at professional level I am very new and I am facing many problems. These probllems are...
2
by: Orly Junior | last post by:
Gentlemen, I am using the following query to get a list of grouped checksum data. SELECT CAST(Field0_datetime AS INT), CHECKSUM_AGG(BINARY_CHECKSUM(Field1_bigint, Field2_datetime,...
6
by: clintonG | last post by:
After the last six days trying to download VS2005 Professional it seems there may be a problem with my instance of the File Transfer Manager (FTM) or somewhere in the network in between. I can't...
29
by: DFS | last post by:
From an Access 2003 module: v = Shell("ftp.exe -s:D:\ftpCommands.txt") Contents of D:\ftpCommands.txt ---------------------------------- open ftp.destination.com user password send sourceFile...
20
by: jht | last post by:
I Have a workstation with AMD64 CPU’s and 6 Giga Byte RAM ,OS Windows XP 64. I have 2 problems with it: 1.I want my .NET application(VS.NET 2003 VC++7.0) to use more then 3 GByte of memory,how to...
5
by: Simon | last post by:
I have problem with namespaces. I have a program that consumes the web service and has for instance names space nsProgram. In this program I have defined several classes that I use for storing and...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
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,...
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
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,...

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.