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

Check out these error messages

ANYONE HAVE ANY IDEA WHAT IS CAUSING THESE ERRORS.
HAPPENS ONLY IF I "START' NOT IF I "START WITHOUT DEBUG"
I HAVE NO IDEA WHERE TO LOOK FOR THE BUG

An unhandled exception of type 'System.InvalidOperationException' occurred
in system.drawing.dll
Additional information: The object is currently in use elsewhere.
An unhandled exception of type 'System.InvalidOperationException' occurred
in system.drawing.dll
Additional information: The object is currently in use elsewhere.
---I CLICKED CONTINUE IN THE ERROR BOX
Unhandled Exception: System.InvalidOperationException: The object is
currently in use elsewhere.
at System.Drawing.Graphics.Dispose(Boolean disposing)
at System.Drawing.Graphics.Finalize()An unhandled exception of type
'System.InvalidOperationException' occurred in system.drawing.dll
Additional information: The object is currently in use elsewhere.
---I CLICKED CONTINUE IN THE ERROR BOX
---SIMILAR CLICKS BELOW
Unhandled Exception: System.InvalidOperationException: The object is
currently in use elsewhere.
at System.Drawing.Graphics.Dispose(Boolean disposing)
at System.Drawing.Graphics.Finalize()
Unhandled Exception: System.InvalidOperationException: The object is
currently in use elsewhere.
at System.Drawing.Graphics.Dispose(Boolean disposing)
at System.Drawing.Graphics.Finalize()An unhandled exception of type
'System.InvalidOperationException' occurred in system.drawing.dll
Additional information: The object is currently in use elsewhere.
An unhandled exception of type 'System.InvalidOperationException' occurred
in system.drawing.dll
Additional information: The object is currently in use elsewhere.

Unhandled Exception: System.InvalidOperationException: The object is
currently in use elsewhere.
at System.Drawing.Graphics.Dispose(Boolean disposing)
at System.Drawing.Graphics.Finalize()An unhandled exception of type
'System.InvalidOperationException' occurred in system.drawing.dll
Additional information: The object is currently in use elsewhere.

Unhandled Exception: System.InvalidOperationException: The object is
currently in use elsewhere.
at System.Drawing.Graphics.Dispose(Boolean disposing)
at System.Drawing.Graphics.Finalize()An unhandled exception of type
'System.InvalidOperationException' occurred in system.drawing.dll
Additional information: The object is currently in use elsewhere.

Unhandled Exception: System.InvalidOperationException: The object is
currently in use elsewhere.
at System.Drawing.Graphics.Dispose(Boolean disposing)
at System.Drawing.Graphics.Finalize()An unhandled exception of type
'System.InvalidOperationException' occurred in system.drawing.dll
Additional information: The object is currently in use elsewhere.

Unhandled Exception: System.InvalidOperationException: The object is
currently in use elsewhere.
at System.Drawing.Graphics.Dispose(Boolean disposing)
at System.Drawing.Graphics.Finalize()An unhandled exception of type
'System.InvalidOperationException' occurred in system.drawing.dll
Additional information: The object is currently in use elsewhere.

Unhandled Exception: System.InvalidOperationException: The object is
currently in use elsewhere.
at System.Drawing.Graphics.Dispose(Boolean disposing)
at System.Drawing.Graphics.Finalize()
Unhandled Exception: System.InvalidOperationException: The object is
currently in use elsewhere.
at System.Drawing.Graphics.Dispose(Boolean disposing)
at System.Drawing.Graphics.Finalize()An unhandled exception of type
'System.InvalidOperationException' occurred in system.drawing.dll
Additional information: The object is currently in use elsewhere.
Unhandled Exception: System.InvalidOperationException: The object is
currently in use elsewhere.
at System.Drawing.Graphics.Dispose(Boolean disposing)
at System.Drawing.Graphics.Finalize()An unhandled exception of type
'System.InvalidOperationException' occurred in system.drawing.dll
Additional information: The object is currently in use elsewhere.
An unhandled exception of type 'System.InvalidOperationException' occurred
in system.drawing.dll
Additional information: The object is currently in use elsewhere.

Unhandled Exception: System.InvalidOperationException: The object is
currently in use elsewhere.
at System.Drawing.Graphics.Dispose(Boolean disposing)
at System.Drawing.Graphics.Finalize()
Nov 20 '05 #1
1 1806
FYI
It turned out that I had a DeleteDC instead of a ReleaseDC

Cal
Nov 20 '05 #2

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

Similar topics

1
by: Jean-David Beyer | last post by:
I am presently running DB2 V8.1.6 on Red Hat Enterprise Linux 3 ES. Every second, the following messages appear in my /var/log/messages file: Jul 10 09:04:45 kernel: application bug:...
1
by: intl04 | last post by:
I am getting strange print-related error messages when trying to create (not print!) reports. For example, when I click 'new' to create a report then choose 'design view', I get an error message...
1
by: Robert Morgan | last post by:
|I'm trying to run a query on a database using php and postgres functions ||<?php db_connect(); $stat = pg_exec($connstr,"SELECT WSID from tblWorkstation "); while ($row = pg_fetch_rows($stat))...
1
by: JWest46088 | last post by:
I keep getting these error messages: area(double,double) in Rectangle cannot be applied to () return "Area: " + Rectangle.area() + "\tCircumference: " + Rectangle.perimeter(); ...
20
by: NeedJavaHelp | last post by:
Hello everyone, first time poster here, bear with me. RuneScape is an online multiplayer game run by Java www.runescape.com. The game itself is run on the website and when you play the game for...
1
by: phpmel | last post by:
Hi, I don't really have a problem, I just wanted some advice on how to approach a certain situation. I have a form that is formatted using a table. there are 3 rows and 3 columns. the first column...
2
hyperpau
by: hyperpau | last post by:
Before anything else, I am not a very technical expert when it comes to VBA coding. I learned most of what I know by the excellent Access/VBA forum from bytes.com (formerly thescripts.com). Ergo, I...
0
hyperpau
by: hyperpau | last post by:
Before anything else, I am not a very technical expert when it comes to VBA coding. I learned most of what I know by the excellent Access/VBA forum from bytes.com (formerly thescripts.com). Ergo, I...
8
by: Wayneyh | last post by:
I am just starting to teach myself PHP and i have created a script from a book but i get these error messages. Notice: Use of undefined constant id - assumed 'id' in...
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...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
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
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.