The dll.config isn't created -


vs 2013 / c#.

hi guys. have problem *.dll.config file. choose 1 of configuration solutions in vs , build project. project can't builded becase got error:

"error 32 not copy file "obj\myconfig\myproject.dll.config" because not found."

i searching in explorer folders doesn't exist. question why dll.config not created?

i have set on myconfig build action content , copy output directory copy always.

add: full error: c:\program files (x86)\msbuild\12.0\bin\microsoft.common.currentversion.targets(4003,5): error msb3030: not copy file "obj\myconfig\myproject.dll.config" because not found.

i have no idea can do. try change sth 2h , nothing ;/

add2: if find dll.config file , copy location of build - when rebuild config file isn't replaced (the date , time arne't changed). looks project doesn't touch file @ all. why happens?


Comments

Popular posts from this blog

c - Bitwise operation with (signed) enum value -

xslt - Unnest parent nodes by child node -

YouTubePlayerFragment cannot be cast to android.support.v4.app.Fragment -