visual studio 2010 - Why is my project unloaded after being successfully converted? -


in order use latest version of resharper on much-maligend (by me) project i'm maintaining, copied source separate folder , opened project in vs 2010.

it converted successfully, said conversion report (after informing me seemed under version control unbound since missing needed info that, accepted). yet, although conversion nominally successful, in solution explorer, beneath project name, says "project unloaded"

now nitty-gritty: project has 2 related solutions, "regular" (.exe) , library (.dll) project; both display in solution explorer, both "project unloaded."

now strange part: when realized had not copied on files .dll project, started on , created 2 separate folders them (as have in development setup), , copied each one's file each folder.

but now, when attempt open .exe project (the 1 had claimed had been converted successfully) new location, selecting file | open project , selecting .sln file, get, "\.csdproj' cannot opened because project type (.csdproj) not supported version of application. open it, please use version supports type of project.*

the dev environment vs2003 in xp mode virtual machine; i'm trying open projects in vs2010 in windows 7.

is there way can project open , compile in vs2010, can resharperize (and carry on of fixes, albeit manually, 1 @ time) "real live" version of project?

the best way create new project in visual studio 2010, you've done. create project folder , necessary settings.

next, copy files old project new folder. copy file new folder, "drag-n-drop" file visual studio solution.

the visual studio conversion wizard going last version next version up, going vs2003 vs2010 big of jump it.

if had guess, conversion bombing because old project targets .net framework 1.0 , vs2010 doesn't 1.0.

you have rebuild project , fix numerous little bugs due changes in framework, none should major.


Comments

Popular posts from this blog

asp.net mvc 3 - Using mvc3, I need to add a username/password to the sql connection string at runtime -

kineticjs - draw multiple lines and delete individual line -

thumbnails - jQuery image rotate on hover -