Windows Update后出现问题 [英] Problem after Windows Update

查看:91
本文介绍了Windows Update后出现问题的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

自动安装Windows Update后,



针对基于x64的系统的Windows 7的Internet Explorer 11更新(KB3025390)




每当我尝试运行任何读取网页的代码时,我都会收到"拒绝访问"错误frame(错误在以下示例的第三行中引发)。





       




Dim HTMLDoc
作为 mshtml。 HTMLDocument






Dim iHTMLCol
As mshtml。 IHTMLElemetCollection



iHTMLCol = HTMLDoc.parentWindow.frames.item(1).document.all





我在Windows 7 x64 Ultimate上使用Visual Studio 2010



一旦卸载更新,我就可以毫无问题地运行代码。


由于这是一个重要的更新,而不是可选的,它每次都会自动安装。这意味着我需要每次我想运行代码时都要卸载更新,这非常不方便。




更多信息:

http://support.microsoft.com/kb/3025390




$

解决方案

您好,


这是VB开发人员的论坛。


对于你的问题是答案论坛(微软给出的)它每次都有一个新名称,但它仍然有相同的链接)


http://answers.microsoft.com/en-us


After Windows Update installed automatically the

Update for Internet Explorer 11 for Windows 7 for x64-based Systems (KB3025390)

I get Access Denied error everytime I try to run any code that reads a web page frame (Error is thrown in the third line of the following example).

       

DimHTMLDoc Asmshtml.HTMLDocument

DimiHTMLCol Asmshtml.IHTMLElemetCollection

iHTMLCol = HTMLDoc.parentWindow.frames.item(1).document.all

I am using Visual Studio 2010 on Windows 7 x64 Ultimate

As soon as I uninstall the update, I can run the code without problem.

Since this is an Important update, not optional, it is automatically installed every time. This means I need to uninstall the update every time I want to run the code, which is quite inconvenient.

More information:
http://support.microsoft.com/kb/3025390

解决方案

Hello,

This is a forum for VB developers.

For your kind of questions are the answer forums (Microsoft gives it every time a new name but it has still the same link)

http://answers.microsoft.com/en-us


这篇关于Windows Update后出现问题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