dotnet-architecture / MNISTTensorCNTK

118 stars 34 forks source link

Python Project Fails to Load in Visual Studio #3

Open johnathanbeal opened 7 years ago

johnathanbeal commented 7 years ago
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 commented 6 years ago

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 commented 6 years ago

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}