Base class includes the field 'X', but its type (System.Web.UI.ScriptManager) is not compatible with the type of control (System.Web.UI.ScriptManager)

后端 未结 12 1380
渐次进展
渐次进展 2021-01-03 21:16

The full error is

The base class includes the field \'ScriptManager1\', but its type (System.Web.UI.ScriptManager) is not compatible with the type of

12条回答
  •  夕颜
    夕颜 (楼主)
    2021-01-03 22:14

    I've run into this issue when upgrading a web application from .NET 2.0 to 3.5.

    Check your web.config is correctly set for .NET 3.5. I added/changed the following:

      
        
          
            

提交回复
热议问题