AJAX 幻灯片 ASP.NET MVC 2>> ToolkitScriptManager.cs 未找到!

发布于 2024-11-24 08:33:32 字数 1260 浏览 3 评论 0 原文

我正在尝试在 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 的引用。

有什么建议吗?我该如何处理这个错误?

谢谢, 马可

I'm trying to implement an AJAX Slideshow within an ASP.NET MVC 2 application.
This is the error I get running the .aspx page with the AJAX slideshow is:
(sorry it is in Italian... 'Ricerca di' means 'Search for', 'non esiste' means 'Not Found')

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.

It seems that the compiler is looking for ToolkitScriptManager.cs in a user folder?!?
Note that I downloaded the AJAX control toolbox from codeplex, pointing to the .NET 3.5 version, and I added the reference to the AjaxControlToolbox.dll.

Any suggestion? How can I handle this error?

Thanks,
Marco

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

蓝梦月影 2024-12-01 08:33:32

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文