The type or namespace name 'AjaxControlToolkit' could not be found in the global namespace
Hi On3_Cool,
on3_cool:I need heap of helps on AJAX Framwork 3.5.
I just Installed Visual Studio 2008 and AJAX Control ToolKit for Ms Framework 3.5 - 11119I've got Error Message (below) when i create Accordion AJAX Control Kit.
Error 1 The type or namespace name 'AjaxControlToolkit' could not be found in the global namespace (are you missing an assembly reference?)
I've included the AjaxControlKit.dll in my Bin folder. I've added the <%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="cc1" %>
at the top of the page. i've created the Ajax Control Kit. but still facing this problem.I've got a warning : Generation of designer file failed, unknown tag ... on my textboxWatermarkextender. but strangely when i run the project, the target textbox runs properly.
anyone have any experienced ?
It is recommended to add reference to the AjaxControlToolkit.dll(right click on the bin directory, and choose "Add Reference"), and then AjaxControlToolkit.dll will be added to the bin directory automatically.
Also you can register AjaxControlToolkit on the web.config. You can use template to create an Ajax Control Toolkit enabled website.
For your second question, please send private messages to the website moderators. Thanks for understanding.
If you have more questions , please feel free to let me know.
Best regards,
Jonathan
Microsoft Online Community Support
Please remember to mark the replies as answers if they help and unmark them if they provide no help.
作者:许强1. 本博客中的文章均是个人在学习和项目开发中总结。其中难免存在不足之处 ,欢迎留言指正。 2. 本文版权归作者和博客园共有,转载时,请保留本文链接。