我在使用新的ASP.NET Core MVC时遇到问题。我创建一个空项目或使用Web应用程序模板。每次我在Visual Studio 2015文件浏览器中保存对任何文件的更改时,或者每次使用或不使用调试启动应用程序时,都会弹出IIS错误:
"您的应用程序中发生了未处理的异常:目录 名称C:\ Users \ COMPUTERNAME = ZENBOOK无效"。
这条路可以是什么?从未在任何可能触发此类事件的设置中更改任何内容。
错误的其余部分:
************** Exception Text **************
System.ArgumentException: The directory name C:\Users\vouCOMPUTERNAME=ZENBOOK\ is invalid.
at System.IO.FileSystemWatcher.set_Path(String value)
at Microsoft.IisExpress.SysTray.TrayAppHiddenForm.TrayAppHiddenForm_Load(Object sender, EventArgs e)
at System.Windows.Forms.Form.OnLoad(EventArgs e)
at System.Windows.Forms.Form.OnCreateControl()
at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
at System.Windows.Forms.Control.CreateControl()
at System.Windows.Forms.Control.WmShowWindow(Message& m)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
at System.Windows.Forms.Form.WmShowWindow(Message& m)
at System.Windows.Forms.Form.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
任何刷新都会使网站呈现得很好。但是这个错误一直出现在两台不同的机器上。但是,MVC 4项目从未发生过......但是,我的朋友对ASP.NET Core MVC没有任何类似的问题。
我觉得它可能与环境变量有关,但我检查过,它们似乎没问题。任何想法都表示赞赏。
答案 0 :(得分:0)
" Zenbook"用户名对你有意义吗?是你吗?
此外,堆栈跟踪描述了执行Windows窗体代码时的问题。你有什么理由使用其中任何一个吗? 检查你的设计,因为这没有意义,至少对于一个不了解你的应用程序的人来说。