Re: [ADVANCED-DOTNET] Smart clients and offline usage

2002-07-02 Thread Joe Duffy
o:[EMAIL PROTECTED]] Sent: Tuesday, July 02, 2002 11:10 AM To: [EMAIL PROTECTED] Subject: Re: [ADVANCED-DOTNET] Smart clients and offline usage Well... As Chris Sells pointed out, if you actually put IE into Work Offline mode, it works fine - this seems to trap the request to the web server and it

Re: [ADVANCED-DOTNET] Smart clients and offline usage

2002-07-02 Thread Ian Griffiths
guess what you're saying is that only half of it > is -- the version management, but not offline usage. > > Any additional ideas would be great. > > Thanks! > joe > > -Original Message- > From: Ian Griffiths [mailto:[EMAIL PROTECTED]] > Sent: Monday, July 01

Re: [ADVANCED-DOTNET] Smart clients and offline usage

2002-07-01 Thread Ian Griffiths
The problem is this: when you call Assembly.LoadFrom, the loader has no way of knowing if its cached copy is up to date. So it has to go to the web server to check if it has changed. If it hasn't it will then run with the cached copy. Problem is, it still needs to be able to connect to the web

Re: [ADVANCED-DOTNET] Smart clients and offline usage

2002-07-01 Thread Chris Sells
To make the offline stuff work, just disconnected isn't good enough -- you actually have to set Work Offline in the IE File menu. Chris Sells http://www.sellsbrothers.com/ > -Original Message- > From: Moderated discussion of advanced .NET topics. [mailto:ADVANCED- > [EMAIL PROTECTED]] On