Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / .NET Framework / CLR / October 2003

Tip: Looking for answers? Try searching our database.

codebase & probing

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
jc - 02 Oct 2003 11:23 GMT
I use a <codebase> element to tell the runtime to download a dll from a URL
; it caches this dll in the GAC download folder. But, if I haven't an
Internet connection available the loading fails, why??? The dll is on my
machine, so why the runtime doesn't check the download folder or probes the
appbase directory (like for a private dll)??
Ice - 02 Oct 2003 16:56 GMT
why should it do either?
ice
> I use a <codebase> element to tell the runtime to download a dll from a URL
> ; it caches this dll in the GAC download folder. But, if I haven't an
> Internet connection available the loading fails, why??? The dll is on my
> machine, so why the runtime doesn't check the download folder or probes the
> appbase directory (like for a private dll)??
jc jc - 02 Oct 2003 22:33 GMT
To work offline.
I want to use LoadFrom either online or offline, because there is the
download cache that enables working offline. But LoadFrom throws an
Exception if I am offline...
Ice - 03 Oct 2003 20:16 GMT
well when the app is offline you have to redirect to the right
directory...the CLR doesn't search the downloadcache when offline.

download cache is used (if i'm not mistaken) when using http/tcp - basically
URLs

ice

> To work offline.
> I want to use LoadFrom either online or offline, because there is the
> download cache that enables working offline. But LoadFrom throws an
> Exception if I am offline...

Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.