Build error: “An expression is too long or complex to compile”

后端 未结 10 1801
无人及你
无人及你 2020-12-11 15:57

Every now and then when I build a specific solution, I\'ll get a random amount of \"An expression is too long or complex to compile\" in the Error List window. However, the

10条回答
  •  爱一瞬间的悲伤
    2020-12-11 16:16

    I can share our experience with this error. Typical Microsoft masterpiece (or just a piece...) Our problem was actually due to too many DLLs for IIS to compile. Diagnosing it was a pain (as diagnostics is nonexistent). Removing some unnecessary DLLs (like unit test DLLs) from the main BIN folder has gotten rid of the problem. Go figure...

提交回复
热议问题