Click here to Skip to main content
15,898,848 members
Home / Discussions / C#
   

C#

 
QuestionIndexOutOfRangeException - DbCommand / DbDataReader numeric column name Pin
dataminers8-Aug-08 9:18
dataminers8-Aug-08 9:18 
AnswerRe: IndexOutOfRangeException - DbCommand / DbDataReader numeric column name Pin
Guffa8-Aug-08 9:38
Guffa8-Aug-08 9:38 
GeneralRe: IndexOutOfRangeException - DbCommand / DbDataReader numeric column name Pin
dataminers8-Aug-08 22:13
dataminers8-Aug-08 22:13 
Questionfilewatcher to invoke servcie after a file is fully copied Pin
balu123458-Aug-08 8:12
balu123458-Aug-08 8:12 
Questionfile Copy from system to another system in C#.net Pin
balu123458-Aug-08 8:02
balu123458-Aug-08 8:02 
AnswerRe: file Copy from system to another system in C#.net Pin
vikas amin8-Aug-08 9:38
vikas amin8-Aug-08 9:38 
GeneralRe: file Copy from system to another system in C#.net Pin
balu123458-Aug-08 20:44
balu123458-Aug-08 20:44 
QuestionError message Pin
netJP12L8-Aug-08 6:16
netJP12L8-Aug-08 6:16 
Hi guys, I want to write to a file but i am getting this weird error message. Only my application is using the path1. It Seems like file is being used by other process. I couldn't figure it out who is using which of my function is using the file.

using (StreamWriter sw = new StreamWriter(path1,false,Encoding.UTF8 ))
{
sw.WriteLine(""+doc.body.innerHTML+"");
sw.Flush();
sw.Close();
}


at System.IO._Error.WinIOError(Int32 errorCode,string maybeFullPath)
at System.IO.FileStream.Init(String path,FileMode mode,FileAccess access,Int32 rights,Boolean useRights,FileShare Share,Int32BufferSize,fileOptions options, SeCURITY_ATTRIBUTES secAttrs,String msgPath,Boolean bFromProxy)
AnswerRe: Error message Pin
Gareth H8-Aug-08 6:22
Gareth H8-Aug-08 6:22 
AnswerRe: Error message Pin
hammerstein058-Aug-08 6:30
hammerstein058-Aug-08 6:30 
GeneralRe: Error message Pin
netJP12L8-Aug-08 6:39
netJP12L8-Aug-08 6:39 
GeneralRe: Error message Pin
astanton19788-Aug-08 6:46
astanton19788-Aug-08 6:46 
AnswerRe: Error message Pin
Wendelius8-Aug-08 6:46
mentorWendelius8-Aug-08 6:46 
GeneralRe: Error message Pin
netJP12L8-Aug-08 7:16
netJP12L8-Aug-08 7:16 
GeneralRe: Error message Pin
Wendelius8-Aug-08 7:28
mentorWendelius8-Aug-08 7:28 
GeneralRe: Error message........Thankssssssssssss Pin
netJP12L8-Aug-08 8:44
netJP12L8-Aug-08 8:44 
GeneralRe: Error message........Thankssssssssssss Pin
Wendelius8-Aug-08 8:46
mentorWendelius8-Aug-08 8:46 
QuestionHow to run DOS attrib commands like +S, +R in my c# project? Pin
Member 28376158-Aug-08 5:20
Member 28376158-Aug-08 5:20 
AnswerRe: How to run DOS attrib commands like +S, +R in my c# project? Pin
Manas Bhardwaj8-Aug-08 5:48
professionalManas Bhardwaj8-Aug-08 5:48 
GeneralRe: How to run DOS attrib commands like +S, +R in my c# project? Pin
Member 28376158-Aug-08 6:21
Member 28376158-Aug-08 6:21 
GeneralRe: How to run DOS attrib commands like +S, +R in my c# project? Pin
Ravi Bhavnani8-Aug-08 6:35
professionalRavi Bhavnani8-Aug-08 6:35 
GeneralRe: How to run DOS attrib commands like +S, +R in my c# project? Pin
Manas Bhardwaj8-Aug-08 6:40
professionalManas Bhardwaj8-Aug-08 6:40 
GeneralRe: How to run DOS attrib commands like +S, +R in my c# project? Pin
Paul Conrad8-Aug-08 8:31
professionalPaul Conrad8-Aug-08 8:31 
GeneralRe: How to run DOS attrib commands like +S, +R in my c# project? Pin
umbrella_yang9-Aug-08 5:33
umbrella_yang9-Aug-08 5:33 
QuestionRead from bmp file Pin
krinaljariwala8-Aug-08 4:51
krinaljariwala8-Aug-08 4:51 

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.