sql server - How to resolve error loading DB project in Visual Studio 2010 -


i started getting following error in "general" ouput window of visual studio 2010 when loading database project part of pretty large solution:

cannot evaluate item metadata "%(fullpath)". item metadata "%(fullpath)" cannot applied path "obj\debug|any cpu\database.dbschema". illegal characters in path. c:\windows\microsoft.net\framework\v4.0.30319\microsoft.common.targets

nothing has changed in .net framework recently, , there not mention of fullpath in database.dbproj file.

googling around yielded blog entry, resetting visual studio environment did not help: http://social.msdn.microsoft.com/forums/en/vstsdb/thread/14eecc38-87fe-4234-b5fa-c2fa7cab9ae9

after banging head against wall, occurred me try , load db project on own, outside solution. lo , behold, worked. gave me clue wrong solution itself. compared .sln file generated when opened project on own contents of large solution, nothing obvious jumped out. in end, deleted .suo file , solved day. next day, problem returned, , deleting .suo file did not fix it.

the culprit? resharper 6 eap. disable resharper , problem goes away.

http://youtrack.jetbrains.net/issue/rsrp-255109


Comments

Popular posts from this blog

php - What is the difference between $_SERVER['PATH_INFO'] and $_SERVER['ORIG_PATH_INFO']? -

fortran - Function return type mismatch -

queue - mq_receive: message too long -