Skip to main content

Microsoft Silverlight

Answered Question Running silverlight on IE 6.0RSS Feed

(0)

nafisa
nafisa

Member

Member

18 points

29 Posts

Running silverlight on IE 6.0

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
Pluginbaby

Member

Member

552 points

217 Posts

Silverlight MVP

Re: Running silverlight on IE 6.0

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

 

(If this has answered your question, please click on "Mark as Answer" on this post. Thank you!)

Laurent Duveau
Silverlight MVP / Silverlight Insider
http://weblogs.asp.net/lduveau/

mchlSync
mchlSync

Star

Star

14566 points

2,730 Posts

Silverlight MVP

Re: Running silverlight on IE 6.0

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.  


 

(If this has answered your question, please click on "Mark as Answer" on this post. Thank you!)

Regards,
Michael Sync
Silverlight MVP

Blog : http://michaelsync.net


nafisa
nafisa

Member

Member

18 points

29 Posts

Re: Running silverlight on IE 6.0

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
mchlsync

Star

Star

14566 points

2,730 Posts

Silverlight MVP

Re: Running silverlight on IE 6.0

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?  

(If this has answered your question, please click on "Mark as Answer" on this post. Thank you!)

Regards,
Michael Sync
Silverlight MVP

Blog : http://michaelsync.net


nafisa
nafisa

Member

Member

18 points

29 Posts

Re: Re: Running silverlight on IE 6.0

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  

mchlsync
mchlsync

Star

Star

14566 points

2,730 Posts

Silverlight MVP

Re: Re: Running silverlight on IE 6.0

nafisa:
 

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.

 

 

(If this has answered your question, please click on "Mark as Answer" on this post. Thank you!)

Regards,
Michael Sync
Silverlight MVP

Blog : http://michaelsync.net


nafisa
nafisa

Member

Member

18 points

29 Posts

Re: Re: Re: Running silverlight on IE 6.0

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.

mchlSync
mchlSync

Star

Star

14566 points

2,730 Posts

Silverlight MVP

Re: Re: Re: Running silverlight on IE 6.0

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?  

(If this has answered your question, please click on "Mark as Answer" on this post. Thank you!)

Regards,
Michael Sync
Silverlight MVP

Blog : http://michaelsync.net


nafisa
nafisa

Member

Member

18 points

29 Posts

Re: Re: Re: Running silverlight on IE 6.0

   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

 

 

nafisa
nafisa

Member

Member

18 points

29 Posts

Re: Re: Re: Re: Running silverlight on IE 6.0

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

 

mchlsync
mchlsync

Star

Star

14566 points

2,730 Posts

Silverlight MVP
Answered Question

Re: Re: Re: Re: Running silverlight on IE 6.0

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.

(If this has answered your question, please click on "Mark as Answer" on this post. Thank you!)

Regards,
Michael Sync
Silverlight MVP

Blog : http://michaelsync.net


  • Unanswered Question
  • Answered Question
  • Announcement
Microsoft Communities