VB.NET Application terminates when switching desktops

Post a reply


This question is a means of preventing automated form submissions by spambots.
Smilies
:D :) :( :o :shock: :? :cool: :lol: :x :P :oops: :cry: :evil: :twisted: :roll: :wink: :!: :?: :idea: :arrow: :| :mrgreen: (wave) :ok: (nod)
View more smilies

BBCode is ON
[img] is ON
[flash] is OFF
[url] is ON
Smilies are ON

Topic review
   

Expand view Topic review: VB.NET Application terminates when switching desktops

VB.NET Application terminates when switching desktops

Post by LucasJ » 13.02.2009 10:41:44

Hello,

I'm a developer using Visual Studio 2002 and i'm developing a VB.NET Windows application.
I have 2 issues that are really disturbing:

1) When running my VB.NET application inside the Visual Studio 2002 environment, when i'm debugging the application for example. When the application is running and i switch to another desktop the application is terminated. I mean the VB.NET application that was running in debug mode in VS 2002. VS2002 returns at that moment from debugging mode back into development mode.
This is ofcourse a problem.


2) That same application, compiled into an executable, running standalone suffers the same problem. When that application is started and i switch to another desktop the application quits.

Does anyone experience the same problems ?
Another application, also developed in VB.NET and VS 2002 does not have these problems.

kind regards,
Luc

Top