Parser Error Message: Could not load type 'sometype'

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

    I faced this issue and i got the solution from here and i would like to share it.

    SOLUTION Empty the bin folder. Build all the dependent class libraries and refer them in the main project and build the complete solution.

    I did this and it worked like a charm for me !!

提交回复
热议问题