0

New to asp.net i am trying to run the project described in asp.net zero docs using visual studio 2017.

When i build the project , i get warnings telling the absence of certain assemblies in the project:

System.RunTime
System.ObjectModel
System.Collections
System.Runtime

Searching for a solution i deleted the package folder and then rebuilt the project but the same issue repeared. i find that i can download the assemblies using package manager with help of nuget Gallery website , however when i install a missing package i get a message telling that the package already exist !!?

The package 'System.Collections.4.3.0' already exists in the project 'src \ Acme.PhoneBookDemo.Mobile.Droid'

what do you suggest to fix that problem ? or that is just a warning and it isn't important ?

A.HADDAD
  • 1,809
  • 4
  • 26
  • 51
  • What is your project type? – Edward Mar 27 '19 at 05:43
  • it's name is **Acme.PhoneBook.Mobile.Droid** ,it dosen't have .csproj so i can see the output type, but it have the icon of Android – A.HADDAD Mar 27 '19 at 07:06
  • Fail to open your project at present, it seems you are not developing with asp.net core, you may consult asp.net zero developer for help. – Edward Mar 28 '19 at 05:47

0 Answers0