У меня есть некоторые проблемы с mscorlib в сообществе VS 2017, когда я пытаюсь построить C# projct
Привет,
Это мой первый проект в VS 2017.
У меня много таких ошибок:
Error CS7069 Reference to type 'ICloneable' claims it is defined in 'mscorlib', but it could not be found Error CS7069 Reference to type 'Component' claims it is defined in 'System', but it could not be found ClassLibrary3 Error CS7069 Reference to type 'MarshalByRefObject' claims it is defined in 'mscorlib', but it could not be found Error CS7069 Reference to type 'MarshalByRefObject' claims it is defined in 'mscorlib', but it could not be found Error CS7069 Reference to type 'MarshalByRefObject' claims it is defined in 'mscorlib', but it could not be found
Я пытаюсь создать sql соединение вот так:
using (SqlConnection conn = new SqlConnection(connstr)) {..}
Что я уже пробовал:
Попытался добавить ссылки на mscorlib целевого объекта .Сетевая версия.
Попробовал использовать это решение Галерее NuGet | Майкрософт.NETCore.Портативный.Совместимость 1.0.1[^]