Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/xamarin/macdoc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Karlaš <david.karlas@xamarin.com>2016-11-23 16:41:04 +0300
committerDavid Karlaš <david.karlas@xamarin.com>2016-11-23 16:41:04 +0300
commitde35b08e5af2ea43a907a5529b4dc36a793c8ddf (patch)
treed205525bec93f385e8b428b627e654af39c99ef2 /macdoc.csproj
parent2a23455108ea8226f17d5d21007cb95f1e41dc65 (diff)
I think something changed in Xamarin.Mac recently which is causing ConfigurationManager.AppSettings to be null
Resulting in MonoDoc.dll and Lucene.Net crashing(NullReferenceException) when trying to access ConfigurationManager.AppSettings
Diffstat (limited to 'macdoc.csproj')
-rw-r--r--macdoc.csproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/macdoc.csproj b/macdoc.csproj
index 28cfe13..f6bbda8 100644
--- a/macdoc.csproj
+++ b/macdoc.csproj
@@ -51,6 +51,7 @@
<HintPath>lib\monodoc.dll</HintPath>
</Reference>
<Reference Include="Xamarin.Mac" />
+ <Reference Include="System.Configuration" />
</ItemGroup>
<ItemGroup>
<Compile Include="MyDocument.cs">