c# - Application failed to start because its side-by-side configuration is incorrect -
c# - Application failed to start because its side-by-side configuration is incorrect -
i have c# application , added manifest , set embedded resource because didn't want appearing alongside exe.
i changed app.config file embedded resource exe didnt start gave me error:
"the application has failed start because side-by-side configuration incorrect. please see application event log or utilize command-line sxstrace.exe. tool more detail"
i have since changed 'do not copy" , i'm still getting same error.
i have deleted app.config file project , re-added it. not 2 config files: app.config , myexename.config
how can prepare this??
we found our myexename.config had comment block not closed - making rest of .config file point onward 1 big comment!
c# visual-studio-2012 app-config
Comments
Post a Comment