开发者

Visual studio has gone crazy trying to create files

开发者 https://www.devze.com 2022-12-22 13:32 出处:网络
I downloaded Process Monitor and began monitoring my project directory that I am writing code in. I see endless entries every couple seconds of:

I downloaded Process Monitor and began monitoring my project directory that I am writing code in.

I see endless entries every couple seconds of:

Operation: Create File
C:\Inetpub\wwwroot\csharp
C:\Inetpub\wwwroot\code
C:\Inetpub\wwwroot\web

and so on for the rest of the templates

Then it says the result is PATH NOT FOUND.

What is happening? Has Visual S开发者_JS百科tudio GONE CRAZY?!?!?!?!?!?!?!


My guess is, background compiling and intellisense creation. Looking for any new files.

0

精彩评论

暂无评论...
验证码 换一张
取 消