ASP.NET AJAX 1.0 Missing?
Hi!
Could it be that ASP.NET AJAX 1.0 is missing on the environments? (http://www.microsoft.com/en-us/download/details.aspx?id=883)
If that is a correct assumption, we have to include 'System.Web.Extensions' as a local reference. That is fine, but not optimal.
Comments are currently closed for this discussion. You can start a new one.
Keyboard shortcuts
Generic
| ? | Show this help |
|---|---|
| ESC | Blurs the current field |
Comment Form
| r | Focus the comment reply box |
|---|---|
| ^ + ↩ | Submit the comment |
You can use Command ⌘ instead of Control ^ on Mac

Support Staff 1 Posted by Feodor Fitsner on 28 Jul, 2015 06:14 PM
There is no ASP.NET AJAX installed on build worker, because it's supposed to be fetched as a nuget package, no?
2 Posted by Arnold on 28 Jul, 2015 06:28 PM
Thanks for the fast reply!
I don't think (= I did not find) an ASP.NET AJAX 1.0 installation on NuGet.
Official by Microsoft, or by someone else would both be ok (but preferable microsoft of course)
I would love to be prover very wrong here though!
Support Staff 3 Posted by Feodor Fitsner on 28 Jul, 2015 06:34 PM
OK, then you can install it during the build with this simple script:
https://gist.github.com/FeodorFitsner/9ad25a39588c4d6a5183
4 Posted by Arnold on 28 Jul, 2015 06:39 PM
Awesome! thank you very much! You are running a great service.
I use it for my own open source project, and since today, after a successful trial, a company I work with bought a pro license to use AppVeyor with all/most-of their projects to replace TeamCity. With this kind of support and possibilities it's no-brainer for continuous delivery!
Support Staff 5 Posted by Feodor Fitsner on 28 Jul, 2015 06:40 PM
Yeah, sounds great! :)
Ilya Finkelshteyn closed this discussion on 25 Aug, 2018 01:58 AM.