ConfigurationErrorsException: This element is not currently associated with any context

前端 未结 2 1443
南旧
南旧 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.

提交回复
热议问题