Skip to main content
Home Forums Silverlight Programming Programming with .NET - General Running silverlight on IE 6.0
11 replies. Latest Post by mchlSync on May 13, 2008.
(0)
nafisa
Member
18 points
29 Posts
05-12-2008 2:05 AM |
Hiiii
m running my Silverlight website on Internet Explorer 6.0.But itz not working their.On IE7.0,Firefox the website is running very smoothly.
May i knw wats d reason behind this means why itz not running on IE6.0
thanx.
Pluginbaby
552 points
217 Posts
05-12-2008 10:12 AM |
Hi,
I am not sure if SL is running on IE6, it depends on your system.
Please have a look at the compatibility table there:http://en.wikipedia.org/wiki/Microsoft_Silverlight
mchlSync
Star
14566 points
2,730 Posts
05-13-2008 2:28 AM |
nafisa:m running my Silverlight website on Internet Explorer 6.0.But itz not working their.On IE7.0,Firefox the website is running very smoothly.
Do you have IE6 and IE7 side-by-side on one machine?
I'm also using IE6 in my machine and I have Silverlight 2 beta 1 installed. HardRock cafe or other SL2 website are working fine.
05-13-2008 3:01 AM |
No dere is only IE 7 on my System.Actually the website is working on IE 6, m able to see the content of website but the problem is dis i m reading few Urls and displaying their data through remote server. the data for two Urls are displaying but for my third Url m not getting anything.While the same application is working smoothly on IE 7 and Firefox.
mchlsync
05-13-2008 3:11 AM |
nafisa: the data for two Urls are displaying but for my third Url m not getting anything.While the same application is working smoothly on IE 7 and Firefox.
Can you show me the code that you wrote for those URLs?
You can also give me the link of your website so that I can test it in my machine that has IE6 installed?
05-13-2008 3:19 AM |
Ok m sending u the Url plz run this Url on ur System on IE 6 .In the search box search for any Electronic product and check that it display any thing related to Amazon.Wen u will serach for any product u will get a Narrowby control wid three sellers EBAY,HAL and Amazon.so plz check for amazon only dat u r getting anything or not coz for the other two sellers m getting the data.
Here is the URL:
http://laxmilalmenaria.s3.amazonaws.com/chambal/ChambalwithSilverLightTestPage.html
05-13-2008 3:28 AM |
nafisa:Here is the URL: http://laxmilalmenaria.s3.amazonaws.com/chambal/ChambalwithSilverLightTestPage.html
Hello,
I have tested in IE6, Firefox 2.0.0.14 on WinXp. There are two panels in your page, right? I'm not able to see the search result in IE. I think there are some problems in parsing XML... Be careful when you are reading XML .. sometimes, the format is different in Firefox and IE6.
05-13-2008 3:33 AM |
yess u r correct.there are not only two but few contols in my website for different type of pages.But if any parsing problem is dere then the data for Amazon should not be displayed On IE 7 and firefox. have u tested the application on IE 7 too.
05-13-2008 3:50 AM |
nafisa:if any parsing problem is dere then the data for Amazon should not be displayed On IE 7 and firefox.
No. The return format from Amazon web service will be different based on the browser.
I remember that Shawn has that problem long time back. He was trying to read the Feed from his Silverlight 1.1 program. It works in IE but doesn't work in Firefox. The problem was that the XML retrieved by Firefox was prepended with several bytes of extraneous information.
You can read the discussion in this post. http://silverlight.net/forums/p/9323/29315.aspx
In your case, you will need to read the Amazon web service from your program.
I'm not able to search in your program.. Are you able to search?
05-13-2008 5:25 AM |
There can not be the parsing problem becaause in case of IE6, it is not getting into the downloadCompleted event. If there is some parsing problem then it must get into the downloadCompleted event method.
Thanks
05-13-2008 7:05 AM |
there is no parsing problem coz in case of IE6 the Amazon url is not getting into the DownLoadCompleted Event.Suppose if dere is any parsing problem den it shuld get into the DownLoadCompleted Event
05-13-2008 10:15 AM |
You can set the breakpoint when you run on IE6? then, let us know what error you get.. there might be some problems in downloading... The machine that has IE6 also has Firefox? If yes, please test with Firefox on that machine too.