Tagged Questions

0
votes
2answers
26 views

Deleting a window’s background image WPF

I'm having a problem in WPF where a window doesn't release it's file-lock on the background image file after closing, before another part of the application tries to write to the i …
1
vote
2answers
56 views

IOException - Access Denied Using FileOutputStream

I get the following IOException : java.io.IOException: Access is denied at java.io.WinNTFileSystem.createFileExclusively(Native Method) at java.io.File.createNewFile(File.java:8 …
0
votes
2answers
33 views

IOException while changing from File to BufferedImage

Error: Unhandled exception type IOException. File imgLoc = new File("player.png"); BufferedImage img = ImageIO.read(imgLoc); How do I get a bufferedImage from a file location?
1
vote
3answers
67 views

Wait for file to be freed by process

How do I wait for the File to be Free so that ss.Save() can overwrite it with a new one. If I run this twice close together(ish) I get a generic GDI+ error. ///<summary&gt …
1
vote
3answers
115 views

IOException on DataGridView writing to text file C#

Good morning all, I'm having a few problems with a method in my C# code that should enable a DataGridView to be saved to a .txt file. The code is as below: private void saveToTx …
0
votes
3answers
193 views

IOException while reading from InputStream

I'm running into a strange problem while reading from an InputStream on the Android platform. I'm not sure if this is an Android specific issue, or something I'm doing wrong in ge …
0
votes
1answer
110 views

Error creating javax.microedition.rms.RecordStore in NetBeans 6.0

I'm trying to write an application with J2ME that uses javax.microedition.rms.RecordStore to store persistent data. I'm developing this project in NetBeans 6.0 and J2ME 2.2 on Gent …
1
vote
4answers
1k views

System.IO.IOException: file used by another process

Dear all, I've been working in this small piece of code that seems trivial but still i cannot really see where is the problem. My functions does a pretty simple thing. Opens a file …
1
vote
4answers
1k views

Can you explain why DirectoryInfo.GetFiles produces this IOException?

I have a WinForms client-server app running on a Novell network that produces the following error when connecting to the lone Windows 2003 Server on the network: TYPE: System.IO.I …
7
votes
6answers
443 views

Does close ever throw an IOException?

After providing some answers here, and reading some comments, it would seem that, in practice IOException is never thrown on close for file I/O. Are there any cases in which calli …
0
votes
6answers
196 views

How to detect System.IO.IOException cause by existing file?

I want to create and open a file but only if it doesnt exist. I dont want to use a File.Exists because a thread by switch after it creating a file with the same name. How do i che …
0
votes
3answers
190 views

Getting an IOException on multiple writes to a file.

Hey, I have implemented a csv file builder that takes in an xml document applies a xsl transform to it and appends it to a file. public class CsvBatchPrinter : BaseBatchPrinter { …
3
votes
2answers
170 views

IOException for drive full or out of space

I am looking for a list of platform-specific (JRE-specific) of IOException messages indicating disk is full or out of space. So far I have: Windows: "There is not enough space on …
0
votes
2answers
202 views

threaded serial port IOException when writing

Hi, I'm trying to write a small application that simply reads data from a socket, extracts some information (two integers) from the data and sends the extracted information off on …
2
votes
2answers
383 views

java.io.IOException: Invalid argument

Hi I have a web application running in cluster mode with a load balancer. It consists in two tomcats (T1, and T2) addressing only one DB. T2 is nfs mounted to T1. This is the only …

1 2 next
15 30 50 per page