visual studio 2010 - Does VS2010 run activities in WF project during compile? -
i've encountered compile error i've not seen before. in solution contains windows workflow foundation 3 projects, visual studio reports failed compile projects because couldn't find application-specific configuration file. configuration file not added of projects. looked @ runtime workflows. other solutions using same runtime config file compile without error. if put config file in expected location workflow solution compiles without error.
the behavior suggests when vs2010 compiling wf3 projects running activities contained in project @ point during compile. vs run activities in wf projects during compile? create activities? if doesn't, why compile error thrown file isn't part of project?
actually believe suggests have compile time dependency on config file in question on 1 solution not have in others mentioned.
check if error provides details has compile time dependency , remove if not needed. if there nothing informing or hinting may be, start digging various project properties in question , see if have build dependency on config file.
Comments
Post a Comment