我剛開始使用ajax控件工具包...我已經安裝了AjaxControlToolkit.Binary.NET35
,並且在Visual Studio 2008中創建了一個名爲ajax控件工具包的選項卡。我的問題是我剛剛放置了tabcontainer
以我的形式。當我運行該程序,我得到以下錯誤:ajax控件工具包找不到資源
"Could not find any resources appropriate for the specified culture or the neutral culture. Make sure "AjaxControlToolkit.Properties.Resources.resources" was correctly embedded or linked into assembly "AjaxControlToolkit" at compile time, or that all the satellite assemblies required are loadable and fully signed."
我已經下載了ajaxcontrol
工具包在我的驅動器&不是在C:這有什麼問題? 有沒有這個想法
在此先感謝。
您能解釋更多答案嗎? – Zulu
對此我不太瞭解,但我不得不使用一些Ajax工具包控件來完成作業 只需將ToolkitScriptManager控件放置在與其他Ajax Toolkit控件相同的工具選項卡中即可找到你的形式。以下所有Ajax Toolkit控件都應該可以工作。 – WillyPluto