Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeDevelopment and...Development and...Building ExtensionsBuilding ExtensionsModulesModulesError with ScriptManager when trying to use Auto Complete ExtenderError with ScriptManager when trying to use Auto Complete Extender
Previous
 
Next
New Post
5/6/2010 6:36 PM
 
Latiful,

I am also trying to get the toolkit to work with DNN, but am having no luck.

I tried to modify the defaul.aspx as you suggest, but when the site fails to load. Well, technically it loads, but DNN just displays the error message "An error has occured."

Do you have any other insites about how you got this to work for you?
 
New Post
5/7/2010 6:50 AM
 
Here we are talking about AJAXToolkit, but I think you are talking about DNN webcontrols.
 
Joe wrote:
Jeff,

I downloaded the source for the webcontrols module at codeplex, but I'm not seeing the autocompleteextender.ascx (or vb).

The zip that I downloaded is v02.02.02.00 is that the correct version?

- Joe

 

 
New Post
5/7/2010 11:09 AM
 
Latiful,

I am talking about the AJAXToolkit. Jeff was suggesting to look at the webcontrols module source code for an example of how to implement an extender from the ajaxtoolkit., but I couldn't find the control in the source code that he was talking about.

I'm really not so interested in the DNN Webcontrols, I'm mostly interested in figuring out how to get ajaxtoolkit to work.

Have you had any luck with this?

- Joe
 
New Post
5/7/2010 1:40 PM
 
I finally resolved the toolkit issue.

As it turns out, I had to install toolkit version 3.0.20229.0, the newer versions don't seem to work for the software versions I'm targetting.

I'm happy for now though.

- Joe
 
New Post
5/7/2010 7:25 PM
 
Yes, I have some luck with that and working fine for me.
If you are using AJAXControlToolkit ver 1.x then it should be straight forward, what is the actual error message you are getting? Log as a host or check event log, it will give you right error message. See steps from below for ver1.x, step3 does not required.

But if you are using AJAXControlToolkit ver 3.x then there is some issue with DNN and below is the work arround:

Steps:
 
1. Download AjaxControlToolkit  dlls and put them into the DNN bin folder. you can download a copy of it from the microsoft site.
 
2. Open your DNN module project and add reference to the above AjaxControlToolkit.dll and build your project (depends on your project setup, your dll will be copied to DNN bin folder). I have noticed following changes in main web.config file
 
<dependentAssembly>
        <assemblyIdentity name="System.Web.Extensions" publicKeyToken="31bf3856ad364e35" />
        <bindingRedirect oldVersion="1.0.0.0-1.1.0.0" newVersion="3.5.0.0" />
      </dependentAssembly>
      <dependentAssembly>
        <assemblyIdentity name="System.Web.Extensions.Design" publicKeyToken="31bf3856ad364e35" />
        <bindingRedirect oldVersion="1.0.0.0-1.1.0.0" newVersion="3.5.0.0" />
      </dependentAssembly>
 
 And  do your normal work like, add usercontrol or extender from toolbar to your module ascx page and write your code behind code ......

3. As DNN is using its own ScriptManager rather than the ToolkitScriptManager, so the work arround for it (not a best option, unless dynamically you can do it from your module code, have not found enough time to play with this):
 
 - open DNN default.aspx page and add following code
<asp:ToolkitScriptManager ID="ToolkitScriptManager1" runat="server">
</asp:ToolkitScriptManager>
 
just after  <dnn:Form id="Form" runat="server" ENCTYPE="multipart/form-data" >
 
4. Delete any web.config from you module folder, which is under "DesktopModules".
5. Open DNN website and load your module, it should work.
 
Hope this helps.
 
Previous
 
Next
HomeHomeDevelopment and...Development and...Building ExtensionsBuilding ExtensionsModulesModulesError with ScriptManager when trying to use Auto Complete ExtenderError with ScriptManager when trying to use Auto Complete Extender


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out