Could not load file or assembly 'System.EnterpriseServices.Wrapper.dll' is not a valid Win32 application in MVC application

1

I am using MVC app having .net 4.5 and it was working fine in, 4 days back windows 10 update has happened and my IIS setting has gone.

After that i couldn't able to run my MVC app in Visual studio and it starts giving

Could not load file or assembly 'System.EnterpriseServices.Wrapper.dll' or one of its dependencies. is not a valid Win32 application. (Exception from HRESULT: 0x800700C1)

Every time, and don't understand what could be the reason, i searched so many posts, links, solutions are like moving dlls, etc.

Can somebody give my what is the reason and how can solve it

asp.net-mvc
iis
dll
wrapper
asked on Stack Overflow Sep 21, 2016 by Ray • edited Sep 21, 2016 by Divyang Desai

1 Answer

0

this might help system enterprice services error

Also, it might be worth re-installing the latest updates to Visual Studio as these often get corrupted on operating system updates.

answered on Stack Overflow Sep 21, 2016 by bilpor • edited May 23, 2017 by Community

User contributions licensed under CC BY-SA 3.0