Discussion:
Application Ends While loading MDI Form
(too old to reply)
Mujeeb
2007-03-05 06:42:10 UTC
Permalink
Hi,

I built an MDI application in which, First user is provided with a login
screen and if login success full the application display an MDI form with
various options like menus side panels etc. It is working fin on every
computer except one installed Windows 2003 R2 with SP1 on intel pentium D
processor 2.8 ghz , ati radeon xpress chipset mother board
with 1GB ram.

I tried on another system with windows 2003 R2 with service pack 1 and it;s
working fine.

Please some body help me on this.

Mujeeb
Bob O`Bob
2007-03-05 22:27:24 UTC
Permalink
Post by Mujeeb
Hi,
I built an MDI application in which, First user is provided with a login
screen and if login success full the application display an MDI form with
various options like menus side panels etc. It is working fin on every
computer except one installed Windows 2003 R2 with SP1 on intel pentium D
processor 2.8 ghz , ati radeon xpress chipset mother board
with 1GB ram.
I tried on another system with windows 2003 R2 with service pack 1 and it;s
working fine.
Please some body help me on this.
Mujeeb
It is extremely unlikely that any of those details about the systems
have anything at all to do with it.

Apparently, you have an application which starts fine on many systems,
but fails to completely start on one system.

If you can't say what line of code was the last to successfully execute,
and what was supposed to be next after that, then you have not supplied
enough information to expect anyone to help you.



Bob
--
jeff
2007-03-08 17:18:41 UTC
Permalink
does the machine it fails on have the necessary .net framework installed?
Post by Bob O`Bob
Post by Mujeeb
Hi,
I built an MDI application in which, First user is provided with a login
screen and if login success full the application display an MDI form with
various options like menus side panels etc. It is working fin on every
computer except one installed Windows 2003 R2 with SP1 on intel pentium D
processor 2.8 ghz , ati radeon xpress chipset mother board
with 1GB ram.
I tried on another system with windows 2003 R2 with service pack 1 and
it;s working fine.
Please some body help me on this.
Mujeeb
It is extremely unlikely that any of those details about the systems
have anything at all to do with it.
Apparently, you have an application which starts fine on many systems,
but fails to completely start on one system.
If you can't say what line of code was the last to successfully execute,
and what was supposed to be next after that, then you have not supplied
enough information to expect anyone to help you.
Bob
--
Bob Butler
2007-03-08 17:32:28 UTC
Permalink
Post by jeff
does the machine it fails on have the necessary .net framework
installed?
VB doesn't require the .net framework

Chances are the form uses a control or references something else that is not
installed on the failing system.
--
Reply to the group so all can participate
VB.Net: "Fool me once..."
jeff
2007-03-08 19:58:40 UTC
Permalink
ooops wrong forum .. my msitake.
Post by Bob Butler
Post by jeff
does the machine it fails on have the necessary .net framework installed?
VB doesn't require the .net framework
Chances are the form uses a control or references something else that is not
installed on the failing system.
--
Reply to the group so all can participate
VB.Net: "Fool me once..."
Loading...