System.EnterpriseServices.Wrapper.dll error

隐身守侯 提交于 2019-11-29 03:47:49
user157697

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\

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.

Visionnaire

I fixed the

System.EnterpriseServices.Wrapper.dll

by installing .NET framework 3.5.

The Framework 3.0 caused the problem.

delete bin folder in project, then rebuilt it.

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.

run Visual Studio as Administrator works for me

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

I just stop IIS Express and run again my application.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!