Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

enable kill bits with regedit

344 views
Skip to first unread message

teotrasi

unread,
Mar 5, 2010, 5:07:45 AM3/5/10
to
maybe you don't solve the problem simply uninstalling it. You can directly change registry as follows (do it at your risk)

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\ActiveX Compatibility\{3A2B370C-BA0A-11D1-B137-0000F8753F5D}]
"Compatibility Flags"=dword:00800000

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\ActiveX Compatibility\{1E216240-1B7D-11CF-9D53-00AA003C9CB6}]
"Compatibility Flags"=dword:00800000

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\ActiveX Compatibility\{248DD896-BB45-11CF-9ABC-0080C7E7B78D}]
"Compatibility Flags"=dword:00800000

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\ActiveX Compatibility\{B09DE715-87C1-11D1-8BE3-0000F8754DA1}]
"Compatibility Flags"=dword:00800000

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\ActiveX Compatibility\{C932BA85-4374-101B-A56C-00AA003668DC}]
"Compatibility Flags"=dword:00800000

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\ActiveX Compatibility\{CDE57A43-8B86-11D0-B3C6-00A0C90AEA82}]
"Compatibility Flags"=dword:00800000

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\ActiveX Compatibility\{0ECD9B64-23AA-11D0-B351-00A0C9055D8E}]
"Compatibility Flags"=dword:00800000

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\ActiveX Compatibility\{6262D3A0-531B-11CF-91F6-C2863C385E30}]
"Compatibility Flags"=dword:00800000


Dik Hogeweide wrote:

Word 2003 crashes or fails to run macros after Windows Update last night
10-Mar-09

Word fails to excecute the winsck.ocx. It does not even show up in the file anymore, attempting to put it back generates the error that it is not registered correctly.

All changes in the security to allow activex components did not help.
Uninstall the kb960715 patch just restores as it was before.

Probably one of these patches the world did not asked for.

Dik

Previous Posts In This Thread:

On Wednesday, February 11, 2009 1:14 PM
Brian Knittel wrote:

Word 2003 crashes or fails to run macros after Windows Update last night
On two different systems that installed a Windows Update last night, Word
2003 no longer runs macros that worked yesterday.

On Vista SP1 64-bit, Word 2003 faults and quits. The exact statement that
causes the crash varies.
On XP Pro SP3, the same macro package just stops with run-time error 361,
"Can't load or unload
this object." loading a form.

On Vista, the macro application worked again after rolling back to the
system restore point taken at 3AM today.
I haven't rolled XP back yet. I can see only three updates installed last
night:

Security Update for Windows XP (KB960715)
Security Update for Windows Internet Explorer 7 (KB961260)
Update for Outlook 2003: Junk E-mail Filter (KB959614)


Anyone else seeing issues with Word 2003 today?

Brian

On Wednesday, February 11, 2009 2:15 PM
Brian Knittel wrote:

The macro application uses an MSFlexGrid control in a form, and it looks like
The macro application uses an MSFlexGrid control in a form, and it looks
like one of last night's updates included a kill bit for the FlexGrid
control. That may explain part of the problem. But Word shouldn't be
crashing outright.

On Thursday, February 12, 2009 5:50 AM
Terry Farrell wrote:

If this was due to the updates, you should call Microsoft and make a support
If this was due to the updates, you should call Microsoft and make a support
call. All support calls for update bugs are free of charge.

--
Terry Farrell - MSWord MVP

On Friday, February 13, 2009 3:12 PM
Brian Knittel wrote:

I don't know if they'd be interested in hearing about it.
I don't know if they'd be interested in hearing about it. Technically
speaking, the update didn't directly cause the problem. The update installed
a kill bit (disabled) an old version of the MSFlexGrid ActiveX control. With
the control disabled, Word crashed when it tried to instantiate the ActiveX
object in a form. The bug is in Word or VBA, and it's a generic problem
(handling of controls with kill bits) as opposed to something specific about
this particular update.

And, again technically speaking, it's my responsibility to have known that
the MSFlexGrid control was updated last October, and I should have
downloaded it and installed it before this kill bit came along.

