Click here to Skip to main content
15,904,503 members
Home / Discussions / C#
   

C#

 
AnswerRe: Error : SqlParamet Accepts onlu non null parameter types Pin
Colin Angus Mackay13-Feb-06 20:47
Colin Angus Mackay13-Feb-06 20:47 
Questionhow to format datagrid data in to decimal numbers Pin
Mamphekgo13-Feb-06 19:54
Mamphekgo13-Feb-06 19:54 
AnswerRe: how to format datagrid data in to decimal numbers Pin
VMSSanthosh13-Feb-06 22:19
VMSSanthosh13-Feb-06 22:19 
Questionmultiple open of a single file Pin
edel_ong13-Feb-06 19:40
edel_ong13-Feb-06 19:40 
AnswerRe: multiple open of a single file Pin
Colin Angus Mackay13-Feb-06 22:19
Colin Angus Mackay13-Feb-06 22:19 
GeneralRe: multiple open of a single file Pin
edel_ong15-Feb-06 22:24
edel_ong15-Feb-06 22:24 
QuestionInt to Hex Conversion Pin
deepscyberpulse13-Feb-06 19:11
deepscyberpulse13-Feb-06 19:11 
AnswerRe: Int to Hex Conversion Pin
DigitalKing13-Feb-06 21:08
DigitalKing13-Feb-06 21:08 
AnswerRe: Int to Hex Conversion Pin
Jon Sagara14-Feb-06 6:13
Jon Sagara14-Feb-06 6:13 
QuestionImportant Concepts in .NET Pin
engsrini13-Feb-06 18:50
engsrini13-Feb-06 18:50 
AnswerRe: Important Concepts in .NET Pin
SimonS13-Feb-06 22:06
SimonS13-Feb-06 22:06 
QuestionNumericUpDown Pin
Maqsood Ahmed13-Feb-06 18:13
Maqsood Ahmed13-Feb-06 18:13 
AnswerRe: NumericUpDown Pin
fearless stallion13-Feb-06 19:51
fearless stallion13-Feb-06 19:51 
Questionhow to create blank process in c# ? Pin
hdv21213-Feb-06 12:05
hdv21213-Feb-06 12:05 
AnswerRe: how to create blank process in c# ? Pin
Colin Angus Mackay13-Feb-06 13:24
Colin Angus Mackay13-Feb-06 13:24 
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 

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.