Registrarse | Entrar
martes, 22 de mayo de 2012
  Buscar
 Foros de discusión en Locopon's Minimizar
 
Forum / ForosForum / ForosModules/ModulosModules/ModulosDSLocalizatorDSLocalizatordslocalizator and update panelsdslocalizator and update panels
Anterior Anterior
 
Siguiente Siguiente
New Post
 16/10/2007 05:44 a.m.
 
dslocalizator and update panels  (United States)

I get constent errors when modules do call back related to the httpmodule using response.write and if I remove the hack the errors stop
i am using dnn 04.05.01

and version 01.00.23 of your module

the error during update panel update is

sys.webforms.pagerequestmanagerparsererrorexception .........

New Post
 16/10/2007 06:39 a.m.
 

Please post your complete error message.

I maintain an intranet made with really big modules. Each module has more than 500 .ascx and all includes infragistics controls and asp.net AJAX (also some .ascx use anthem dotnet)

All is implemented with full ajax support and I use update panels everywhere.

Please list the engines (DSLocalizator, httphandlers, etc) installed in your DNN instance. Also, list the modules used in the page giving this error.

New Post
 21/10/2007 12:30 a.m.
 

The Error message is a javascript dialog box with this in it.

Sys.WebForms.PageRequestManagerParserErrorException: The mesage recieved from the server could not by 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 'r>
   </table></td>
  </tr>
 </table>'.


I am using

DNN  04.05.01
DSLocalizator 01.00.23
Survey Module set to partial render..  or a Custom module that uses Update Panel.
I also use Anthem a lot and there is no error during call backs when using Anthem.


This is a snippet from the web config

 <!-- HttpModules for Common Functionality -->
    <httpModules>
      <!-- add name="Authentication" type="DotNetNuke.HttpModules.AuthenticationModule,

DotNetNuke.HttpModules.Authentication" / -->
      <add name="Compression" type="DotNetNuke.HttpModules.Compression.HttpModule,

DotNetNuke.HttpModules.Compression" />
      <add name="UrlRewrite" type="DotNetNuke.HttpModules.UrlRewriteModule, DotNetNuke.HttpModules.UrlRewrite" />
      <add name="Exception" type="DotNetNuke.HttpModules.ExceptionModule, DotNetNuke.HttpModules.Exception" />
      <add name="UsersOnline" type="DotNetNuke.HttpModules.UsersOnlineModule, DotNetNuke.HttpModules.UsersOnline" />
      <add name="DNNMembership" type="DotNetNuke.HttpModules.DNNMembershipModule,

DotNetNuke.HttpModules.DNNMembership" />
      <add name="Personalization" type="DotNetNuke.HttpModules.PersonalizationModule,

DotNetNuke.HttpModules.Personalization" />
      <add name="ScriptModule" type="System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=1.0.61025.0,

Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
    </httpModules>


Sys.WebForms.PageRequestManagerParserErrorException: The mesage recieved from the server could not by 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 'r>
   </table></td>
  </tr>
 </table>'.

 

 

New Post
 21/10/2007 12:32 a.m.
 

Also the site has text replace set up..

New Post
 21/10/2007 01:18 p.m.
 

Try removing text replacements and whitespace filters for a moment and try again.

 

Anterior Anterior
 
Siguiente Siguiente
Forum / ForosForum / ForosModules/ModulosModules/ModulosDSLocalizatorDSLocalizatordslocalizator and update panelsdslocalizator and update panels