INTERACT FORUM

More => Old Versions => Media Center 11 (Development Ended) => Topic started by: corkyboy1 on September 03, 2006, 03:39:41 am

Title: IE 7 RC1 cannot connect to server
Post by: corkyboy1 on September 03, 2006, 03:39:41 am
This problem seems to have resurfaced with MC11.191 when checking for updates, anybody else experiencing this?

Colin
Title: Re: IE 7 RC1 cannot connect to server
Post by: patricklang on September 03, 2006, 04:19:12 am
I had this on the previous beta as well, I went back to IE6.  I'm going to try to debug it when I get the chance.
Title: Re: IE 7 RC1 cannot connect to server
Post by: wilfredjg on September 03, 2006, 05:40:48 am
IE RC 1 messed up my anti virus software. McAfee does not recommand using IE Beta because of its Beta. Norton anti virus is the same no IE beta. I had problem connecting to AllMusic thru MC. Had to go back to IE6.
Title: Re: IE 7 RC1 cannot connect to server
Post by: Magic_Randy on September 03, 2006, 11:28:43 am
Use of a BETA browser only works if you are using a small number of applications where you can do your validation ahead of time. 

There are too many applications dependent on a browser today - so I gave on on using these early versions.
Title: Re: IE 7 RC1 cannot connect to server
Post by: dlone on September 03, 2006, 11:39:13 am
Why does the browser even matter ?
There's no requirement for internet access to need any kind of browser - and from my experience it's not a lot harder to write your own code for downloading etc
Reusing a specific application to do the work for you is an easy way to get bitten on the ass when things change
Winsock (and Winsock2) does all the things you need - it's what's used by windows and IE after all

The only thing I can think of is proxy servers - using IE to do the work for you means that you don't need to do the work yourself (or get people to configure things)
Title: Re: IE 7 RC1 cannot connect to server
Post by: Magic_Randy on September 03, 2006, 11:57:37 am
Why does the browser even matter ?
There's no requirement for internet access to need any kind of browser - and from my experience it's not a lot harder to write your own code for downloading etc
Reusing a specific application to do the work for you is an easy way to get bitten on the ass when things change
Winsock (and Winsock2) does all the things you need - it's what's used by windows and IE after all

The only thing I can think of is proxy servers - using IE to do the work for you means that you don't need to do the work yourself (or get people to configure things)

I agree, but software developers leverage other standard technology components where they can.  This trend will increase, not decrease.  This let’s them focus on the unique bit they are trying to create.  They do not need to re-invent the wheel as a pre-requisite for the invention part.

That being said – because so many software developers use browser stuff – or depend on browser features – it makes me stay away from BETA versions (at least until they get into the final pre-release phase.
Title: Re: IE 7 RC1 cannot connect to server
Post by: dlone on September 03, 2006, 12:27:59 pm
Yeah - I reuse all the stuff I can  ;D
But just for downloading ?
It's easy enough that I can do it and I just program as a hobby  ;D
Title: Re: IE 7 RC1 cannot connect to server
Post by: GHammer on September 04, 2006, 05:01:02 am
It's not 'just for downloading'