Parser Error Message: Could not load type 'sometype'

前端 未结 19 1826
情话喂你
情话喂你 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:01

    It's likely that you renamed something. Check the Global.asax.cs file for the class declaration and make sure that the namespace and class name match exactly what's in the asax file. This includes case! Can you copy/paste the namespace and class declaration of the .cs file into a post here so that we can compare?

提交回复
热议问题