c# - MSBuild\12.0\bin\Microsoft.Common.CurrentVersion.targets(3243,9): error MSB4094 -


after open vs ultimate 2012 c# solution in vs ultimate 2013 12.0.21005.1rel following warning:

warning 1 found conflicts between different versions of same dependent assembly. please set "autogeneratebindingredirects" property true in project file. more information, see http://go.microsoft.com/fwlink/?linkid=294190. energyms

i follow microsoft link instructions. edited csproj file, adding following line:

<autogeneratebindingredirects>true</autogeneratebindingredirects> 

when build solution again, following error:

error list "app.config;obj\x86\debug\energyms.csproj.energyms.exe.config" invalid value "configfile" parameter of "generateapplicationmanifest" task. multiple items cannot passed parameter of type "microsoft.build.framework.itaskitem". energyms

output window:

c:\program files (x86)\msbuild\12.0\bin\microsoft.common.currentversion.targets(3243,9): error msb4094: "app.config;obj\x86\debug\energyms.csproj.energyms.exe.config" invalid value "configfile" parameter of "generateapplicationmanifest" task. multiple items cannot passed parameter of type "microsoft.build.framework.itaskitem".

i've seen similar threads in forum, don't understand problem.

can me understand problem?

thank you.

i found if turn off "enable clickonce security settings" in executable project's properties, error went away. have find out next going take turn option on can click once deploy wpf app.


Comments

Popular posts from this blog

PHPMotion implementation - URL based videos (Hosted on separate location) -

javascript - Using Windows Media Player as video fallback for video tag -

c# - Unity IoC Lifetime per HttpRequest for UserStore -