 |    |  |
 | |  |
 | |  |
 | |  |
 | |  |
 |
|
|
| Method missing in latest WebControls? |
|
|
Hi, I am using DNN 04.03 and am trying to utilise the latest version of the Webcontrols, however when I replace the dll and try and run the site, I get an error. Swapping the original dll back resolves the problem.
The error seems to be coming from the DNNLabelEdit, and the procedure AddAttributesToRender, specifically when calling DotNetNuke.UI.Utilities.ClientAPI.GetCallbackEventReference.
DotNetNuke.Services.Exceptions.PageLoadException: Method not found: 'System.String DotNetNuke.UI.Utilities.ClientAPI.GetCallbackEventReference(System.Web.UI.Control, System.String, System.String, System.String, System.String, System.String, CallBackTypeCode)'. ---> System.MissingMethodException: Method not found: 'System.String DotNetNuke.UI.Utilities.ClientAPI.GetCallbackEventReference(System.Web.UI.Control, System.String, System.String, System.String, System.String, System.String, CallBackTypeCode)'. at DotNetNuke.UI.WebControls.DNNLabelEdit.AddAttributesToRender(HtmlTextWriter writer) at System.Web.UI.WebControls.WebControl.RenderBeginTag(HtmlTextWriter writer) at System.Web.UI.WebControls.WebControl.Render(HtmlTextWriter writer) at DotNetNuke.UI.WebControls.DNNLabelEdit.Render(HtmlTextWriter writer)
Any ideas? I have gone back to basics, and used one of the original skins supplied, but I still get the problem? |
|
|
|
 |  |
|
|
| Re: Method missing in latest WebControls? |
|
|
|
|
 |  |
|
|
| Re: Method missing in latest WebControls? |
|
|
I've checked the webutility.dll, and it's version 3.2.0.0, which is the same version that is packaged in the 04.05.05 upgrade zip for DNN. I've tried searching for a specific downloads page for the ClientAPI, but have not succeeded.
Jon, have you got any further ideas as to what I can do, or where I can download the latest version of the ClientAPI?
Thanks in advance! |
|
|
|
 |  |
|
|
| Re: Method missing in latest WebControls? |
|
|
Apologies for the last post about the webutility.dll version. I have just copied the 'latest' dll into the bin directory, and hey presto, it worked.
Thanks again. |
|
|
|
 |  |
|
|
| Re: Method missing in latest WebControls? |
|
|
Guys, I have a similar issue with the Webcontrols not working.
When I open one of my modules that us the DnnTree, it shows a "placeholder" with and Unknown Server tag err.
When I delete that "place holder" and drop the Dnntree into the module from the toolbox, I get the following msgBox: "control cannot be created because visual studio cannot find the control's type in the control assembly"
So, what is going on?
I'm running DNN 4.5.1 and just downloaded and installed the latest Webcontrols.
ANY advice? Should I use the Treeview that is now in Visual Studio? I can easlily swap 'em out and amend the module.
thanks |
|
|
|
|  |
 | |  |
 | |  |
 | |  |
|