Much worse things happened yesterday in the aftermath. I had a *heck* of a
time getting the application going again even after installing the updated
version of msflxgrd.ocx (obtained finally via a FoxPro hotfix. Microsoft
won't give this updated control away easily). Word simply refused to run the
form, saying that there was a missing object reference. I got the error
"Object library invalid or contains references to object definitions that
could not be found." In the References dialog, though, nothing said
"MISSING".

What it turned out to be was that the FlexGiid object had been registered
both machine-wide and specifically for my user account (that is, both under
HKEY_CLASSES_ROOT and in HKEY_CURRENT_USER\Software\Classes). I'm not sure
how this came to be, whether I ran regsvr32 under my own account before or
after installing the hotfix, or if the hotfix installer did it, or what, but
the upshot was that the damn thing would not instantiate until I deleted the
entries for the flexgrid control under HKEY_CURRENT_USER\Software\Classes.
It was just chance that I tried running the application as Administrator and
found that it worked; otherwise I would never have thought to look there.

Anyway -- one lesson here is that when you can't get an ActiveX control to
work in VBA or a Word or Excel macro form, check the registry to see if
HKEY_CURRENT_USER\Software\Classes has a definition for the control. It
probably should not. Controls should be registered by Administrator only,
and the definitions should be in HKEY_CLASSES_ROOT.

On Wednesday, February 18, 2009 2:49 PM
VenkatatCincy wrote:

Right now I am on your shoe and not only me many of my users having sameissue,
Right now I am on your shoe and not only me many of my users having same
issue, helpdesk doesn't want to change the registry file, is there any
workaround to solve this issue.
We are using MSFlexGrid ActiveX Control in Excel, when I try to debug we are
getting Compile Error, variable not defined at MSFlexGrid. Could you please
help me if you find solution.
Thanks in Advance,
V
Brian Knittel wrote:

On Wednesday, February 18, 2009 5:19 PM
Terry Farrell wrote:

The current solution is to uninstall update KB 960715.
The current solution is to uninstall update KB 960715.

--
Terry Farrell - MSWord MVP

On Tuesday, March 10, 2009 12:13 PM
Dik Hogeweide wrote:

Word 2003 crashes or fails to run macros after Windows Update last night
Word fails to excecute the winsck.ocx. It does not even show up in the file anymore, attempting to put it back generates the error that it is not registered correctly.

All changes in the security to allow activex components did not help.
Uninstall the kb960715 patch just restores as it was before.

Probably one of these patches the world did not asked for.

Dik


Submitted via EggHeadCafe - Software Developer Portal of Choice
WPF Custom Validation Using the Enterprise Library
http://www.eggheadcafe.com/tutorials/aspnet/9af7ac1a-d7f3-4e00-9aec-33ef1ec7d1a3/wpf-custom-validation-usi.aspx

dikhogeweide

unread,
Mar 5, 2010, 5:32:45 AM3/5/10
to
Thanks for the update. Undo the update did work for me.
I looked for another MSWinsck and found one that works fine.

The free Socketwrench works perfect even in Win 7.

Dik

teo trasi wrote:

enable kill bits with regedit
05-Mar-10

maybe you don't solve the problem simply uninstalling it. You can directly change registry as follows (do it at your risk)

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\ActiveX Compatibility\{3A2B370C-BA0A-11D1-B137-0000F8753F5D}]
"Compatibility Flags"=dword:00800000

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\ActiveX Compatibility\{1E216240-1B7D-11CF-9D53-00AA003C9CB6}]
"Compatibility Flags"=dword:00800000

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\ActiveX Compatibility\{248DD896-BB45-11CF-9ABC-0080C7E7B78D}]
"Compatibility Flags"=dword:00800000

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\ActiveX Compatibility\{B09DE715-87C1-11D1-8BE3-0000F8754DA1}]
"Compatibility Flags"=dword:00800000

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\ActiveX Compatibility\{C932BA85-4374-101B-A56C-00AA003668DC}]
"Compatibility Flags"=dword:00800000

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\ActiveX Compatibility\{CDE57A43-8B86-11D0-B3C6-00A0C90AEA82}]
"Compatibility Flags"=dword:00800000

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\ActiveX Compatibility\{0ECD9B64-23AA-11D0-B351-00A0C9055D8E}]
"Compatibility Flags"=dword:00800000

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\ActiveX Compatibility\{6262D3A0-531B-11CF-91F6-C2863C385E30}]
"Compatibility Flags"=dword:00800000

Previous Posts In This Thread:


Submitted via EggHeadCafe - Software Developer Portal of Choice

More Fun with Fluent NHibernate Automapping
http://www.eggheadcafe.com/tutorials/aspnet/50aa9259-6dbb-4d16-9639-81ee42171b00/more-fun-with-fluent-nhib.aspx

0 new messages