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

Fix discovery of VS 15 #4313

Merged
merged 1 commit into from
May 15, 2017
Merged

Fix discovery of VS 15 #4313

merged 1 commit into from
May 15, 2017

Conversation

nigurr
Copy link

@nigurr nigurr commented May 15, 2017

  • There's an interesting aspect where C# tries to load the VS COM Api for first time and throws below error while the PS seems to work as usually. This fix will make sure PS passes the information to C# layer instead of using API from C#

COM Api Exception: System.Runtime.InteropServices.COMException (0x800703FA): Retrieving the COM class factory for component with CLSID {177F0C4A-1CD3-4DE7-A32C-71DBBB9FA36D} failed due to the following error: 800703fa Illegal operation attempted on a registry key that has been marked for deletion. (Exception from HRESULT: 0x800703FA).
at Microsoft.VisualStudio.TestService.Utility.VsSetupInstance.GetInstances()

@nigurr nigurr merged commit e8baf2c into master May 15, 2017
@bryanmacfarlane bryanmacfarlane deleted the users/nigurr/TestAgentDiscoveryFix branch January 31, 2018 00:46
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

Successfully merging this pull request may close these issues.

3 participants