473,399 Members | 3,401 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,399 software developers and data experts.

Trying to find reason for CTD

This code:

if (panelFileName != null)
{
panelImage = new Bitmap(panelFileName);
}

while it works for most, some users experience a CTD when it attempts to
run. The files are present, so it seems to be related to the 'new Bitmap'
call from the System.Drawing namespace.

So, now my question is what on the users system would be screwed up to not
allow them to run that code. I have required Windows XP Home SP2 as a
minimum config, as it has GDI+ present.

Ideas? Thanks, Patrick
Aug 10 '06 #1
6 1166
=?Utf-8?B?U3RpY2s=?= <St***@discussions.microsoft.comwrote in
news:34**********************************@microsof t.com:
while it works for most, some users experience a CTD when it attempts to
What's a CTD?

-mdb
Aug 10 '06 #2
Never mind. Turns out this wasn't the problem, and I have isolated the area
of code.

Patrick
"Stick" wrote:
This code:

if (panelFileName != null)
{
panelImage = new Bitmap(panelFileName);
}

while it works for most, some users experience a CTD when it attempts to
run. The files are present, so it seems to be related to the 'new Bitmap'
call from the System.Drawing namespace.

So, now my question is what on the users system would be screwed up to not
allow them to run that code. I have required Windows XP Home SP2 as a
minimum config, as it has GDI+ present.

Ideas? Thanks, Patrick

Aug 10 '06 #3
CTD = Crash to Desktop

"Michael Bray" wrote:
=?Utf-8?B?U3RpY2s=?= <St***@discussions.microsoft.comwrote in
news:34**********************************@microsof t.com:
while it works for most, some users experience a CTD when it attempts to

What's a CTD?

-mdb
Aug 10 '06 #4

"Stick" <St***@discussions.microsoft.comwrote in message
news:5A**********************************@microsof t.com...
CTD = Crash to Desktop
That's a new one :)
--
--
Ignacio Machin,
ignacio.machin AT dot.state.fl.us
Florida Department Of Transportation
Aug 10 '06 #5
Ignacio Machin ( .NET/ C# MVP ) wrote:
CTD = Crash to Desktop

That's a new one :)
You must not be a gamer, then. On most game forums and tech support
sites, that term is used to describe when the game just dies for
whatever reason.

Aug 10 '06 #6
If anyone here has ever used Gupta / Centura 4GL you are probably laughing
so hard your gut hurts. Was known for a long time as Centura Team
Developer, or CTD for short. And yes, plenty of unexplained crashed to
desktop - a very appropriate TLA.

"Ignacio Machin ( .NET/ C# MVP )" <ignacio.machin AT dot.state.fl.uswrote
in message news:er**************@TK2MSFTNGP03.phx.gbl...
>
"Stick" <St***@discussions.microsoft.comwrote in message
news:5A**********************************@microsof t.com...
>CTD = Crash to Desktop

That's a new one :)
--
--
Ignacio Machin,
ignacio.machin AT dot.state.fl.us
Florida Department Of Transportation

Aug 11 '06 #7

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

Similar topics

3
by: Josh Armstrong | last post by:
I have a dropbox (cboReasons) in a form, when the user selects a reason from the dropbox the form needs to look in another table (lvsn_DefaultSettings) and see if there is a entry for that reason...
19
by: MLH | last post by:
I call the following Sub and Function in frmLaunch's OnOpen event code. I keep getting Property Not Found error for the AllowBypassKey setting. Failure point is line #30 in the Function (not the...
11
by: Chris | last post by:
Hi, For info I am using VS 2005 beta 2 I have a Console App and I want it to do the equivalent of a Change Directory (CD) command that you would do in normal command line mode as follows: ...
6
by: Frank Wilson | last post by:
Tom, It sounds to me like ASP, not ASP.NET is handling the request for WebForm1.aspx. This is most likely an IIS config issue that may have been caused by order of installation or...
1
by: Paloma García | last post by:
Dear all, I have created personalized configuration sections in my web project following the instructions described in this page...
1
by: francescomoi | last post by:
Hi. I'm trying to create a website where users can bet on some Sports Pools (e.g.: a football match result), but I don't find any PHP script. Do you know anyone? Thank yoy very much.
5
by: Learner | last post by:
Hello, Here is the code snippet I got strucked at. I am unable to convert the below line of code to its equavalent vb.net code. could some one please help me with this? static public...
11
by: garyusenet | last post by:
For this first time today I used the System.Diagnositcs namespace to launch a program from my c# code. The program launches OK but I have something which has completely stumped me. The...
6
by: The Natural Philosopher | last post by:
I am trying to create what amounts to an array of 'structures'. I.e. I want to dynamically add to and access an object as myobject.anothernumber // actually represents a nesting level. and ...
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
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
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
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
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
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,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

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.