I am trying to run a solution ServiceStack.AndroidIndiefor use with a tutorial. I am trying to enable ServiceStack Api in my Android application; However, when I try to open the project file, I get the following error:
Migration Report -
Overview
Project Path Errors Warnings Messages
ServiceStack.Client.AndroidIndie.csproj 1 0 0
ServiceStack.Interfaces.AndroidIndie.csproj 1 0 0
ServiceStack.Text.AndroidIndie.csproj 1 0 0
ServiceStack.AndroidIndie.sln 0 0 1
ServiceStack.Client\ServiceStack.Client.AndroidIndie.csproj: The application which this project type is based on was not found.
ServiceStack.Interfaces\ServiceStack.Interfaces.AndroidIndie.csproj: The application which this project type is based on was not found.
..\..\ServiceStack.Text\src\ServiceStack.Text\ServiceStack.Text.AndroidIndie.csproj: The application which this project type is based on was not found.
ServiceStack.AndroidIndie.sln: The solution file does not require migration.
Of course, I use the latest version downloaded on the official GitHub page, also synchronized with the ServiceStack directly through the Windows GitHub application.
Worked on launching projects in both VS 2012 and VS 2013. The same error.
Any ideas?
source
share