剛剛安裝了WebMatrix並將Visual Studio 2012升級到版本4.5.50709 SP1Rel。現在,當我打開我的web應用,我收到了一堆這種類型的錯誤:升級的Visual Studio,現在我得到數百個錯誤
'IIf' is not declared. It may be inaccessible due to its protection level.
'IsNothing' is not declared. It may be inaccessible due to its protection level.
'IsNumeric' is not declared. It may be inaccessible due to its protection level.
我得到這麼多的錯誤,我甚至得到這樣的:
Error 104 Maximum number of errors has been exceeded.
這些是在Microsoft.VisualBasic.dll中找到的方法。檢查項目引用是否仍然有效,或者是否缺少一些使用/導入。 – Steve
我沒有得到有關引用的錯誤(可能是因爲達到最大錯誤) - 我如何檢查我的引用? – Muleskinner
在解決方案資源管理器窗口中展開項目節點,然後展開引用並檢查是否有任何缺失。 (Microsoft.VisualBasic應爲10.0,運行時版本爲v.4.0.30319,特定版本設置爲False) – Steve