Reputation: 1
Made an app in
Tried running my app, and it just keeps giving me this error.
I've tried
deleting a folder that a couple people recommended, but nothing.
(Error 1 Retrieving the COM class factory for component with CLSID
{2D0A16C9-53D9-42C1-BCC2-8D2A135E2163} failed due to the following
error: 8007007e The specified module could not be found. (Exception
from HRESULT: 0x8007007E). Please rebuild the solution and try again.
0 0 )
anyone got any ideas?
Upvotes: 0
Views: 302
Reputation: 10984
The CLSID you reference above is the VSD (Visual Studio Device) Connection Manager. Looks like VS can't find the VSD ConnectionManager.
A few things to look at:
Using Hyper-V Manager, can you start any of the emulator images:
In Visual Studio, do you see the emulators listed in the build & debug target toolbar:
If any of the above steps fail, you should focus on resolving those steps in order before continuing.
Upvotes: 0