Click here to Skip to main content
15,887,135 members
Home / Discussions / C#
   

C#

 
GeneralRe: how to create blank process in c# ? Pin
hdv21213-Feb-06 14:18
hdv21213-Feb-06 14:18 
GeneralRe: how to create blank process in c# ? Pin
Colin Angus Mackay13-Feb-06 20:38
Colin Angus Mackay13-Feb-06 20:38 
GeneralRe: how to create blank process in c# ? Pin
Dan Neely14-Feb-06 2:27
Dan Neely14-Feb-06 2:27 
QuestionMessageFormat /ChoiceFormat in C# Pin
Fridi6913-Feb-06 11:46
Fridi6913-Feb-06 11:46 
AnswerRe: MessageFormat /ChoiceFormat in C# Pin
Colin Angus Mackay13-Feb-06 13:26
Colin Angus Mackay13-Feb-06 13:26 
AnswerRe: MessageFormat /ChoiceFormat in C# Pin
Joshua Quick13-Feb-06 15:33
Joshua Quick13-Feb-06 15:33 
AnswerRe: MessageFormat /ChoiceFormat in C# Pin
Fridi6913-Feb-06 21:50
Fridi6913-Feb-06 21:50 
QuestionReasons for UnauthorizedAccessException Pin
Glaxalg13-Feb-06 11:42
Glaxalg13-Feb-06 11:42 
Hi,
Does anyone know ALL reasons why UnauthorizedAccessException exception could be thrown? (Except security problems.)
I'm writing desktop application that reads/writes into "C:\Documents and Settings\<username>\Application Data\...\my.xml file". This application is multithreaded so concurrency situations are possible. I’ve implemented retry mechanism in case of exceptions of type "System.IO.IOException". This mechanism solved all problems like: "System.IO.IOException: The process cannot access the file … because it is being used by another process." However, now I get “System.UnauthorizedAccessException: Access to the path "C:\Documents and Settings\<user>\Application Data\...\my.xml" is denied." I understand that catching System.UnauthorizedAccessException in addition to System.IO.IOException in the retry mechanism could solve the problem, but I’d like to know if it is possible that concurrency issues could generate UnauthorizedAccessException.
AnswerRe: Reasons for UnauthorizedAccessException Pin
George L. Jackson13-Feb-06 13:37
George L. Jackson13-Feb-06 13:37 
GeneralRe: Reasons for UnauthorizedAccessException Pin
Glaxalg13-Feb-06 15:39
Glaxalg13-Feb-06 15:39 
Questionhow to embed an exe file in my app and run it from code ? Pin
hdv21213-Feb-06 11:02
hdv21213-Feb-06 11:02 
AnswerRe: how to embed an exe file in my app and run it from code ? Pin
Colin Angus Mackay13-Feb-06 13:29
Colin Angus Mackay13-Feb-06 13:29 
QuestionNetwork Email Sniffer in C#? Pin
Tom Paluzzi13-Feb-06 11:01
Tom Paluzzi13-Feb-06 11:01 
GeneralRe: Network Email Sniffer in C#? Pin
LighthouseJ13-Feb-06 11:31
LighthouseJ13-Feb-06 11:31 
Questionspeech to text Pin
mahmoud_sam13-Feb-06 10:08
mahmoud_sam13-Feb-06 10:08 
QuestionTalking to Data Base Problem Pin
ytubis13-Feb-06 9:35
ytubis13-Feb-06 9:35 
AnswerRe: Talking to Data Base Problem Pin
Michael Potter13-Feb-06 9:58
Michael Potter13-Feb-06 9:58 
GeneralRe: Talking to Data Base Problem Pin
ytubis13-Feb-06 10:19
ytubis13-Feb-06 10:19 
QuestionBindingSource: BEFORE CurrentChanged? Pin
moon4413-Feb-06 9:26
moon4413-Feb-06 9:26 
AnswerRe: BindingSource: BEFORE CurrentChanged? Pin
VMSSanthosh13-Feb-06 22:32
VMSSanthosh13-Feb-06 22:32 
GeneralRe: BindingSource: BEFORE CurrentChanged? Pin
moon4414-Feb-06 6:14
moon4414-Feb-06 6:14 
QuestionDataGridView Columns Pin
Wjousts13-Feb-06 9:08
Wjousts13-Feb-06 9:08 
QuestionChanging number formats Pin
Dan Neely13-Feb-06 8:35
Dan Neely13-Feb-06 8:35 
AnswerRe: Changing number formats Pin
Dan Neely13-Feb-06 9:05
Dan Neely13-Feb-06 9:05 
AnswerRe: Changing number formats Pin
Joshua Quick13-Feb-06 12:09
Joshua Quick13-Feb-06 12:09 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.