visual studio - How do I open a csproj with ProjectTypeGuids 349c5851-65df-11da-9384-00065b846f21? -


i have visual studio 2012 professional. when try open particular csproj error message

the project type not supported installation.

it doesn't 'project type' project is, nor need install able open it.

on inspecting .csproj file, see lines

<productversion>9.0.30729</productversion> <projecttypeguids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</projecttypeguids> 

so what need install able open project? please provide link!

found visual studio 2012 in old 'add remove programs', pressed 'change'. fixed installing 'microsoft web developer tools'

enter image description here


Comments

Popular posts from this blog

ios - UITEXTFIELD InputView Uipicker not working in swift -

Hatching array of circles in AutoCAD using c# -