Which, if any, recent Windows updates should I uninstall to revivify Silverlight or rectify other problems?

0

All of a sudden, a large asp.net project stopped working, without any code changes relevant to the problem. As we are using Visual Studio 2010 here at work, I uninstalled the Update for Visual Studio 2012 (KB2781514), which perhaps had been installed because I installed a version of Visual Web Developer Express. Anyway, whether or not uninstalling that update fixed the problem, I don't know, because it is perhaps prior to the spot where a permissions/authentication error was occurring in the project that I now see this in our Silverlight report viewer page:

enter image description here

As the code had not changed from "working fine" to "no longer working" (the exact same code works on another machine, one that is not shut down each night and thus does not have all the updates that I have on my machine), we determined it was perhaps some updates to the computer that were gumming up the works.

In Windows 7, I can see installed updates via All Programs | Windows Updates | View Update History | Installed Updates, and found these updates in the window (no pun intended) between when the project was last observed working and when it busted down around O'Connally Corners (gratuitous Doobies reference):

6/18:

.NET Framework 4 Multi-Targeting Pack (1): KB2504637

6/19:

Windows Management Framework 3.0: KB2506143 Update for Visual Studio: KB2781514 - uninstalled 6/21, but still get Silverlight err msg (see SilverlightErrMsg.png)

6/20:

Update for Windows: KB2823180 KB2809215 KB2809900 Security Update for .NET Framework 4.5: KB2737083 KB2742613 Update for MS .NET Framework 4.5: KB2750147 KB2805221 KB2805226

I don't want to go on a "wild goose chase" uninstalling everything an update at a time, rebooting, retesting, etc. (if I can help it).

Is anybody aware of any of these updates causing a problem, or have an educated intuition on which one[s] could be the culprit[s]?

UPDATE

I reinstalled the Silverlight SDK, and it moved the error from one place to another, and to a different error. Now it's:

System.IO.FileLoadException was unhandled by user code HResult=-2147286790 Message=Could not load file or assembly 'TLDCommonLib, Version=1.0.0.0, Culture=neutral, PublicKeyToken=4ced62d0f7a74a89' or one of its dependencies. An API call exited abnormally. (Exception from HRESULT: 0x800300FA (STG_E_ABNORMALAPIEXIT)) Source=PollerDataImportServiceLib FileName=TLDCommonLib, Version=1.0.0.0, Culture=neutral, PublicKeyToken=4ced62d0f7a74a89 FusionLog==== Pre-bind state information === LOG: User = CCR\u9867duckbilledPlatypus

asp.net
visual-studio
silverlight
asked on Stack Overflow Jun 21, 2013 by B. Clay Shannon

1 Answer

1

I have had similar problems in the past with updates to Windows and / or VS breaking the Silverlight SDK.

Usually, reinstalling the Silverlight SDK will resolve this. Sometimes I have had to reinstall Silverlight and the SDK.

This answer on SO has a similar issue regarding that new exception you are seeing. The answer revolves around correcting user permissions.

answered on Stack Overflow Jun 21, 2013 by (unknown user) • edited May 23, 2017 by Community

User contributions licensed under CC BY-SA 3.0