How to build library from source (ajax control toolkit)

Posted by maxp on Stack Overflow See other posts from Stack Overflow or by maxp
Published on 2010-04-09T08:44:00Z Indexed on 2010/04/13 0:13 UTC
Read the original article Hit count: 638

Filed under:
|

The latest version of Microsoft's ajax library is only available as source code (not a dll).

It can be downloaded here: http://ajax.codeplex.com/sourcecontrol/network/Show?projectName=Ajax&changeSetId=49157

Does anyone know how i can actually go about building this into a library like the older (buggy) version?

All of the sln files throw errors in visual studio, and after trying to copy the contents of Server\AjaxControlToolkit into a class library im now getting the error

Could not find any resources appropriate for the specified culture or the neutral culture. 

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about ajaxcontroltoolkit