I am getting this compile time error in my wpf project suddenly in VS 2019, which was working fine till now.
Error:Severity Code Description Project File Line Suppression State Error CS7069 Reference to type '(, )' claims it is defined in 'mscorlib', but it could not be found
Same project if i run in VS 2017 it works fine, i tried many things like clearing temp files, re clone my code base but nothing helped me. I do not get which type it is claiming from the error as '(,)'.
Could someone please assist me what is this issue and why am i getting only in VS2019 and not in VS2017 and any way to resolve this. I have spent lots of my time already any help would be appreciated.