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
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
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
MAIL PROTECTED]] On Behalf Of Joe Duffy
> Sent: Monday, July 01, 2002 8:53 AM
> To: [EMAIL PROTECTED]
> Subject: [ADVANCED-DOTNET] Smart clients and offline usage
>
> I am unable to find any good, thorough documentation on the
implementation
> of smart clients (in particular, those
I am unable to find any good, thorough documentation on the implementation
of smart clients (in particular, those that are offline capable). Does
anybody out there have internet or book references that may be helpful in
this area?
Specifically, I am able to remotely load assemblies
(Assembly.Load