Changes between Version 8 and Version 9 of AppLibraries
- Timestamp:
- Dec 10, 2011, 1:55:56 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AppLibraries
v8 v9 41 41 42 42 To 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 48 Our workaround is to install a handler for the AssemblyResolve event and use the 49 current directory (slot) to load the dependencies: