Parser Error Message: Could not load type 'sometype'

前端 未结 19 1822
情话喂你
情话喂你 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 16:11

    I had the same issue after renaming an aspx page Visual studio renamed it but dropped the namespace. Make sure the Inherits property contains the fully Qualified name including the namespace.

提交回复
热议问题