AJAX 幻灯片 ASP.NET MVC 2>> ToolkitScriptManager.cs 未找到!
我正在尝试在 ASP.NET MVC 2 应用程序中实现 AJAX 幻灯片。 这是我运行带有 AJAX 幻灯片的 .aspx 页面时遇到的错误: (抱歉,这是意大利语...“Ricerca di”的意思是“搜索”,“non esiste”的意思是“未找到”)
Individuazione origine di 'C:\Users\Stephen\Downloads\ajaxcontroltoolkit-a497357d78ce\AjaxControlToolkit_a497357d78ce\Server\AjaxControlToolkit\ToolkitScriptManager\ToolkitScriptManager.cs'. Checksum: MD5 {c1 d2 e2 8c cd 4b 65 11 35 53 7f f5 e3 3b 76 58}
Il file 'C:\Users\Stephen\Downloads\ajaxcontroltoolkit-a497357d78ce\AjaxControlToolkit_a497357d78ce\Server\AjaxControlToolkit\ToolkitScriptManager\ToolkitScriptManager.cs' non esiste.
Ricerca di 'C:\Users\Stephen\Downloads\ajaxcontroltoolkit-a497357d78ce\AjaxControlToolkit_a497357d78ce\Server\AjaxControlToolkit\ToolkitScriptManager\ToolkitScriptManager.cs' nei documenti di script...
Ricerca di 'C:\Users\Stephen\Downloads\ajaxcontroltoolkit-a497357d78ce\AjaxControlToolkit_a497357d78ce\Server\AjaxControlToolkit\ToolkitScriptManager\ToolkitScriptManager.cs' nei progetti.
Il file non è stato trovato in un progetto. >> File not Found.
编译器似乎正在用户中寻找 ToolkitScriptManager.cs
文件夹?!?
请注意,我从 codeplex 下载了 AJAX 控件工具箱,指向 .NET 3.5 版本,并添加了对 AjaxControlToolbox.dll
的引用。
有什么建议吗?我该如何处理这个错误?
谢谢, 马可
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
此链接,结合使用 Ajax 控件工具箱和 jQuery(和 ASP.NET MVC),可能会给您一些关于如何解决问题的见解。通过阅读本文,您似乎可能需要使用 仅脚本文件使事情能够与 MVC 框架配合使用的控制工具包。
我还发现 Stephen Walther 有几个 关于 href="http://stephenwalther.com/blog/archive/2008/08/24/asp-net-mvc-tip-37-create-an-auto-complete-text-field.aspx" rel="nofollow" >如何将 Ajax 控制工具包与 asp.net MVC 结合使用。
祝你好运,希望这些信息对你有所帮助。
This link, Using the Ajax control toolbox with jQuery (and ASP.NET MVC), might give you some insight in how to solve your problem. From reading through the article, it seems that you might need to use the script only files for the control toolkit to make things work out with the MVC framework.
I also found that Stephen Walther has a couple of articles on how to use the Ajax Control Toolkit with asp.net MVC.
Good luck and hope this information helps you some.