diff options
| author | ScottRapsey <scott@redgum.com.au> | 2013-03-04 14:29:09 +1100 |
|---|---|---|
| committer | ScottRapsey <scott@redgum.com.au> | 2013-03-04 14:29:22 +1100 |
| commit | dccba7d1fdff94f14c2a09105b93d6daa602eb4d (patch) | |
| tree | 688e52fc9f3b28a6ae781dee7ba948756fdd4fc0 | |
| parent | d7cdf0632636e0aef3b27fa457d0d21a5d19ec37 (diff) | |
Added useLegacyV2RuntimeActivationPolicy
Added useLegacyV2RuntimeActivationPolicy="true" to the Startup section
of the config so that we can get .net dependencies to load if/when
required.
| -rw-r--r-- | MediaBrowser.ServerApplication/App.config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.ServerApplication/App.config b/MediaBrowser.ServerApplication/App.config index 13283e4b5..2d47c4bea 100644 --- a/MediaBrowser.ServerApplication/App.config +++ b/MediaBrowser.ServerApplication/App.config @@ -15,7 +15,7 @@ <add key="ProgramDataFolderName" value="MediaBrowser-Server" /> <add key="ClientSettingsProvider.ServiceUri" value="" /> </appSettings> - <startup> + <startup useLegacyV2RuntimeActivationPolicy="true"> <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5" /> </startup> <runtime> |
