Changeset 5703
- Timestamp:
- 03/16/11 10:48:32 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.PluginInfrastructure/3.3/Manager/PluginManager.cs
r5652 r5703 75 75 AppDomainSetup setup = AppDomain.CurrentDomain.SetupInformation; 76 76 setup.PrivateBinPath = pluginDir; 77 // probing should only occur in PrivateBinPath (not in ApplicationBase). This is enforced by the value string.Empty 78 setup.PrivateBinPathProbe = string.Empty; 77 79 AppDomain pluginDomain = null; 78 80 try {
Note: See TracChangeset
for help on using the changeset viewer.