try to contact MS, there is a solution, I do not know how public it is;
it involves FEATURE_LIMIT_MONIKERS
"Jeff" wrote:
> Hi:
> I also have the same problem now, I greatly appreciate if any one can give
> me some suggestions! you can send mail to me:
>
> "David Myers" wrote:
>
> > We have a web application written in Visual J++ that we embed in a web page
> > viewed through Internet Explorer. This application has worked without
> > problems for years. However, when we installed the latest round of patches,
> > it no longer loads. If we uninstall KB896727 things are fine again. Some
> > research led us to conclude that KB903235 was the patch that caused the
> > problem.
> >
> > Our object is embedded with the following code in the web page:
> >
> > <OBJECT classid="java:com.ms.wfc.html.DhModule" height=0 width=0 ...
> > VIEWASTEXT>
> > <PARAM NAME=__CODECLASS VALUE="Class1">
> > <PARAM NAME=CABBASE VALUE="/onlineAdmin/WebRun.CAB#Version=5,0,0,95">
> > </OBJECT>
> > <INPUT ID=...
> >
> > Our problem is that this application has been deployed to a number of sites
> > over the years and we need to tell our customers how to work around this
> > issue. Any help that can be provided is appreciated.