I added the ModalPopupExtender to an existing ASP.NET application. At runtime I get the following error
Compilation Error Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.
Compiler Error Message: BC32206: Indirect reference is being made to assembly System.Web.Extensions version 3.5.0.0, which contains 'AjaxControlToolkit.ModalPopupExtender'. This Project references a prior version of System.Web.Extensions version 1.0.61025.0. To use 'AjaxControlToolkit.ModalPopupExtender', you must replace the reference to System.Web.Extensions with version 3.5.0.0 or higher.
Source Error:
Line 29:
Line 30:
Line 31:
How do I fix this.