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

Divyang Desai
  • 7,483
  • 13
  • 50
  • 76
Ray
  • 188
  • 2
  • 17

1 Answers1

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.

Community
  • 1
  • 1
bilpor
  • 3,467
  • 6
  • 32
  • 77
  • i didn't update any VS updates, i did only windows 10 updates....can it be the problem ?? what if i uninstall the latest update for windows10 ?? – Ray Sep 21 '16 at 13:18
  • I'd just re-install the VS updates first, this will be the easier solution since at some point in the future you will probably need the windows 10 update and/or it might auto install again anyway. – bilpor Sep 21 '16 at 13:21