c# - Incompatiable Project VIsual Studio -


so have project using xna framework develop 2d game. went work on after working on @ university , whenever open error

enter image description here

i have worked on @ uni before , never has problem once home. running .net version 4.0 , xna version 4.0

<targetframeworkversion>v4.0</targetframeworkversion> <targetframeworkprofile>client</targetframeworkprofile> <xnaframeworkversion>v4.0</xnaframeworkversion> <xnaplatform>windows</xnaplatform> 

so see no reason why should saying incompatible. there thing can try?

xna supported in visual studio 2010. not supported in later vs versions.


Comments

Popular posts from this blog

Using django-mptt to get only the categories that have items -

wordpress - (T_ENDFOREACH) php error -

Export Excel workseet into txt file using vba - (text and numbers with formulas) -