Products » Support Forums 

Support Forums

HomeHomeDotNetNuke Modu...DotNetNuke Modu...Url MasterUrl MasterTroubleshooting Url Master InstallationsTroubleshooting Url Master Installations
Previous
 
Next
New Post
9/16/2010 12:53 AM
 

The 'control with ID 'updPanelTestUrls'' error is generally because the DNN installatin AJAX is either not enabled, or not operating correctly.

You must have AJAX enabled on the site in order to run the module.

This is done by going into the Host->Host Settings page. Under 'Advanced Settings', 'Other Settings', ensure the 'Enable AJAX' checkbox is checked. Update the settings and the two pages should work OK.

 
New Post
9/16/2010 1:49 AM
 

With regards to the script manager issue - please see this blog post as well, and see if that helps:

http://www.dotnetnuke.com/Community/B...

The Url Master module is compiled to a target .NET environment of 2.0

 
New Post
9/17/2010 1:27 PM
 

I have added the code below to my web.config but I have the same issue. I'm really a rookie at all this but I would love some help:

<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<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>
</assemblyBinding>
</runtime>

Any other thoughts?

 
New Post
9/19/2010 2:43 AM
 

Can you tell me the versions that you have of the following:

-.NET framework (as configured in your IIS settings)

-if there is a system.web.extensions.dll in your \bin directory, what the file/product version of that file is

-dnn version

I need to try and recreate this issue so I can work out a fix. To do this I need to try and replicate your setup as closely as possible.

 
New Post
9/21/2010 6:44 PM
 
Bruce Chapman wrote:

Can you tell me the versions that you have of the following:

-.NET framework (as configured in your IIS settings)

-if there is a system.web.extensions.dll in your \bin directory, what the file/product version of that file is

-dnn version

I need to try and recreate this issue so I can work out a fix. To do this I need to try and replicate your setup as closely as possible.

----------------------------------

Bruce,

The version of the .NET framework is 2.050727
The system.web.extensions.dll file/product version is 1.0.61231.0
The DNN version is 4.9.5

Let me know if you need anything else.

 
Previous
 
Next
HomeHomeDotNetNuke Modu...DotNetNuke Modu...Url MasterUrl MasterTroubleshooting Url Master InstallationsTroubleshooting Url Master Installations


Support Guidelines.. Please read before posting

To get support on iFinity products and services, please search the forums for the the answer to the problem you are seeking. If you cannot find a solution, post a question in the relevant forum.   Ensure that you specify the relevant versions of the problem, and the actual error message or a detailed description of the problem.    You will need to register with this site to post on the forum.  If you have a Microsoft Live (Hotmail/Passport) account you can use that.  If you have a Open Id account you can use that.  If you neither of these, you will need to register a user Id and password.

Please note : If you are posting a new thread for the Url Master module, please include the following information where applicable:

- Url Master version

- DotNetNuke version

- Example Url where possible

- If there is an error, please post the full error text and/or stack trace (from the DotNetNuke event log).