简体   繁体   English

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

[英]AJAX Slideshow ASP.NET MVC 2 >> ToolkitScriptManager.cs Not Found!

I'm trying to implement an AJAX Slideshow within an ASP.NET MVC 2 application.我正在尝试在 ASP.NET MVC 2 应用程序中实现 AJAX 幻灯片。 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')这是我使用 AJAX 幻灯片运行.aspx 页面时出现的错误是:(对不起,它是意大利语……'Ricerca di' 的意思是'搜索','non eseste' 的意思是'未找到')

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.似乎编译器正在用户文件夹中寻找ToolkitScriptManager.cs ??,注意我从 codeplex 下载了 AJAX 控制工具箱。 pointing to the .NET 3,5 version, and I added the reference to the AjaxControlToolbox.dll .指向 .NET 3,5 版本,我添加了对AjaxControlToolbox.dll的引用。

Any suggestion?有什么建议吗? How can I handle this error?我该如何处理这个错误?

Thanks, Marco谢谢,马可

This link, Using the Ajax control toolbox with jQuery (and ASP.NET MVC) , might give you some insight in how to solve your problem.此链接将 Ajax 控制工具箱与 jQuery(和 ASP.NET MVC)一起使用,可能会让您对如何解决问题有所了解。 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.通过阅读本文,您似乎需要使用仅脚本文件来控制工具包,以使 MVC 框架能够正常工作。

I also found that Stephen Walther has a couple of articles on how to use the Ajax Control Toolkit with asp.net MVC.我还发现 Stephen Walther 有几篇关于如何将 Ajax 控制工具包与 asp.net MVC 一起使用的文章。

Good luck and hope this information helps you some.祝你好运,希望这些信息对你有所帮助。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM