天天看點

"Error Creating Control" when creating a custom control

如果你在建立ASP.NET的Server Control 是遇到報錯:

"Error Creating Control" when creating a custom control

原因是 ToolboxData 中繼資料中的控件名稱和控件的類(class)名不同,改為相同即可解決問題。

繼續閱讀