Variable type System.Collections.Generic.List<T> is missing under mscorlib.dll

My requirement is to assign a List variable type to a variable but unfortunately nothing is listed under mscorlib.dll

Any help in removing old mscorlib.dll and adding new mscorlib.dll which should have System.Collections.Generic.List method in it

Hi @GANGA_REDDY1

Check out this thread

Regards

Hi @GANGA_REDDY1

@GANGA_REDDY1
welcome to the forum,

was the XAML involved within a conversion from legacy to Windows?
is the project set to Windows compatiblity?

then the list is found under System.Private.CoreLib

I was able to resolve the problem by using System.Collections.Generic. But in the solution post I have seen something where it was asked “to which framework studio project was set to”. I’m not sure how to check for it. Can someone help me on this.

grafik

or
grafik

bottom right in Studio

It is VB, Windows. What else we will be seeing here.

so the list type it offered under