473,789 Members | 3,013 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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.Invalid OperationExcept ion' occurred
in system.drawing. dll
Additional information: The object is currently in use elsewhere.
An unhandled exception of type 'System.Invalid OperationExcept ion' occurred
in system.drawing. dll
Additional information: The object is currently in use elsewhere.
---I CLICKED CONTINUE IN THE ERROR BOX
Unhandled Exception: System.InvalidO perationExcepti on: The object is
currently in use elsewhere.
at System.Drawing. Graphics.Dispos e(Boolean disposing)
at System.Drawing. Graphics.Finali ze()An unhandled exception of type
'System.Invalid OperationExcept ion' 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.InvalidO perationExcepti on: The object is
currently in use elsewhere.
at System.Drawing. Graphics.Dispos e(Boolean disposing)
at System.Drawing. Graphics.Finali ze()
Unhandled Exception: System.InvalidO perationExcepti on: The object is
currently in use elsewhere.
at System.Drawing. Graphics.Dispos e(Boolean disposing)
at System.Drawing. Graphics.Finali ze()An unhandled exception of type
'System.Invalid OperationExcept ion' occurred in system.drawing. dll
Additional information: The object is currently in use elsewhere.
An unhandled exception of type 'System.Invalid OperationExcept ion' occurred
in system.drawing. dll
Additional information: The object is currently in use elsewhere.

Unhandled Exception: System.InvalidO perationExcepti on: The object is
currently in use elsewhere.
at System.Drawing. Graphics.Dispos e(Boolean disposing)
at System.Drawing. Graphics.Finali ze()An unhandled exception of type
'System.Invalid OperationExcept ion' occurred in system.drawing. dll
Additional information: The object is currently in use elsewhere.

Unhandled Exception: System.InvalidO perationExcepti on: The object is
currently in use elsewhere.
at System.Drawing. Graphics.Dispos e(Boolean disposing)
at System.Drawing. Graphics.Finali ze()An unhandled exception of type
'System.Invalid OperationExcept ion' occurred in system.drawing. dll
Additional information: The object is currently in use elsewhere.

Unhandled Exception: System.InvalidO perationExcepti on: The object is
currently in use elsewhere.
at System.Drawing. Graphics.Dispos e(Boolean disposing)
at System.Drawing. Graphics.Finali ze()An unhandled exception of type
'System.Invalid OperationExcept ion' occurred in system.drawing. dll
Additional information: The object is currently in use elsewhere.

Unhandled Exception: System.InvalidO perationExcepti on: The object is
currently in use elsewhere.
at System.Drawing. Graphics.Dispos e(Boolean disposing)
at System.Drawing. Graphics.Finali ze()An unhandled exception of type
'System.Invalid OperationExcept ion' occurred in system.drawing. dll
Additional information: The object is currently in use elsewhere.

Unhandled Exception: System.InvalidO perationExcepti on: The object is
currently in use elsewhere.
at System.Drawing. Graphics.Dispos e(Boolean disposing)
at System.Drawing. Graphics.Finali ze()
Unhandled Exception: System.InvalidO perationExcepti on: The object is
currently in use elsewhere.
at System.Drawing. Graphics.Dispos e(Boolean disposing)
at System.Drawing. Graphics.Finali ze()An unhandled exception of type
'System.Invalid OperationExcept ion' occurred in system.drawing. dll
Additional information: The object is currently in use elsewhere.
Unhandled Exception: System.InvalidO perationExcepti on: The object is
currently in use elsewhere.
at System.Drawing. Graphics.Dispos e(Boolean disposing)
at System.Drawing. Graphics.Finali ze()An unhandled exception of type
'System.Invalid OperationExcept ion' occurred in system.drawing. dll
Additional information: The object is currently in use elsewhere.
An unhandled exception of type 'System.Invalid OperationExcept ion' occurred
in system.drawing. dll
Additional information: The object is currently in use elsewhere.

Unhandled Exception: System.InvalidO perationExcepti on: The object is
currently in use elsewhere.
at System.Drawing. Graphics.Dispos e(Boolean disposing)
at System.Drawing. Graphics.Finali ze()
Nov 20 '05 #1
1 1838
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
3675
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: db2fm(21697) has SIGCHLD set to SIG_IGN but calls wait(). Jul 10 09:04:45 kernel: (see the NOTES section of 'man 2 wait'). Workaround activated. Jul 10 09:05:46 kernel: application bug: db2fm(21724) has SIGCHLD set to
1
2660
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 that says: 'There was a problem retrieving printer information for this object. The object may have been sent to a printer that was unavailable.' When I choose 'report wizard', I can go through all of the steps but then I get an error message...
1
4250
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)) { print("<option> $row</option>"); } ?>
1
8229
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(); ^ perimeter(double,double) in Rectangle cannot be applied to () return "Area: " + Rectangle.area() + "\tCircumference: " + Rectangle.perimeter(); ^ setSides(double,double) in Rectangle cannot be applied to (double)...
20
20368
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 the first time, its files store on your pc. I've never had a problem untill its makers switched to Java Se (SUN Java). Normally, when you move to a new location / area in this game it brings up these words loading-please wait... and within 2 seconds...
1
941
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 has the Labels the 2nd column has their associated text boxes and the 3rd column is there for any error messages to appear (hopefully the messages would be horizontally in line with the text boxes) That is my problem. I have 3 checks for the first...
2
19494
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 will be writing this article intended for those who are in the same level, or maybe lower, of my technical knowledge. I would be using layman's words, or maybe, my own words as how I understand them, hoping, you will understand it the same way that...
0
2897
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 will be writing this article intended for those who are in the same level, or maybe lower, of my technical knowledge. I would be using layman's words, or maybe, my own words as how I understand them, hoping, you will understand it the same way that...
8
3659
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 C:\wamp\www\petsathome\seestore.php on line 21 Notice: Use of undefined constant cat_title - assumed 'cat_title' in C:\wamp\www\petsathome\seestore.php on line 22 Notice: Use of undefined constant cat_desc - assumed 'cat_desc' in C:\wamp\www\petsathome\seestore.php on line...
0
9665
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
10199
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10139
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
1
7529
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 presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6768
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5417
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
4092
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3697
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2909
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.