Click here to Skip to main content
15,886,963 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
Generalnet send HELP!! Pin
Kevinh77773-Dec-04 15:58
Kevinh77773-Dec-04 15:58 
General.net problem Pin
tom_dx3-Dec-04 14:03
tom_dx3-Dec-04 14:03 
GeneralRe: .net problem Pin
Florent Geffroy9-Dec-04 0:04
Florent Geffroy9-Dec-04 0:04 
GeneralHTTPHandler to create & write files Pin
shefali_sinha3-Dec-04 11:37
shefali_sinha3-Dec-04 11:37 
GeneralWebService.NET Pin
Anonymous3-Dec-04 6:27
Anonymous3-Dec-04 6:27 
GeneralRe: WebService.NET Pin
Dave Kreskowiak3-Dec-04 7:05
mveDave Kreskowiak3-Dec-04 7:05 
GeneralAdding Custom Options Tab in Ms Word using Add-Ins Pin
! - - < NEO > - - !2-Dec-04 20:04
suss! - - < NEO > - - !2-Dec-04 20:04 
GeneralFileSystemWatcher inconsistency, HELP!!! Pin
Alex (MCP)29-Nov-04 10:46
sussAlex (MCP)29-Nov-04 10:46 
Hi! As many on these forums I'm using a familiar scenario for
FileSystemWatcher where it's sitting in Windows Service (written in Vb.net)
and watches for some files either on local or remote machines to arrive and
to be processed. First off quick overview of how my app works. Windows
service polls SQL database for files/locations to watch and perform certain
actions when those files arrive. For each of the rows in the SQL db I create
a new instance of FileSystemWatcher with all properties set accordingly. I
then add this instance to a global hashtable declared on the service level.
When the event fires (I now watch for OnChanged/OnCreated events) I compare
the source object that fired with what's stored in hashtable and if one is
found I perform the actions associated with that filesystemwatcher object.
Thus far in my testing I have not dealt with more than 8 files that might or
might not be created at the same time, but it seems that for some reason my
FSW objects randomly skip/ignore the files that are being written without
throwing any errors. The weird thing is that sometimes it can process the
file that it ignored 2 hours later or if I monitor the transaction and see
that it did not pick up the file that I know it was watching I just copy and
paste same file in the same dir and it then picked up by filewatcher. I have
read a lot of posts on this subject and everything points to the buffer
overflow issue where FSW skips the calls when too many events are raised.
But I'm only watchin so few files so I'm not sure why this would be
happening. I also tried increaseing the buffer 4 fold which did not help
(the default is 4k). I'm now attempting to increase it by 8, but I don't
think that's a good solution. Any suggestions as to how I can make sure FSW
is consistently picking up the files would be greatly appreciated.

GeneralJava Access Bridge in .Net PinPopular
ganeshvijay28-Nov-04 17:05
ganeshvijay28-Nov-04 17:05 
Generalaccessing data from a table with a relationship Pin
deepamks26-Nov-04 20:38
deepamks26-Nov-04 20:38 
GeneralRe: accessing data from a table with a relationship Pin
hermitbluedog10-Dec-04 22:29
hermitbluedog10-Dec-04 22:29 
GeneralThreads and Appdomains Pin
F.D.I26-Nov-04 3:45
F.D.I26-Nov-04 3:45 
GeneralExtracting a digital certificate from a file. Pin
sillypuppy26-Nov-04 0:01
sillypuppy26-Nov-04 0:01 
General.net datagrid column editing Pin
sxsunda25-Nov-04 19:06
susssxsunda25-Nov-04 19:06 
GeneralRequested Registry Access is Not Allowed Pin
KreativeKai24-Nov-04 9:07
professionalKreativeKai24-Nov-04 9:07 
GeneralRe: Requested Registry Access is Not Allowed Pin
The Man from U.N.C.L.E.2-Dec-04 1:46
The Man from U.N.C.L.E.2-Dec-04 1:46 
GeneralRe: Requested Registry Access is Not Allowed Pin
KreativeKai2-Dec-04 2:40
professionalKreativeKai2-Dec-04 2:40 
GeneralRe: Requested Registry Access is Not Allowed Pin
The Man from U.N.C.L.E.2-Dec-04 3:13
The Man from U.N.C.L.E.2-Dec-04 3:13 
GeneralRe: Requested Registry Access is Not Allowed Pin
The Man from U.N.C.L.E.2-Dec-04 22:37
The Man from U.N.C.L.E.2-Dec-04 22:37 
GeneralRe: Requested Registry Access is Not Allowed Pin
The Man from U.N.C.L.E.2-Dec-04 23:47
The Man from U.N.C.L.E.2-Dec-04 23:47 
GeneralRe: Requested Registry Access is Not Allowed Pin
KreativeKai9-Dec-04 8:09
professionalKreativeKai9-Dec-04 8:09 
GeneralOleDbDataReader + Excel Pin
dvd0024-Nov-04 4:49
dvd0024-Nov-04 4:49 
QuestionGlobal CBT in .NET? Pin
Hadi Fakhreddine23-Nov-04 22:57
Hadi Fakhreddine23-Nov-04 22:57 
GeneralChanging URI's dynamically for web service clients Pin
burrifro7923-Nov-04 15:36
burrifro7923-Nov-04 15:36 
GeneralLotus NOtes Pin
rogerruiz23-Nov-04 10:01
rogerruiz23-Nov-04 10:01 

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.