by APIJunkie
4. June 2010 23:29
I was doing the rounds and updating 2 machines, running XP Pro and 2003 Server, with Silverlight 3 run time pre installed on them. When the update was complete I couldn’t view any Silverlight based web sites with IE 8 on both machines.
I would only receive an install Silverlight message. It was as if Silverlight was not installed on the machines any more.
A quick check in the IE installed component list (Tools/Internet Options/Programs/Manage add-ons/Show all add-ons) showed me I was automatically upgraded to Silverlight 4 (Version 4.0.50524.0) which seems fine.
To solve the problem I did the following:
1. Went to http://www.microsoft.com/silverlight/.
2. Pressed the install Silverlight button which crashed the installer (on npctrl.dll).
3. Restarted the browser at which point I got a message telling me I need to restart the browser again.
4. Restarted the browser for the second time which made Silverlight runtime and IE happy and willing to play together again.
by APIJunkie
22. January 2008 07:48
Recently One of my Vista machines started suffering from insomnia.
Every time Vista would go into sleep mode it will power down but will immediately wake up after a couple of seconds.
A little search in the windows system event log produced the following event: EventID 1, Wake Source: Device -USB Root Hub.
A little further search on Google landed me in a Microsoft KB that might help some one else but did not solve my problem:
A computer that is running Windows Vista appears to sleep and then immediately wake.
Although the above KB did not solve my problem, it came pretty close.
As it turns out some devices do not behave very well with power management turned on.
In my case it was a USB mouse.
To solve my problem I had to disable the mouse ability to wake up the computer from sleep mode.
In your case it might be another connected device.
If you want to disable a device's ability to wake your computer from sleep mode follow the steps below:
1. Click Start, right-click Computer, and then click Manage.
2. In the User Account Control dialog box, click Continue.
3. Click Device Manager, expand the device family in question (in my case it was "Mice and Other Pointing Devices").
4. Right-click the device, and then click Properties.
4. Click the Power Management tab, uncheck the "Allow this device to wake the computer" check box, and then click OK.
Hope this helps some one else...