Skip to content
This repository has been archived by the owner on Dec 12, 2023. It is now read-only.

Python Project Fails to Load in Visual Studio #3

Open
johnathanbeal opened this issue Dec 3, 2017 · 2 comments
Open

Python Project Fails to Load in Visual Studio #3

johnathanbeal opened this issue Dec 3, 2017 · 2 comments

Comments

@johnathanbeal
Copy link

johnathanbeal commented Dec 3, 2017

loadfailed

I attempted to download and build the MNISTTensorCNTK solution.

I am unfamiliar with using Python in Visual Studio. The Python project within this solution says "Load Failed", and when I try to reload the project, a popup says there is a missing project subtype

Googling the missing subtype was unsuccessful.

I've tried 2 separate computers, and I've tried repair installation, and adding/modifying Python in
errormessage
Visual Studio.

Please advise on possible solutions.

@purplesoup
Copy link

I had the same problem as above. What I did to resolve it was create another python project and look at the ProjectTypeGuids that it had - they were:
{a41c8ea1-112a-4a2d-9f91-29557995525f};{888888a0-9f3d-457c-b088-3a5042f75d52}

In the Training project only the first Guid was different and that was the one complained about above - so I replaced it with a41c8ea1-112a-4a2d-9f91-29557995525f, reloaded the project and this time it appeared ok.

@noeleo25
Copy link

noeleo25 commented May 4, 2018

Hi,
I had the same problem, I found a valid ProjectTypeGuids value and changed it:

{a41c8ea1-112a-4a2d-9f91-29557995525f};{888888a0-9f3d-457c-b088-3a5042f75d52}

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

No branches or pull requests

3 participants