c# - Long-untouched ASP.NET app throws "Could not load file or assembly 'System.EnterpriseServices.Wrapper.dll'" after Server 2008 security updates -


i have app has been running years on .net 3.5 targeted asp.net application.

last night slew of overdue updates hit web server (windows 2008, iis7), , app doesn't work.

the app fails when trying connect access database (via standard built in libraries; nothing third party in play here), , error message is:

could not load file or assembly 'system.enterpriseservices.wrapper.dll

i've googled extensively , advice same: repair/reinstall .net framework.

i have done this; did full uninstall , re-install of framework 3.5 , 4.5. no help. copying 2 enterpriseservices dlls web site app's bin folder did not either.

i did digging in process explorer not expert in app.

any suggestions?

not viable long term solution, wanted update rolling security patches resulted in app working again. 1 of these four:

security update microsoft .net framework 3.5 sp1 on windows xp, server 2003, vista , server 2008 x64 (kb2861697)

security update microsoft .net framework 3.5 sp1 on windows xp, server 2003, vista, , server 2008 x64 (kb2604111)

security update microsoft .net framework 3.5 sp1 on windows xp, server 2003, vista, , server 2008 x64 (kb2736416)

security update microsoft .net framework 3.5 sp1 on windows xp, server 2003, vista, , server 2008 x64 (kb2840629)


Comments

Popular posts from this blog

c++ - QTextObjectInterface with Qml TextEdit (QQuickTextEdit) -

javascript - angular ng-required radio button not toggling required off in firefox 33, OK in chrome -

xcode - Swift Playground - Files are not readable -