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

HomeHomeUsing DNN Platf...Using DNN Platf...Upgrading DNN P...Upgrading DNN P...after upgrading to DNN 7.4.1, cannot add role on the Permission tab of Edit / Page Settingsafter upgrading to DNN 7.4.1, cannot add role on the Permission tab of Edit / Page Settings
Previous
 
Next
New Post
11/17/2015 1:10 PM
 

So when I'm on a DNN page and I want to add a role to be able to view this page, it's not working.

Choosing a Role and clicking on the Add doesn't work. It's dumping javascript error relating to telerik. Anybody have an idea what this means? I checked the web.config and telerik DLL files and they are correct.

 

Uncaught Sys.WebForms.PageRequestManagerParserErrorException: Sys.WebForms.PageRequestManagerParserErrorException: 

The message received from the server could not be parsed. Common causes for this error are when the response is modified 

by calls to Response.Write(), response filters, HttpModules, or server trace is enabled.

Details: Error parsing near '));

</script>

</div>|0|hiddenField|__E'.

 

https://regdev.lblesd.k12.or.us/Telerik.Web.UI.WebResource.axd?_TSM_HiddenField_=ScriptManager_TSM&compress=1&_TSM_CombinedScripts_=%3b%3bSystem.Web.Extensions%2c+Version%3d4.0.0.0%2c+Culture%3dneutral%2c+PublicKeyToken%3d31bf3856ad364e35%3aen-US%3a47de63c8-89d4-489c-bfde-4185a11627a3%3aea597d4b%3ab25378d2%3bTelerik.Web.UI%2c+Version%3d2013.2.717.40%2c+Culture%3dneutral%2c+PublicKeyToken%3d121fae78165ba3d4%3aen-US%3aa713c6a1-0827-4380-88eb-63855ca4c2d9%3a16e4e7cd%3af7645509%3a24ee1bba%3af46195d3%3a2003d0b8%3a1e771326%3aaa288e2d%3aed16cbdc%3ae524c98b%3a8674cba1%3a7c926187%3aef347303%3a2e42e72a%3ab7778d6c%3ac08e9f8a%3aa51ee93e%3a59462f1


 
New Post
11/17/2015 2:50 PM
 
please check version of your Telerik Library in Host > Extensions.
Did you unblock the downloaded upgrade package (in File Properties), prior to unzipping the files contained?

Cheers from Germany,
Sebastian Leupold

dnnWerk - The DotNetNuke Experts   German Spoken DotNetNuke User Group

Speed up your DNN Websites with TurboDNN
 
New Post
11/18/2015 1:33 PM
 
please check version of your Telerik Library in Host > Extensions. 
In the web. config, I'm seeing this below. I checked the size of the telerik.web.ui.dll and it's the right size of 18,998 KB
<dependentAssembly>
        <assemblyIdentity name="Telerik.Web.UI" publicKeyToken="121fae78165ba3d4" />
        <!--Upgraded by DotNetNuke.Telerik.Web version 6.1.3 - Date: 4/18/2013 1:57:58 PM-->
        <!--<bindingRedirect oldVersion="2008.0.0.0-2020.0.0.0" newVersion="2011.3.1115.35" xmlns="urn:schemas-microsoft-com:asm.v1" />-->
        <!--Upgraded by DotNetNuke.Telerik.Web version 6.2.3 - Date: 8/23/2015 7:41:22 PM-->
        <!--<bindingRedirect oldVersion="2008.0.0.0-2020.0.0.0" newVersion="2011.3.1115.35" xmlns="urn:schemas-microsoft-com:asm.v1" />-->
        <!--Upgraded by DotNetNuke.Telerik.Web version 7.0.0 - Date: 8/24/2015 9:57:53 AM-->
        <!--<bindingRedirect oldVersion="2008.0.0.0-2020.0.0.0" newVersion="2012.2.724.35" xmlns="urn:schemas-microsoft-com:asm.v1" />-->
        <!--Upgraded by DotNetNuke.Telerik.Web version 7.0.6 - Date: 8/24/2015 10:35:27 AM-->
        <!--<bindingRedirect oldVersion="2008.0.0.0-2020.0.0.0" newVersion="2012.3.1016.35" xmlns="urn:schemas-microsoft-com:asm.v1" />-->
        <!--Upgraded by DotNetNuke.Telerik.Web version 7.0.6 - Date: 8/24/2015 10:43:55 AM-->
        <!--<bindingRedirect oldVersion="2008.0.0.0-2020.0.0.0" newVersion="2013.1.403.40" xmlns="urn:schemas-microsoft-com:asm.v1" />-->
        <!--Upgraded by DotNetNuke.Telerik.Web version 7.2.0 - Date: 8/24/2015 10:56:47 AM-->
        <!--<bindingRedirect oldVersion="2008.0.0.0-2020.0.0.0" newVersion="2013.1.403.40" xmlns="urn:schemas-microsoft-com:asm.v1" />-->
        <!--Upgraded by DotNetNuke.Telerik.Web version 7.3.0 - Date: 8/24/2015 11:08:27 AM-->
        <!--<bindingRedirect oldVersion="2008.0.0.0-2020.0.0.0" newVersion="2013.2.717.40" xmlns="urn:schemas-microsoft-com:asm.v1" />-->
        <!--Upgraded by DotNetNuke.Telerik.Web version 7.3.4 - Date: 8/24/2015 11:13:39 AM-->
        <!--<bindingRedirect oldVersion="2008.0.0.0-2020.0.0.0" newVersion="2013.2.717.40" xmlns="urn:schemas-microsoft-com:asm.v1" />-->
        <!--Upgraded by DotNetNuke.Telerik.Web version 7.3.4 - Date: 11/10/2015 4:14:06 PM-->
        <!--<bindingRedirect oldVersion="2008.0.0.0-2020.0.0.0" newVersion="2013.2.717.40" xmlns="urn:schemas-microsoft-com:asm.v1" />-->
        <bindingRedirect oldVersion="2008.0.0.0-2020.0.0.0" newVersion="2013.2.717.40" />
      </dependentAssembly>

Did you unblock the downloaded upgrade package (in File Properties), prior to unzipping the files contained? YES I DID

Any other ideas?

 
New Post
11/19/2015 5:59 PM
 
those are redirects, does it meet currently installed version of Telerik library as target?

Cheers from Germany,
Sebastian Leupold

dnnWerk - The DotNetNuke Experts   German Spoken DotNetNuke User Group

Speed up your DNN Websites with TurboDNN
 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Upgrading DNN P...Upgrading DNN P...after upgrading to DNN 7.4.1, cannot add role on the Permission tab of Edit / Page Settingsafter upgrading to DNN 7.4.1, cannot add role on the Permission tab of Edit / Page Settings


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