visual studio 2012 - Warning MSB3270 in Fakes projects -


after migration vs2012 (update 2) , using fakes, msbuild began show new warning:

there mismatch between processor architecture of project being built "msil" , processor architecture of reference "system.data", "x86". mismatch may cause runtime failures. please consider changing targeted processor architecture of project through configuration manager align processor architectures between project , references, or take dependency on references processor architecture matches targeted processor architecture of project.

all projects in our solution configured "anycpu" platform target. dynamically generated fakes projects contain reference system.data next path: c:\windows\microsoft.net\assembly\gac_32\system.data\v4.0_4.0.0.0__b77a5c561934e089\system.data.dll so, how configure fakes use system.data.dll gac_64 instead of gac_32?

previously asked question on ms forum, without suitable result http://social.msdn.microsoft.com/forums/en-us/msbuild/thread/185e8de7-e43f-4034-bfdc-01762b2bd0ba/#7d61159f-217a-4b4b-8aa1-bacae64e473f


Comments

Popular posts from this blog

SPSS keyboard combination alters encoding -

Add new record to the table by click on the button in Microsoft Access -

javascript - jQuery .height() return 0 when visible but non-0 when hidden -