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

后端 未结 10 1780
无人及你
无人及你 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:26

    I had the same problem in a 64-bit machine (VS 2012).

    I used @MikeFlynn's answer to locate the folder causing the error.

    Finally I discovered I had a Help.aspx page with no code behind - just HTML but it had multiple icon images embedded as base 64

    
                                                            
提交回复
热议问题