VS 2008 中未显示 ASP.NET AJAX 控制工具包
我已经下载了 AJAX 控制工具包。我在 VS 2008 (SP1) 工具箱中创建了一个新选项卡,添加了 AjaxControlToolkit.dll 中的控件,一切顺利。当我删除工具箱并尝试执行与上述相同的步骤时,它不再起作用。
也就是说,在“选择项目”显示的窗口中,控件不会像以前一样自动添加到列表中。
我应该怎么办?
I have downloaded the AJAX Control Toolkit. I created a new tab in VS 2008 (SP1) toolbox, added the controls from the AjaxControlToolkit.dll, everything went fine. When I removed the toolbox and tried to perform the same steps as above, it didn't work anymore.
That is, in the window shown for the "Choose items", the controls aren't automatically added to the list, as before.
What should I do?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
解决了..重新启动机器解决了问题;也许在此之前发出“devenv /resetsettings”会有帮助。
Solved.. a restart of the machine solved the problem; maybe issuing "devenv /resetsettings" before that was of help.