Parser Error Message: Could not load type 'sometype'

前端 未结 19 1815
情话喂你
情话喂你 2020-12-09 15:46

I am experiencing an error that I am unable to resolve for some time now. I was wondering if someone can help identify the cause of this error? I am completely new to asp /

19条回答
  •  自闭症患者
    2020-12-09 15:55

    Please check namespace and class name at all places, In one case, One team member changed namespace and I was using old namespace in .aspx file. It was causing issue. I updated namespace and it got working.

提交回复
热议问题