User Profile & Activity

Veenu Munjal Member
Page
of 2

Hi Julia,

It was strange to get this suddenly after placing the hotfix.

But I located that in my case, we're also using Telerik Library and this error has been reported with Telerik handlers. So I think this is not actually an Intersoft issue anymore.

I haven't located a fix yet with them but you needn't dig into it anymore for now. In case it persists with Telerik removed, I'll get back to you.

Sorry to bother you ...Thanks a lot for all your support, effort and time so far.

Best Regards,

Veenu Munjal

Posted: November 28, 2009 11:57 AM

Hi James,

It was surprising for me that I'm the first to report this issue. It appeared only on WebGrid on events.

But I located that in my case, we're also using Telerik Library and this error has been reported with Telerik handlers. So I think this is not actually an Intersoft issue anymore.

I haven't located a fix yet with them but you needn't dig into it anymore for now. In case it persists with Telerik removed, I'll get back to you.

Sorry to bother you guys...Thanks a lot for your support, effort and time.

Best Regards,

Veenu Munjal

 

Hi Julia,

It is Done.

Thanks for removing the old content and keeping the thread alive. Please check again.

 

Best Regards,

Veenu Munjal

Hi James,

 

I checked that the WebGrid version on the server is 6.0.7200.103.

There has been no hotfix applied afterwards on this file i.e. it is the DLL as delivered with v2008R2SP2.

Trying Latest WebUI Framework is not an option as the server is production.

The only thing that troubles me here is that the problem is only with the cloud when accessed with IE7 (and I feel like pulling my hair off!)

 

Best Regards,

Veenu Munjal

Posted: November 25, 2009 10:48 AM

Hi James,

I tried with HttpWatch after cleaning all temporary IE files on my machine.

- every resource is downloaded perfectly, and fetched from Cache in subsequent page loading.

No issues there.

 

Edit: I'd like to let you know that I tried to open the same page with Firefox from the cloud.

Again Edit: I checked that all works fine with IE6 also - issue located with IE7+ only!!!

 

The looks were not so good, since application doesn't support Firefox, but clicking on WebGrid (e.g. for sorting) was refreshing the whole page but there was no 403 error in that case.

As I said above, has the reported JS error something to do with this issue?

Or, Some other idea...what else can be checked? :(

 

 

Regards,

Veenu Munjal

Hi Julia,

I downloaded the latest hotfixes from the Developer Network for both 2008 and 2009 versions of WebGrid.

One question - does the latest hotfix contains all previous hotfixes also or do i need to download all of them?

Anyways, I reverted to 2008 version of DLL reference and place hotfix and compiled. And then accessed the application. Bravo! Grid looks like original - no issues. So I don't want 2009 as of now :D

But, the moment I did any action on WebGrid - even a data refresh, I got this. The same error on every Webgrid used in application:

The website declined to show this webpage  HTTP 403 
-   Most likely causes:
This website requires you to log in. 
 
What you can try:
  -   Go back to the previous page.
 
     More information

This error (HTTP 403 Forbidden) means that Internet Explorer was able to connect to the website, but it does not have permission to view the webpage.

For more information about HTTP errors, see Help.

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

 

Can you please help me identify the issue with the hotfix?
I've already created a new ticket also for similar error (HTTP 403: The website declined to show this webpage), as this has been reported on our production system (without any hotfix) only when accessed with IE7 from Load Balancer Cloud.

Thanks and Regards,
Veenu Munjal

Hi Julia,

I've attached the DLLs from 2008R2 and 2009R1.

I don't have the Development Environment installed, so I can't use the License Key Manager or the Update Manager. Please let me know if there is a version issue.

I've attached the web.config - may be you can point out if I am missing some keys here.

Regarding the Hotfixes, there are lots of them for 2008 version. Which one is needed.

Thanks and Best Regards,

Veenu Munjal

Hi Julia,

I tried to replace all DLLs of the 2008 R2 with WebUI 2009 R1 and add reference again and recompile.

After running the application, I started getting message that it was a trial version and has expired. So no WebUI Control was being displayed. I reverted to my 2008 R2 DLLs, and the trial error message is gone and I got my usual errors which I reported in this issue.

So, I am stuck! Has it something to do with runtime keys in my web.config and I need to take the latest keys for 2009 version and try?

Please give me a direction to move to

Thanks and Regards,

Veenu Munjal

Posted: November 23, 2009 12:40 PM

Added the Stack Trace:

[XmlException: '<', hexadecimal value 0x3C, is an invalid attribute character. Line 1, position 108.]
   System.Xml.XmlTextReaderImpl.Throw(Exception e) +76
   System.Xml.XmlTextReaderImpl.Throw(String res, String[] args) +88
   System.Xml.XmlTextReaderImpl.Throw(Int32 pos, String res, String[] args) +18
   System.Xml.XmlTextReaderImpl.ParseAttributeValueSlow(Int32 curPos, Char quoteChar, NodeData attr) +3931930
   System.Xml.XmlTextReaderImpl.ParseAttributes() +903
   System.Xml.XmlTextReaderImpl.ParseElement() +343
   System.Xml.XmlTextReaderImpl.ParseElementContent() +121
   System.Xml.XmlTextReaderImpl.Read() +45
   System.Xml.XmlLoader.LoadNode(Boolean skipOverWhitespace) +58
   System.Xml.XmlLoader.LoadDocSequence(XmlDocument parentDoc) +20
   System.Xml.XmlLoader.Load(XmlDocument doc, XmlReader reader, Boolean preserveWhitespace) +129
   System.Xml.XmlDocument.Load(XmlReader reader) +108
   System.Xml.XmlDocument.LoadXml(String xml) +113
   ISNet.WebUI.XmlCompressor.XmlCompressor.Compress(XmlDocument xml) +250
   ISNet.WebUI.ISNetControl.GetXMLData() +66
   ISNet.WebUI.WebTreeView.WebTreeView.GetXMLData() +107
   ISNet.WebUI.ISNetControl(Object, EventArgs ) +438
   System.EventHandler.Invoke(Object sender, EventArgs e) +0
   System.Web.UI.Control.OnPreRender(EventArgs e) +8682870
   System.Web.UI.Control.PreRenderRecursiveInternal() +80
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +842

 

Posted: November 23, 2009 12:39 PM

Hi Yudi,

 Another crash very often thrown is:

'<', hexadecimal value 0x3C, is an invalid attribute character. Line 1, position 108.

It is very easy to reproduce - don't use SQLDataSource; fetch the data from DB and bind to the TreeView within PagePostback section on Page_Load.

Making a post-back should fire the event but it returns error.

The error is so prominent that we're planning to convert all TreeViews and TreeView inside WebCombos to Telerik Controls entirely.

Can you provide a quick fix on this please?

Regards,

Veenu Munjal

All times are GMT -5. The time now is 5:04 AM.
Previous Next