幫同事解決問題的紀錄
錯誤訊息
編譯器錯誤訊息: CS0246: The type or namespace name 'foo' could not be found (are you missing a using directive or an assembly reference?)
原始程式檔: C:\Users\sam.lin\AppData\Local\Temp\Temporary ASP.NET Files\vs\2abd60e8\734e174f\App_Web_index.cshtml.a8d08dba._lf0qgp5.0.cs 行: 29
原因
因為在Views\Web.config 多加了一個不存在的<add namespace="foo" />
執行的時候就會出現錯誤訊息
如果內容有誤請多鞭策謝謝