且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

Windows Update后出现问题

更新时间:2023-12-05 11:28:16

您好,


这是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