windows-update

Genymotion problems in windows 10

帅比萌擦擦* 提交于 2019-11-29 21:47:10
I have a problem about Genymotion after updating my OS to Windows 10, fistly it did not open with this error: Virtualization engine not found. Plugin loading aborted. Also unable to load virtualbox engine. After all I tried to upload Genymotion version 2.0.3 and system worked but I could not upload any virtual device. Then uploaded 1 virtual device however it did not worked. Help Please.. Thank you You may try the following process: Run VirtualBox as administrator (By default is installed in C:\Program Files\Oracle\VirtualBox) Go to File -> Preferences -> Network (Left Navigation List) -> Host

WiX behaving badly on XP machine with windows update issues

北战南征 提交于 2019-11-29 16:26:13
My WiX bundle behaves very badly on a specific XP machine (x86). It stalls for six minutes during the "initializing" phase (before any bundled installers are run). From the logs it seems extremely likely it is due to the dodgy state of windows update on the machine: [090C:0FC0][2018-03-27T19:31:17]i358: Pausing automatic updates. [090C:0FC0][2018-03-27T19:37:23]w308: Automatic updates could not be paused due to error: 0x80080005. Continuing... [090C:0FC0][2018-03-27T19:37:23]i360: Creating a system restore point. I am using WiX v3.10 to make the bundle. I can find very similar situations from

Excel/VBA Automation Errors due to Office Service Pack 3.0 caused by Forms

吃可爱长大的小学妹 提交于 2019-11-29 02:25:34
After installing all latest windows updates my Excel VBA code is showing an automation error at the very start of the first module. It contains some forms as well as numerous modules of VBA code. However, when removing the forms (and associated code) everything is fine. The same thing happened about a year ago after some other windows updates. Back then deleting the .exd files did the trick, but the current updates (including Service Pack 3) seem to be different. What is going on and how can I get the forms to work? All the code is unchanged and has survived all previous windows/office updates

WCF service errors after installing WindowsXP updates

橙三吉。 提交于 2019-11-28 23:27:47
Greetings, today before I start working on my application I updated my WinXP. After all updates have been installed my WCF service stop working. There is a following error when I try to open service.svc file in the browser: Configuration Error Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately. Parser Error Message: An error occurred creating the configuration section handler for system.serviceModel/bindings: Could not load type 'System

Genymotion problems in windows 10

梦想的初衷 提交于 2019-11-28 17:35:32
问题 I have a problem about Genymotion after updating my OS to Windows 10, fistly it did not open with this error: Virtualization engine not found. Plugin loading aborted. Also unable to load virtualbox engine. After all I tried to upload Genymotion version 2.0.3 and system worked but I could not upload any virtual device. Then uploaded 1 virtual device however it did not worked. Help Please.. Thank you 回答1: You may try the following process: Run VirtualBox as administrator (By default is

WiX behaving badly on XP machine with windows update issues

三世轮回 提交于 2019-11-28 11:05:25
问题 My WiX bundle behaves very badly on a specific XP machine (x86). It stalls for six minutes during the "initializing" phase (before any bundled installers are run). From the logs it seems extremely likely it is due to the dodgy state of windows update on the machine: [090C:0FC0][2018-03-27T19:31:17]i358: Pausing automatic updates. [090C:0FC0][2018-03-27T19:37:23]w308: Automatic updates could not be paused due to error: 0x80080005. Continuing... [090C:0FC0][2018-03-27T19:37:23]i360: Creating a

After Windows update “The type or namespace name 'Html' does not exist in the namespace 'System.Web.Mvc'”

徘徊边缘 提交于 2019-11-28 04:48:50
I did a Windows update and afterwards my asp.net mvc 5 application will no longer load complaining about CS0234: The type or namespace name 'Html' does not exist in the namespace 'System.Web.Mvc' indicating my views web.config is at fault <system.web.webPages.razor> <host factoryType="System.Web.Mvc.MvcWebRazorHostFactory, System.Web.Mvc, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" /> <pages pageBaseType="System.Web.Mvc.WebViewPage"> <namespaces> <add namespace="System.Web.Mvc" /> <add namespace="System.Web.Mvc.Ajax" /> <add namespace="System.Web.Mvc.Html" /> <add

System.Web.Mvc not functioning as expected after Windows Update

半世苍凉 提交于 2019-11-27 19:35:10
After yesterday's Windows Update, I seem to have issues building my projects. Related Windows Updates could be: ASP.NET MVC 2.0: KB2993939 ASP.NET MVC 3.0: KB2993937 ASP.NET MVC 4.0: KB2993928 ASP.NET MVC 5.0: KB2992080 ASP.NET MVC 5.1: KB2994397 These errors all seem to be related to the System.Web.Mvc namespace of which I checked; it is still being associated with the project under References . What could have gone wrong with my MVC project during the Windows Update, and how should I go about rectifying it? Here is the log that indicates the updates administered today: The recent updates

Excel/VBA Automation Errors due to Office Service Pack 3.0 caused by Forms

寵の児 提交于 2019-11-27 16:43:59
问题 After installing all latest windows updates my Excel VBA code is showing an automation error at the very start of the first module. It contains some forms as well as numerous modules of VBA code. However, when removing the forms (and associated code) everything is fine. The same thing happened about a year ago after some other windows updates. Back then deleting the .exd files did the trick, but the current updates (including Service Pack 3) seem to be different. What is going on and how can

Use C# to interact with Windows Update

我的梦境 提交于 2019-11-27 13:16:44
Is there any API for writing a C# program that could interface with Windows update, and use it to selectively install certain updates? I'm thinking somewhere along the lines of storing a list in a central repository of approved updates. Then the client side applications (which would have to be installed once) would interface with Windows Update to determine what updates are available, then install the ones that are on the approved list. That way the updates are still applied automatically from a client-side perspective, but I can select which updates are being applied. This is not my role in