M
MPS35
I am using the FileSystemWatcher in our product to watch for file creations,
changes, and deletions and updating the UI of our product based on those
notifications. I have a customer that is not seeing his UI update and I
have traced it to not getting the notifications from the FileSystemWatcher.
I even had him run a test using sample code pulled from MSDN to verify that
we should be getting notifications, and that nothing with our product was
inhibiting this. He has tried this on two computers. On the first computer
(XP Pro SP1), we will call this computer A, he is having problem described
above, if the files are located on a network server (SBS 2000). On computer
A, the customer seems to have no problems if the files are local. I had him
install and test on another computer. We will call this second computer,
computer B. On computer B (XP Pro SP2), using the same network server,
share, and files that wouldn't work with computer A all seems to work
without incident. In-house, we were able to somewhat reproduce this, but
only with Windows 2000 installed on Virtual PC. In that Virtual PC we got
some notifications but very few. If we ran the same tests on the same
computer (XP Pro SP2) that the Virtual PC was being run on, but not using
Virtual PC, we received all the notifications that we should have. Does
anyone have any idea what might be causing this?
MPS35
changes, and deletions and updating the UI of our product based on those
notifications. I have a customer that is not seeing his UI update and I
have traced it to not getting the notifications from the FileSystemWatcher.
I even had him run a test using sample code pulled from MSDN to verify that
we should be getting notifications, and that nothing with our product was
inhibiting this. He has tried this on two computers. On the first computer
(XP Pro SP1), we will call this computer A, he is having problem described
above, if the files are located on a network server (SBS 2000). On computer
A, the customer seems to have no problems if the files are local. I had him
install and test on another computer. We will call this second computer,
computer B. On computer B (XP Pro SP2), using the same network server,
share, and files that wouldn't work with computer A all seems to work
without incident. In-house, we were able to somewhat reproduce this, but
only with Windows 2000 installed on Virtual PC. In that Virtual PC we got
some notifications but very few. If we ran the same tests on the same
computer (XP Pro SP2) that the Virtual PC was being run on, but not using
Virtual PC, we received all the notifications that we should have. Does
anyone have any idea what might be causing this?
MPS35