This is a migrated thread and some comments may be shown as answers.

Window + Upload in RadNavigation

5 Answers 105 Views
Window
This is a migrated thread and some comments may be shown as answers.
Serrin
Top achievements
Rank 1
Serrin asked on 13 Jan 2009, 09:12 PM

Hi everyone!

So, wondering if anyone could shed a little light on this one (as I've seen the error about 400 times today for totally different things), but I came across our favorite Silverlight error:

Error: Sys.InvalidOperationException: ImageError error #4001 in control ‘Xaml1’: AG_E_NETWORK_ERROR

On the ever-fun line 453.  Now, I'm trying to figure out where the ImageError is coming from... here's my setup:

RadPage-TopPage
--RadFrameContainer
----RadPage-ContentPage

RadPage-ContentPage has a Button which calls Window, Window contains RadUpload.  Now, I get the Visual Studio error box and I can click 'No' to not debug and it works fine, but I'm wondering where the problem is.  This is tested without a theme and with Office_Black.  Also, as a side note, with Office_Black, RadUpload loses styling to it's title bar. :)

 

My guess is this goes into one of those undocumented, nearly impossible to find Silverlight errors that we all know and love, but just curious if this was something fixable.

 

Thanks!! 

5 Answers, 1 is accepted

Sort by
0
Boyan
Telerik team
answered on 14 Jan 2009, 12:01 PM
Hello Serrin,

This error occurs when there is an image and it can't be loaded. More info you can find at  https://silverlight.net/forums/p/34987/127024.aspx#127024. I suppose you have an image in the pop up window  that can't be reached and you should check that. There is also a limitation in the Silverlight's  pop-up and loading of images, which we were only able to work around if the image has been previously loaded on the page. You can try loading the image and collapse it and then load the image from there in the pop up window.

If this does not help you solve the problem, I believe that the best way would be if you send a sample project, where the problem is isolated. We will test it locally and try to find a working solution for you.

About the second issue with RadUpload - I think you meant that the title bar is transparent (just title "Select Files to Upload" ). This is supposed to be like this (designers' decision). If you want to change the title bar you can try the Default_Black Theme.

Greetings,
Boyan
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Serrin
Top achievements
Rank 1
answered on 14 Jan 2009, 01:34 PM

Hello Boyan,

Gotcha on the transparent title bar, just happy I wasn't loading something wrong. :)

 

And I have submitted a support ticket about the Window in Navigation thing.

 

Thanks!

0
bill
Top achievements
Rank 1
answered on 03 Feb 2009, 11:51 PM
Yep, got the same error ... probably something to do with having a pop up window that refers to an image ... everything works fine and the background image on the control works ...  only thing is I get the error in the browser ... it doesnt affect any functionality but its just irritating ...
0
bill
Top achievements
Rank 1
answered on 03 Feb 2009, 11:51 PM
Yep, got the same error ... probably something to do with having a pop up window that refers to an image ... everything works fine and the background image on the control works ...  only thing is I get the error in the browser ... it doesnt affect any functionality but its just irritating ...
0
Serrin
Top achievements
Rank 1
answered on 04 Feb 2009, 02:48 PM
Hey Bill,

Just to let you know, support responded to the ticket I put in that the problem is fixed and will be rolled out with the Q1 release. :)
Tags
Window
Asked by
Serrin
Top achievements
Rank 1
Answers by
Boyan
Telerik team
Serrin
Top achievements
Rank 1
bill
Top achievements
Rank 1
Share this question
or