Hi,
I wonder if anyone has encountered the following problem?
When building and running in my dev environment, I get an access denied
message on tht ASP.NET file the debugger is trying to open. If I simply
break and run again, the application runs okay. This happens reliably every
other time, and happens once per page I am viewing. So, if I am trying to
test a page that is, say, 3 navigation clicks into the site, I will have to
run it 4 times (3 failures getting a page further each time then finally one
success). This is obviously extremely annoying, though it doesn't actually
stop development.
My OS is XP Pro SP2 and my Visual Studio version is 2003 Enterprise Architect.
Any help would be very much appreciated.
-Patrick
Paul Czywczynski - 15 May 2006 15:48 GMT
> Hi,
>
[quoted text clipped - 15 lines]
>
> -Patrick
This is probably caused by the Index Service. You can either disable it completely
or set the Index Service to exclude the "<%win_root%>\Microsoft.NET\Framework\v1.1.4322\Temporary
ASP.NET Files" directory.
-Paul
Patrick - 16 May 2006 08:56 GMT
Thanks for that, Paul. Unfortunately, it did not fix the problem.
-Patrick
> > Hi,
> >
[quoted text clipped - 21 lines]
>
> -Paul
Patrick - 16 May 2006 08:58 GMT
Thanks for that, Paul. Unfortunately, it did not fix the problem.
-Patrick
> > Hi,
> >
[quoted text clipped - 21 lines]
>
> -Paul