Code development platform for open source projects from the European Union institutions :large_blue_circle: EU Login authentication by SMS has been phased out. To see alternatives please check here

Skip to content
Snippets Groups Projects
Commit 456230db authored by Michael KRISPER's avatar Michael KRISPER
Browse files

bugfix: Assembly was not found at startup (load From Remote Sources is now enabled)

parent 6314dc83
No related branches found
No related tags found
No related merge requests found
......@@ -4,6 +4,9 @@
<configSections>
<section name="nlog" type="NLog.Config.ConfigSectionHandler, NLog" />
</configSections>
<runtime>
<loadFromRemoteSources enabled="true" />
</runtime>
<nlog xmlns="http://www.nlog-project.org/schemas/NLog.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.nlog-project.org/schemas/NLog.xsd NLog.xsd"
......
......@@ -7,6 +7,9 @@
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5" />
</startup>
<runtime>
<loadFromRemoteSources enabled="true" />
</runtime>
<nlog xmlns="http://www.nlog-project.org/schemas/NLog.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.nlog-project.org/schemas/NLog.xsd NLog.xsd"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment