The type or namespace name 'Ajaxcontroltoolkit' could not be found in the global namespace (are you Missing an Assembly Reference?

Asked

Viewed 362 times

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 this is about? I’ve installed ASPAJAXExtSetup and nothing.

1 answer

0

You need to declare in your configuration:

<packages>
  <package id="AjaxControlToolkit" version="8.0.0.0" targetFramework="net45" />
</packages>

Browser other questions tagged

You are not signed in. Login or sign up in order to post.