我在一個新項目中使用DevExpress創建了一個窗體名稱「AddProject」。 如果我構建解決方案,我得到以下錯誤:無法在Visual Studio 2008中運行Dev Express窗體
The type or namespace name 'AddProject' could not be found (are you missing a using directive or an assembly reference?)
我也試圖將其在Program.cs中添加爲:
Application.Run(new AddProject());
歡迎StackOverflow上。請編輯您的問題併發布錯誤發生的代碼行和/或位置。 – helb
@helb當我嘗試在Program.cs中添加表單時出現錯誤 – Danyal