Changes between Version 8 and Version 9 of AppLibraries


Ignore:
Timestamp:
Dec 10, 2011, 1:55:56 PM (12 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AppLibraries

    v8 v9  
    4141
    4242To avoid this problem, use logical names that don't conflict with physical names.
     43
     44== .NET applications ==
     45
     46.NET does not use the current directory as a search path for dependencies.
     47
     48Our workaround is to install a handler for the AssemblyResolve event and use the
     49current directory (slot) to load the dependencies: