WCF common types not reused

前端 未结 7 1377
梦如初夏
梦如初夏 2020-12-09 04:53

Hint: This questions has many duplicates, but none of the solutions works for me.

What I have is a web service and a client, both having references to a shared assem

7条回答
  •  伪装坚强ぢ
    2020-12-09 05:14

    It is a bit of a long shot, but one possibility is that an old version of the shared dll is in the GAC.

    It tries to use the shared dll, finds a dll with types missing, and then reverts to creating types.

提交回复
热议问题