使用System.Collections.Immutable和System.Reflection.Metadata缺少方法异常

时间:2017-09-06 17:11:07

标签: c# asp.net-mvc missingmethodexception

我正在尝试调试我的解决方案中抛出的以下错误。

  

System.MissingMethodException:找不到方法:   ' System.Collections.Immutable.ImmutableArray`1   System.Reflection.Metadata.MetadataReader.GetBlobContent(System.Reflection.Metadata.BlobHandle)'

似乎#if swift(>=5.0) print("Hello, Swift 5.0") #elseif swift(>=4.2) print("Hello, Swift 4.2") #elseif swift(>=4.1) print("Hello, Swift 4.1") #elseif swift(>=4.0) print("Hello, Swift 4.0") #elseif swift(>=3.2) print("Hello, Swift 3.2") #elseif swift(>=3.0) print("Hello, Swift 3.0") #elseif swift(>=2.2) print("Hello, Swift 2.2") #elseif swift(>=2.1) print("Hello, Swift 2.1") #elseif swift(>=2.0) print("Hello, Swift 2.0") #elseif swift(>=1.2) print("Hello, Swift 1.2") #elseif swift(>=1.1) print("Hello, Swift 1.1") #elseif swift(>=1.0) print("Hello, Swift 1.0") #endif System.Collections.Immutable的版本在某种程度上是不正确的,但我不知道如何调试它。我一直在检查版本,清除NuGet缓存,然后重新启动VS,但无济于事。我还能尝试解决这个问题吗?

0 个答案:

没有答案