Adding System.Web.Script reference in class library

前端 未结 2 370
后悔当初
后悔当初 2020-12-02 14:10

I am currently moving code from my app_code folder to a class library. I have tagged several methods with [System.Web.Script.Serialization.ScriptIgnore] attrib

2条回答
  •  误落风尘
    2020-12-02 14:27

    You need to add a reference to System.Web.Extensions.dll in project for System.Web.Script.Serialization error.

提交回复
热议问题