System.EnterpriseServices.Wrapper.dll error

后端 未结 8 1724
自闭症患者
自闭症患者 2020-12-10 03:21

Parser Error Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific

相关标签:
8条回答
  • 2020-12-10 03:52

    Copy the file System.EnterpriseServices.Wrapper.dll

    from

    C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727

    to

    C:\WINDOWS\WinSxS\x86_System.EnterpriseServices_b03f5f7f11d50a3a_2.0.0.0_x-ww_7d5f3790\

    0 讨论(0)
  • 2020-12-10 04:00

    In one case, the System.EnterpriseServices.dll had been checked into version control and was read only. Simply deleting that individual dll and rebuilding fixed the issue.

    0 讨论(0)
  • I just stop IIS Express and run again my application.

    0 讨论(0)
  • 2020-12-10 04:01

    run Visual Studio as Administrator works for me

    0 讨论(0)
  • 2020-12-10 04:10

    For me , I just close the solution and reopen. Its solved.

    0 讨论(0)
  • 2020-12-10 04:11

    This happened to me when I had installed windows updates (and .Net 4.5.2 update) but was putting off the restart. Restarting my computer and thus allowing the updates to finalize fixed the issue.

    0 讨论(0)
提交回复
热议问题