.net - XNA 3.1 on dotnet framework 4.0 -
.net - XNA 3.1 on dotnet framework 4.0 -
is possible install xna framework 3.1 on scheme has dotnet frame 4.0. have product runs on xp embedded , using dotnet framework 3.5 , xna 3.1. wanted update dotnet framework 4.0 , after doing not able install xna 3.1, can install xna 4.0 version. problem our games created in xna 3.1 , not able run it. also, our xp embedded image restricted 2gb in size can have dot net framework 4.0 or 3.5 cannot install both of them.
so, please allow me know if possible install xna 3.1 on dotnet framework 4.0
thanks in advance.
i found reply , it's not quite simple.
in general, recommendation leave .net framework 2.0 sp2, 3.0 sp2, 3.5 sp1 , 4 installed on computer.
unlike previous versions of .net framework, .net framework 4 not allow application built previous versions of .net framework migrate forwards , run on if previous version not installed. if using applications built version of .net framework before version 4, recommend leaving both .net framework 3.5 sp1 , .net framework 4 installed.
you cannot utilize .net framework 3.5 sp1 unless have .net framework 2.0 sp2 , 3.0 sp2 installed. therefore, not allowed uninstall .net framework 2.0 sp2 or 3.0 sp2 if have .net framework 3.5 sp1 installed. if seek uninstall .net framework 2.0 or 3.0 when .net framework 3.5 installed, uninstall processes block , tell needed application on system.
the .net framework 1.0 , .net framework 1.1 can installed side-by-side .net framework 2.0, 3.0, 3.5 , 4. applications created .net framework 1.0 or 1.1 automatically utilize .net framework 2.0 instead if installed on system. in cases, means not need maintain .net framework 1.0 or 1.1 installed on scheme if have .net framework 2.0 installed.
however, there applications configured require specific version of .net framework, if later versions of .net framework installed. if have applications on scheme , seek run them without installing .net framework 1.0 or 1.1, error message looks following:
--------------------------- myapplication.exe - .net framework initialization error --------------------------- run application, first must install 1 of next versions of .net framework: v1.1.4322 contact application publisher instructions obtaining appropriate version of .net framework. --------------------------- ok --------------------------- in above error message, version number v1.0.3705 if need install .net framework 1.0, , v1.1.4322 if need install .net framework 1.1.
if end seeing error messages this, can re-install .net framework 1.0 or 1.1 in order resolve errors. if don't end seeing error messages this, don't need worry re-installing .net framework 1.0 or 1.1.
.net xna
Comments
Post a Comment