c# - Edit and Continue broken on converted VS 2008-2010 project -
i've looked through many posts on broken eac can find still can't find solution.
i'm running vs2010 express on win7 64bit xna4.0 framework, running vs2008 express before on 32bit xp xna3.1 installed.
did conversion of project, , eac doesn't work. gives me error: http://smars.se/misc/eac.jpg
it's debug build, code not optimized, x86 build, i've tried clearing .user/.chachefile/.suo/bin/obj folders. when create new projects eac works. still can't working in project.
any ideas?
rather trying fix this, might suggest quicker , easier recreate project file(s)?
if open them in text editor, can copy out <itemgroup> has source files. create fresh project xna 4.0 template. edit new project file , paste on <itemgroup> source files.
obviously need go through , reset things default namespace, output assembly name, , on.
if wanted cleverer copy more sections of project file over. or diff the broken project file fresh 1 figure out might causing problem.
Comments
Post a Comment