Click here to Skip to main content
15,890,123 members
Home / Discussions / C#
   

C#

 
AnswerRe: Running .NET apps on Linux Pin
Pete O'Hanlon9-Jun-11 3:17
mvePete O'Hanlon9-Jun-11 3:17 
AnswerRe: Running .NET apps on Linux Pin
BobJanova9-Jun-11 5:15
BobJanova9-Jun-11 5:15 
QuestionC# Windows Service Pin
scotlandc8-Jun-11 21:41
scotlandc8-Jun-11 21:41 
AnswerRe: C# Windows Service Pin
Pete O'Hanlon8-Jun-11 22:18
mvePete O'Hanlon8-Jun-11 22:18 
GeneralRe: C# Windows Service Pin
scotlandc8-Jun-11 22:22
scotlandc8-Jun-11 22:22 
AnswerRe: C# Windows Service Pin
AspDotNetDev8-Jun-11 22:46
protectorAspDotNetDev8-Jun-11 22:46 
GeneralRe: C# Windows Service Pin
MicroVirus9-Jun-11 3:41
MicroVirus9-Jun-11 3:41 
AnswerRe: C# Windows Service Pin
ShadowUz8-Jun-11 22:40
ShadowUz8-Jun-11 22:40 
Hi.
Sometimes it happens that your thread which is responsible for creating XML files tries to read the arrived text file when it's not completely free (some service is still using it).
Try to wait for some milliseconds before attempting to open the text file like this:
Thread.Sleep(100);

I hope this will work.
AnswerRe: C# Windows Service Pin
ramzg8-Jun-11 23:02
ramzg8-Jun-11 23:02 
GeneralRe: C# Windows Service Pin
scotlandc9-Jun-11 0:46
scotlandc9-Jun-11 0:46 
AnswerRe: C# Windows Service Pin
Luc Pattyn9-Jun-11 1:42
sitebuilderLuc Pattyn9-Jun-11 1:42 
GeneralRe: C# Windows Service Pin
RobCroll9-Jun-11 3:55
RobCroll9-Jun-11 3:55 
AnswerRe: C# Windows Service Pin
Luc Pattyn9-Jun-11 3:59
sitebuilderLuc Pattyn9-Jun-11 3:59 
GeneralRe: C# Windows Service Pin
RobCroll11-Jun-11 19:54
RobCroll11-Jun-11 19:54 
AnswerRe: C# Windows Service Pin
Luc Pattyn12-Jun-11 1:29
sitebuilderLuc Pattyn12-Jun-11 1:29 
GeneralRe: C# Windows Service Pin
AspDotNetDev9-Jun-11 8:01
protectorAspDotNetDev9-Jun-11 8:01 
AnswerRe: C# Windows Service Pin
Luc Pattyn9-Jun-11 8:14
sitebuilderLuc Pattyn9-Jun-11 8:14 
GeneralRe: C# Windows Service Pin
AspDotNetDev9-Jun-11 8:28
protectorAspDotNetDev9-Jun-11 8:28 
AnswerRe: C# Windows Service Pin
Luc Pattyn9-Jun-11 8:53
sitebuilderLuc Pattyn9-Jun-11 8:53 
QuestionCallbackOnCollectedDelegate exception when using DDE to get URLs from Navigators Pin
moums8-Jun-11 13:54
moums8-Jun-11 13:54 
Questionstring formate Pin
jashimu8-Jun-11 8:20
jashimu8-Jun-11 8:20 
AnswerRe: string formate Pin
Ennis Ray Lynch, Jr.8-Jun-11 8:29
Ennis Ray Lynch, Jr.8-Jun-11 8:29 
AnswerRe: string formate Pin
mabrahao8-Jun-11 9:07
mabrahao8-Jun-11 9:07 
AnswerRe: string formate Pin
AspDotNetDev8-Jun-11 9:16
protectorAspDotNetDev8-Jun-11 9:16 
AnswerRe: string formate Pin
AspDotNetDev8-Jun-11 9:15
protectorAspDotNetDev8-Jun-11 9:15 

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.