Вопрос

Using the newest version from servicestack github I am trying to run the project solution ServiceStack.AndroidIndie However upon trying to build this solution I get the following error:

Error 1 The type or namespace name 'ConfigurationManager' does not exist in > the namespace 'System.Configuration' (are you missing an assembly reference?) C:\Users\m41n\Documents\GitHub\ServiceStack.Text\src\ServiceStack.Text\LicenseUtils.cs 106 55 ServiceStack.Text.AndroidIndie

I tried using the v3 source code aswell without luck..

Any ideas what I might have missed?

Это было полезно?

Решение

(are you missing an assembly reference?). The error clearly says that the reference to the System.Configuration is missing. Add System.Configuration reference to your project.

https://stackoverflow.com/a/860240/1665670

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top