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