c# - Resharper - Debug static method -


i have 1 project in solution. running project without problem. added static method test database connection via entity framework. if debug static method resharper's debug, crashes cannot find section connection string in app.config. ( other projects accessing app.config fails )

i tried copy app.config output. tried set "use separate appdomain".

what should ? !

is using resharper's run configurations? if so, i'd sounds bug, host running static method doesn't set app.config correctly. i'd suggest raising issue.


Comments

Popular posts from this blog

authentication - Mongodb revoke acccess to connect test database -

r - Update two sets of radiobuttons reactively - shiny -

ios - Realm over CoreData should I use NSFetchedResultController or a Dictionary? -