I have created a new custom module. In this module I have copied the standard URLControl.ascx that's included in the DotNetNuke project. I modified the namespace for the URLControl to match my project. What I'm needing to do is to modify the URLcontrol so that it displays the file selected if it's an image file.
I can't seem to get it to compile correctly without getting the message "'ClientAPI' is not a member of 'Utilities'".
I've download the latest DotNetNuke.WebControls project, unzipped it, added the WebControls project to the DotNetNuke.sln recompiled everything, deleted the VSWebCache folder, restarted IIS, deleted all the DotNetNuke.WebControls.dll in the entire project, recompiled again, stood on my head, repeated the process, etc.....
Why am I getting this message? In my code when I type DotNetNuke.UI.Utilities. intelesense shows DNNClientAPI but not ClientAPI. What the heck am I doing wrong??
Also, I understand the value of splitting out controls/modules into all these projects, but it would be helpful if all the source was avaiable in a single download with a single .sln file that would allow an easy way to recompile everything.