Click here to Skip to main content
15,886,788 members
Home / Discussions / C#
   

C#

 
GeneralRe: Speed up code Pin
Gerry Schmitz19-Apr-16 4:58
mveGerry Schmitz19-Apr-16 4:58 
AnswerRe: Speed up code Pin
Patrice T9-Apr-16 0:01
mvePatrice T9-Apr-16 0:01 
GeneralRe: Speed up code Pin
GrooverFromHolland9-Apr-16 1:56
GrooverFromHolland9-Apr-16 1:56 
GeneralRe: Speed up code Pin
Patrice T9-Apr-16 5:09
mvePatrice T9-Apr-16 5:09 
Question.NET Remoting connection timing out after many invocations Pin
RichardGrimmer7-Apr-16 20:30
RichardGrimmer7-Apr-16 20:30 
AnswerRe: .NET Remoting connection timing out after many invocations Pin
Richard Andrew x648-Apr-16 3:42
professionalRichard Andrew x648-Apr-16 3:42 
AnswerRe: .NET Remoting connection timing out after many invocations Pin
Dikshitar V.9-Apr-16 10:23
Dikshitar V.9-Apr-16 10:23 
QuestionLocal Service to monitor a folder on desktop Pin
Blubbo7-Apr-16 9:40
Blubbo7-Apr-16 9:40 
I am currently working on monitoring the folder on desktop. When the hex data files are dragged into the "Monitored" folder, it would automatically start to analyze the hex files and create the interpreted files into other folder.

I have created the Local Service process "Interpreter Service". The thing is that when I started the service then it abruptly stopped running. Upon checking Event Viewer, it reported the error:

Service cannot be started. System.ArgumentException: The directory name C:\Users\RBWorkstation\Desktop\Monitored Folder\ is invalid.
at System.IO.FileSystemWatcher.set_Path(String value)
at InterpreterService.UM_InterpreterService.OnStart(String[] args)
at System.ServiceProcess.ServiceBase.ServiceQueuedMainCallback(Object state)

The folder is right on my desktop! So anyone have any suggestion on how to fix this so this service can find the folder?

Thanks!
~ Ron Boucher

AnswerRe: Local Service to monitor a folder on desktop Pin
Richard Deeming7-Apr-16 10:25
mveRichard Deeming7-Apr-16 10:25 
GeneralRe: Local Service to monitor a folder on desktop Pin
Blubbo8-Apr-16 1:26
Blubbo8-Apr-16 1:26 
GeneralRe: Local Service to monitor a folder on desktop Pin
Richard Deeming8-Apr-16 1:46
mveRichard Deeming8-Apr-16 1:46 
GeneralRe: Local Service to monitor a folder on desktop Pin
Blubbo8-Apr-16 2:50
Blubbo8-Apr-16 2:50 
GeneralRe: Local Service to monitor a folder on desktop Pin
Eddy Vluggen8-Apr-16 2:57
professionalEddy Vluggen8-Apr-16 2:57 
GeneralRe: Local Service to monitor a folder on desktop Pin
Richard Deeming8-Apr-16 3:00
mveRichard Deeming8-Apr-16 3:00 
AnswerRe: Local Service to monitor a folder on desktop Pin
Rahul Hanumant Chavan8-Apr-16 21:38
professionalRahul Hanumant Chavan8-Apr-16 21:38 
Generalwhat is c# Pin
Member 124355267-Apr-16 9:03
Member 124355267-Apr-16 9:03 
AnswerRe: what is c# Pin
Sascha Lefèvre7-Apr-16 9:15
professionalSascha Lefèvre7-Apr-16 9:15 
GeneralRe: what is c# Pin
Ratul Thakur8-Apr-16 7:09
Ratul Thakur8-Apr-16 7:09 
GeneralRe: what is c# Pin
Sascha Lefèvre8-Apr-16 21:32
professionalSascha Lefèvre8-Apr-16 21:32 
GeneralRe: what is c# PinPopular
Pete O'Hanlon7-Apr-16 11:45
mvePete O'Hanlon7-Apr-16 11:45 
GeneralRe: what is c# Pin
Mycroft Holmes7-Apr-16 14:11
professionalMycroft Holmes7-Apr-16 14:11 
GeneralRe: what is c# Pin
Luc Pattyn7-Apr-16 22:06
sitebuilderLuc Pattyn7-Apr-16 22:06 
GeneralRe: what is c# Pin
Ratul Thakur8-Apr-16 7:06
Ratul Thakur8-Apr-16 7:06 
GeneralRe: what is c# Pin
John C Rayan7-Apr-16 23:43
professionalJohn C Rayan7-Apr-16 23:43 
AnswerRe: what is c# Pin
V.8-Apr-16 2:54
professionalV.8-Apr-16 2:54 

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.