Parent Directory
|
Revision Log
Add proding path to app.config: <probing privatePath="plugins\"/> ** fixes issues with plugin assemblies not being found
1 | william | 708 | <?xml version="1.0"?> |
2 | <configuration> | ||
3 | william | 718 | <runtime> |
4 | <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"> | ||
5 | <probing privatePath="plugins\"/> | ||
6 | </assemblyBinding> | ||
7 | </runtime> | ||
8 | william | 708 | <startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/></startup></configuration> |
ViewVC Help | |
Powered by ViewVC 1.1.22 |