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 0c331c0c authored by Markus Quaritsch's avatar Markus Quaritsch
Browse files

Merge pull request #281 in VECTO/vecto-sim from...

Merge pull request #281 in VECTO/vecto-sim from ~EMKRISPMI/vecto-sim:bugfix/VECTO-360-error-message-on-start-up-of-vecto to master

* commit '456230db':
  bugfix: Assembly was not found at startup (load From Remote Sources is now enabled)
parents 6314dc83 456230db
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