Parser Error Message: Could not create type 'xxx'

后端 未结 3 1166
被撕碎了的回忆
被撕碎了的回忆 2020-12-11 10:52

i get this error

Parser Error Message: Could not create type \'charts.lineChartData\'.

Source Error: 

Line 1:  <%@ WebHandler Language=\"C#\" CodeBehin         


        
3条回答
  •  星月不相逢
    2020-12-11 11:40

    You usually get that when your code doesn't build, i.e. there is no dll so i can't load the handler type.

提交回复
热议问题