Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我一直试图让这个 asp.net 2.0 应用程序启动并运行,但收效甚微。我删除了所有引用并再次添加了 ajax 控件工具包,但仍然收到“未指定 ToolScriptManager:ID 属性”。
http://www.naeem.sarfraz.name/image001.jpg
检查项目中的AjaxControlToolkit 参考。如果 AjaxControlToolkit 不在全局程序集缓存 (C:\Windows\assembly) 中,则必须设置“复制本地”属性。然后 dll 将被复制到执行您的网站/网络应用程序期间需要的二进制文件夹中。