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

Running SymbolSort with VS2017? #27

Open
parbo opened this issue Sep 14, 2018 · 2 comments
Open

Running SymbolSort with VS2017? #27

parbo opened this issue Sep 14, 2018 · 2 comments

Comments

@parbo
Copy link

parbo commented Sep 14, 2018

I'm having issues with running SymbolSort after building it with VS 2017. I tried both the provided solution file, and creating my own, using info from #17

I've tried registering msdia140.dll in various ways. With regsvr32, and with the registry patch from csoltenborn/GoogleTestAdapter#124

But still I get this:

Unhandled Exception: System.IO.FileNotFoundException: Retrieving the COM class factory for component with CLSID {E6756135-1E65-4D17-8576-610761398C3C} failed due to the following error: 8007007e The specified module could not be found. (Exception from HRESULT: 0x8007007E).

What can I do?

@PA65536
Copy link

PA65536 commented Sep 17, 2018

Building for x64 instead of "Any CPU" worked for me.

@andrew-donnell
Copy link

@parbo did you end up getting this to work? Seems like we're trying similar things, so I'm curious as to whether you were able to get it to build and execute as intended. I got it to build, but had issues running it on the targets (Issue #28).

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

3 participants