Visual Studio 试图创建文件变得疯狂
我下载了 Process Monitor 并开始监视我正在其中编写代码的项目目录。
每隔几秒我就会看到无尽的条目:
Operation: Create File C:\Inetpub\wwwroot\csharp C:\Inetpub\wwwroot\code C:\Inetpub\wwwroot\web
对于其余模板,依此类推
然后它说结果是 PATH NOT FOUND
。
怎么了? Visual Studio 疯了吗?!?!?!?!?!?!?!
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 Studio GONE CRAZY?!?!?!?!?!?!?!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我的猜测是,后台编译和智能感知创建。寻找任何新文件。
My guess is, background compiling and intellisense creation. Looking for any new files.