Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Could not find reference: System.Buffers, Version=4.0.2.0 #2051

Closed
greenozon opened this issue Jun 27, 2020 · 2 comments
Closed

Could not find reference: System.Buffers, Version=4.0.2.0 #2051

greenozon opened this issue Jun 27, 2020 · 2 comments
Labels

Comments

@greenozon
Copy link

greenozon commented Jun 27, 2020

Steps to reproduce

  1. Click on References in left tree view
  2. all dlls are resolved except one

start of references text:

// Detected Target-Framework-Id: .NETFramework,Version=v4.7.2

// Referenced assemblies (in metadata order):
// mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
	// Assembly reference loading information:
	// Info: Success - Loading from: C:\Windows\Microsoft.NET\Framework64\v4.0.30319\mscorlib.dll

.........

Error message shown

// System.Buffers, Version=4.0.2.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51
	// Assembly reference loading information:
	// There were some problems during assembly reference load, see below for more information!
	// Error: Could not find reference: System.Buffers, Version=4.0.2.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51

Details

ILSpy version 6.0.0.5800-preview4

The possible issue might be mentioned here:
dotnet/runtime#1830

and here is a set of my frameworks installed:

image

After exporting to project and trying to open up got this error:
image

@greenozon greenozon added the Bug label Jun 27, 2020
@siegfriedpammer
Copy link
Member

How was the binary created? As far as I can tell, System.Buffers is a nuget package and not part of the GAC.

@siegfriedpammer
Copy link
Member

Closing - no feedback; cannot reproduce

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jul 14, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants