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

CodeGen/Couchbase unit tests are failing for VS 16.1 #531

Closed
jefflill opened this issue May 22, 2019 · 1 comment
Closed

CodeGen/Couchbase unit tests are failing for VS 16.1 #531

jefflill opened this issue May 22, 2019 · 1 comment
Assignees

Comments

@jefflill
Copy link
Collaborator

jefflill commented May 22, 2019

I upgraded to Visual Studio 16.1 and am seeing the CodeGen Couchbase unit test failure when they worked just before. This appears to be a framework problem with enumerating assemblies from the AppDomain while running in a unit tests. Other folks are seeing this too:

microsoft/vstest#2008

Here's the error I'm seeing:

Message: System.AggregateException : One or more errors occurred. (Unable to load one or more of the requested types.
Could not load file or assembly 'Microsoft.VisualStudio.ArchitectureTools.PEReader, Version=16.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. The system cannot find the file specified.
Could not load file or assembly 'Microsoft.IntelliTrace.Core, Version=16.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. The system cannot find the file specified.) (The following constructor parameters did not have matching fixture data: CouchbaseFixture couchbase)
---- System.Reflection.ReflectionTypeLoadException : Unable to load one or more of the requested types.
Could not load file or assembly 'Microsoft.VisualStudio.ArchitectureTools.PEReader, Version=16.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. The system cannot find the file specified.
Could not load file or assembly 'Microsoft.IntelliTrace.Core, Version=16.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. The system cannot find the file specified.
---- The following constructor parameters did not have matching fixture data: CouchbaseFixture couchbase
@jefflill jefflill self-assigned this May 22, 2019
@jefflill
Copy link
Collaborator Author

FIXED

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant