HighTechTalks DotNet Forums  

Visual Studio file monitoring

ASP.net ASP.net discussions (microsoft.public.dotnet.framework.aspnet)


Discuss Visual Studio file monitoring in the ASP.net forum.



Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old   
mr t
 
Posts: n/a

Default Visual Studio file monitoring - 12-20-2007 , 01:12 AM






Is there anyway to turn off visual studio file monitoring? It is
interfering with my web application debugging. here is a problem:

sometimes, BUT NOT ALL THE TIMES, when I create a directory using
system.io.directory.create , in a web application, when i call
system.io.directory.delete(filename, true), an exception is thrown
that the directory is not empty. notice that I have added 'true' for
recursive delete.

when I close visual studio 2005 completely, the directory is
completely deleted, as if the delete command issued before was on
hold. this of course happens sporadically.

some times, when I delete the directory manually, visual studio 2005,
comes up with error: "Unable to start file monitoring c:
\directorypath, etc..."

I am not using integrated visual studio web server, I am using IIS5.
how do i turn off file monitoring for visual studio so it only deals
with the files that I add through the IDE, not all the files in the
website path? because all the files under the root directory really do
not necessarily need to be included in the project. thanks in advance.

Reply With Quote
Reply




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.