To all, thank you for your assistance:
I have a DNN Module project in Web Developer Express that was started with the Chris Hammond template. Per the instructions in the tutorial, I installed the Debug version of the package into my Development website in the following location for development purposes:
C:\inetpub\wwwroot\DotNetNuke\DesktopModules\FileUploader\
I would like to know why, when I open the project "FileUploader" directly in Web Dev Express and open the "View.ascx" file, the Ajax Control Toolkit items in my toolbox are disabled, grayed out?
But when I open the website:
http://localhost/DotNetNuke , and I open the "DesktopModules/FileUploader/View.ascx" file from within the website the Ajax Control Toolkit is available to me. Why?
I would like to develop within the MODULE project, NOT the local website directly. Do I have a reference missing somewhere?
Thank you.
Elgin