Parser Error: Server Error in '/' Application

前端 未结 19 2999
失恋的感觉
失恋的感觉 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:16

    I had this exact same issue when I downloaded the project source into two locations. The issue turned out to be by downloading the source it altered the sites virtual directory location and since I had not rebuilt the second source there were no DLLs there.

    1. To fix this issue open the project you wish to build and go to the web sites properties (Project menu)
    2. Create the virtual directory for the project.
    3. rebuild the project.

    Fixed

提交回复
热议问题