Parser Error: Server Error in '/' Application

前端 未结 19 2981
失恋的感觉
失恋的感觉 2020-12-05 22:33

I got the following error: \"An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details a

19条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-05 23:23

    This happened to me when i was trying to merge two solutions. the problem was the namespace was not well configured in all files. one part of story solved with @Kevin Aenmey answer but many other's ... not!

    so the only way for me was to search for old namespace in the whole solution and replace them all with new namespace.maybe not the best option but in case of bad luck works nice

提交回复
热议问题