I've downloaded the 15.1 Installer and have followed the "upgrade instructions". I had to manually copy the AjaxControlToolkit.dll to my /bin folder and have added it as a reference.
When I try to build the package or run it to debug I keep receiving.
The type or namespace name 'ScriptManager' does not exist in the namespace 'AjaxControlToolkit' (are you missing an assembly reference?)
I've tried
1. Adding the assembly into the web.config.
2. Cleaning the Project.
Unsure what else to try. The reference has the correct version number.
Comments: ScriptManager is not a part of the AjaxControlToolkit assembly. Would you please provide sample markup or the entire project?
When I try to build the package or run it to debug I keep receiving.
The type or namespace name 'ScriptManager' does not exist in the namespace 'AjaxControlToolkit' (are you missing an assembly reference?)
I've tried
1. Adding the assembly into the web.config.
2. Cleaning the Project.
Unsure what else to try. The reference has the correct version number.
Comments: ScriptManager is not a part of the AjaxControlToolkit assembly. Would you please provide sample markup or the entire project?