publishing asp.net website give “Object reference not set to an instance of an object.” error

后端 未结 10 1525
遥遥无期
遥遥无期 2021-02-15 05:24

I am getting fed up with this error. I have search all over the web and tried every possible suggestion to this error I could find.

  1. delete app_code, build, add fil
10条回答
  •  旧巷少年郎
    2021-02-15 05:37

    Deleting all the *.compiled files from Bin folder of the website works for me. :)

    These files are safe to delete and are created during precompilation. For more info check this MSDN link.

提交回复
热议问题