ConfigurationErrorsException: This element is not currently associated with any context

前端 未结 2 1427
南旧
南旧 2021-01-12 02:40

I am getting strange exception which seems to me is related to WCF configuration object but what is wrong is completely unclear to me

A first chance exception of typ

相关标签:
2条回答
  • 2021-01-12 03:11

    Looks like a lot of other people have solved this problem just by disabling breaking on this exception - see here, here, here and here, for example. Nobody seems to have any idea what use this exception is, though.

    I should add that I had to add the exception manually to my Debug/Exceptions list - it didn't appear by default.

    0 讨论(0)
  • 2021-01-12 03:33

    I was able to fix this issue by deleting everything in the bin folder and rebuilding the solution.

    0 讨论(0)
提交回复
热议问题