You have to add following line to PropertyGroup in the .csproj file of the start project:
<UseAppHost>false</UseAppHost>
Now your project will run successfully.
Backing you up.
You have to add following line to PropertyGroup in the .csproj file of the start project:
<UseAppHost>false</UseAppHost>
Now your project will run successfully.