Loading...

RE: Discussion View has large blank space under toolbar

RE: Discussion View has large blank space under toolbar

#6584
Anonymous
Anonymous
Participant

Hi ,

System admin has checked the assemblies in your screenshot: they match exactly, with no other DevExpress components installed. 

The 'about' screen on the webpart looks like the attached… no version number, but it is a later date than the version 5.2 we have in our production environment.

We've also compared the web.config files, and there is one difference – your notes specify an older version of the ScriptResource.axd that we have:

Ours:

<add verb="GET,HEAD" path="ScriptResource.axd"

type="System.Web.Handlers.ScriptResourceHandler, System.Web.Extensions,

Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"

validate="false" />

From your notes

> <add verb="GET,HEAD" path="ScriptResource.axd"

>    type="System.Web.Handlers.ScriptResourceHandler,

>    System.Web.Extensions, Version=1.0.61025.0, Culture=neutral,

>    PublicKeyToken=31bf3856ad364e35" validate="false" />'

>

Could it just be older documentation that you're referencing? I'm sure we're using the same more recent version in our production version, and it works with your previous version of the discussion webpart.

Please let me know if the version screenshot attached tells you anything.

Regards,