Problems with vb.net and xp professional

  • Thread starter Thread starter Félix Mondelo
  • Start date Start date
F

Félix Mondelo

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

firma
 
* "Félix Mondelo said:
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,

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
 
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?
 
But if I have an Exception that isn´t handled, I´ll have an error Message,
but application doesn´t show any error message.
 
* "Félix Mondelo said:
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?
 
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.
 
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.
 
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.
 
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, ....
 
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
 
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.
 
Did you run it in your IDE with debug mode set to release?

Yes, but the problem is only when I install my application.
 
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.)
 
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
 
Back
Top