The type or namespace name 'AjaxControlToolkit' could not be found in the global namespace (are you missing an assembly reference?

0

I have a problem when publishing or compiling the project, the following error appears:

  

The type or namespace name 'AjaxControlToolkit' could not be found in   the global namespace (are you missing an assembly reference?

Does anyone know what it's all about? I already installed ASPAJAXExtSetup and nothing.

    
asked by anonymous 15.01.2016 / 21:28

1 answer

0

You need to declare in your configuration:

<packages>
  <package id="AjaxControlToolkit" version="8.0.0.0" targetFramework="net45" />
</packages>
    
15.01.2016 / 21:38