Google Groups Home
Help | Sign in
KB891781 DHTML edit update - no such interface supported
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  10 messages - Collapse all
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
Pat Magnan  
View profile
 More options Feb 14 2005, 7:43 pm
Newsgroups: microsoft.public.inetsdk.programming.dhtml_editing
From: p...@sluggo.org (Pat Magnan)
Date: 14 Feb 2005 16:43:39 -0800
Local: Mon, Feb 14 2005 7:43 pm
Subject: KB891781 DHTML edit update - no such interface supported
Hi All:

I haven't seen this exact issue posted here, but apologize if this has
been replied to previously.

The company I work for uses the MS DHTML edit control as our primary
editor in our software product. Since the release of this hotfix, we
have only developed one solution, which is to remove the update, then
try to coerce our customer's corporate IT people to hold off deploying
it.

We did a little research with the DHTML edit control, and it would
appear that many of the interfaces it exports return NULL pointers,
specifically any interface which would return a reference to the DOM
document. We access the object through the OCX, in a Delphi
application, so perhaps there is a solution available to a C++
developer that we don't currently have available.

I know of a handful of other applications that are similarly broken,
is there documentation available on a new method of using the
control(s)? Is there a way to instantiate it that is 'safe' such that
we can again access the DOM object? Running it in our application on
the local machine doesn't seem like it should relate to 'cross site
scripting' which is what was apparently resolved...


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
David Alison  
View profile
 More options Feb 15 2005, 8:53 am
Newsgroups: microsoft.public.inetsdk.programming.dhtml_editing
From: "David Alison" <no_spam_drali...@hotmail.com>
Date: Tue, 15 Feb 2005 08:53:16 -0500
Local: Tues, Feb 15 2005 8:53 am
Subject: Re: KB891781 DHTML edit update - no such interface supported
Hi Pat,

You are not the only one.  There are a huge number of products that now do
not work as a result of KB891781 being installed.  We have had to resort to
uninstalling the patch before our application starts using the following
call:

%windir%\$NtUninstallKB891781$\spuninst\spuninst.exe /quiet

The vendor of the DHTML editing control I use in Delphi (Profgrid) has told
us that Microsoft eliminated documented interfaces in this control throught
that patch.  I believe that this problem will become significantly larger in
the days ahead as people begin to apply the windows patches and realize that
some of their applications do not work.

Microsoft needs to address this ASAP.

--David

"Pat Magnan" <p...@sluggo.org> wrote in message

news:a8b73b06.0502141643.242011b7@posting.google.com...


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
D. J. W. van Kooten  
View profile
 More options Feb 17 2005, 5:49 am
Newsgroups: microsoft.public.inetsdk.programming.dhtml_editing
From: D.J.W. van Kooten <pub...@ic2remove.this.com>
Date: Thu, 17 Feb 2005 11:49:06 +0100
Local: Thurs, Feb 17 2005 5:49 am
Subject: Re: KB891781 DHTML edit update - no such interface supported
On Tue, 15 Feb 2005 08:53:16 -0500, "David Alison"

<no_spam_drali...@hotmail.com> wrote:
>The vendor of the DHTML editing control I use in Delphi (Profgrid) has told
>us that Microsoft eliminated documented interfaces in this control throught
>that patch.  I believe that this problem will become significantly larger in
>the days ahead as people begin to apply the windows patches and realize that
>some of their applications do not work.

Hello David,

We use dhtml:Dom to get the text value and the content of a selection
and have the problems too.  I believe there must be other ways to
accomplish this, as I find only a very limited of complaints about
this patch. The Profgrid forum for example, where you are refering to,
does not have a single entry about this.

Does anybody have an alternative way to get this info without
violating MS patch?

Dick


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
n...@mytools.com  
View profile
 More options Feb 17 2005, 2:45 pm
Newsgroups: microsoft.public.inetsdk.programming.dhtml_editing
From: N...@MyTools.com
Date: 17 Feb 2005 11:45:57 -0800
Local: Thurs, Feb 17 2005 2:45 pm
Subject: Re: KB891781 DHTML edit update - no such interface supported

Dick, you should check back to the Profgrid forum... There is lots of
info about this problem and even a (good) temporary solution posted
2-17 by Olaf.

    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
j.edwards  
View profile
 More options Feb 21 2005, 1:15 am
Newsgroups: microsoft.public.inetsdk.programming.dhtml_editing
From: "j.edwards" <j.edwards__NOSPAM__._._...@sagetechnology.com.au>
Date: Mon, 21 Feb 2005 17:15:50 +1100
Local: Mon, Feb 21 2005 1:15 am
Subject: Re: KB891781 DHTML edit update - no such interface supported
I've also got this problem, and have done a quick test with some new apps.
Delphi doesn't work, but VB does. Coincidence? They can't have just pulled
the interfaces because it still works fine in VB. What would VB doing
differently?

    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Michael Vidrevich  
View profile
 More options Feb 21 2005, 9:02 am
Newsgroups: microsoft.public.inetsdk.programming.dhtml_editing
From: "Michael Vidrevich" <michae...@sapiens.com>
Date: Mon, 21 Feb 2005 16:02:20 +0200
Local: Mon, Feb 21 2005 9:02 am
Subject: Re: KB891781 DHTML edit update - no such interface supported
Hi, All!
I got the problem like this in my C++ code.
But my problem is incorrect use of IPersistStream. Microsoft guys changed
the internal format of the dhtmledit control description (persist stream
content) that used for store/restore object state. So, if you object calls
internal interfaces it may be a problem.

Best Regards & Good Luck,
Michael

"Pat Magnan" <p...@sluggo.org> wrote in message

news:a8b73b06.0502141643.242011b7@posting.google.com...


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Thomas Zangl  
View profile
 More options Feb 21 2005, 3:30 am
Newsgroups: microsoft.public.inetsdk.programming.dhtml_editing
From: Thomas Zangl <use...@tzis.net>
Date: Mon, 21 Feb 2005 09:30:31 +0100
Local: Mon, Feb 21 2005 3:30 am
Subject: Re: KB891781 DHTML edit update - no such interface supported

David Alison wrote:

Hi all!

> The vendor of the DHTML editing control I use in Delphi (Profgrid) has told
> us that Microsoft eliminated documented interfaces in this control throught
> that patch.  I believe that this problem will become significantly larger in
> the days ahead as people begin to apply the windows patches and realize that
> some of their applications do not work.

"We too" - they stopped our entiere application with this :-/

> Microsoft needs to address this ASAP.

Definitly. Additionally they should release a developer notice to the
public instead letting them alone in the rain...

--
----------------------------------------------------------------
,yours Thomas Zangl -tho...@tzi.dhs.org- -TZ1-6BONE-
-http://tzi.dhs.org - http://www.borg-kindberg.ac.at
Use YAMC! now! Get it at http://www.borg-kindberg.ac.at/yamc/


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Willie Moore  
View profile
 More options Mar 1 2005, 6:57 pm
Newsgroups: microsoft.public.inetsdk.programming.dhtml_editing
From: "Willie Moore" <will...@wmconsulting.com>
Date: Tue, 1 Mar 2005 17:57:23 -0600
Local: Tues, Mar 1 2005 6:57 pm
Subject: Re: KB891781 DHTML edit update - no such interface supported
Hey,

VB breaks just as easy if you do something as simple as this:
    oDOM = oDHTML.DOM ' will fail on this line

I am still looking for a solution.

Regards,

Willie

"j.edwards" <j.edwards__NOSPAM__._._...@sagetechnology.com.au> wrote in
message news:42197c96$0$79233$c30e37c6@lon-reader.news.telstra.net...


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Rohan Reddy  
View profile
 More options Mar 1 2005, 11:52 pm
Newsgroups: microsoft.public.inetsdk.programming.dhtml_editing
From: "Rohan Reddy" <grohanre...@hotmail.com>
Date: Wed, 2 Mar 2005 10:22:16 +0530
Local: Tues, Mar 1 2005 11:52 pm
Subject: Re: KB891781 DHTML edit update - no such interface supported
try this:
    set oDOM = oDHTML.DOM

Regards,
Rohan Reddy

"Willie Moore" <will...@wmconsulting.com> wrote in message

news:ai7Vd.40246$Rl5.3175@bignews4.bellsouth.net...


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Willie Moore  
View profile
 More options Mar 2 2005, 10:11 am
Newsgroups: microsoft.public.inetsdk.programming.dhtml_editing
From: "Willie Moore" <will...@wmconsulting.com>
Date: Wed, 2 Mar 2005 09:11:38 -0600
Local: Wed, Mar 2 2005 10:11 am
Subject: Re: KB891781 DHTML edit update - no such interface supported
Rohan,

The set give the same thing. Microsoft made some major changes to DOM access
with K891781. My sample is just a snippet to show the issue. To see the
issue, create a new project, add DHTML in as a reference. Add a single
command button and paste the code below. You should get error message:
     Run-time error -214748113 (8000ffff)
     method DOM of object iDhtmlEdit failed

Regards,

Willie

Private Sub Command1_Click()
    Dim oDHTML As New DHTMLEdit
    Dim oDOM As Object
    Set oDOM = oDHTML.DOM
End Sub

"Rohan Reddy" <grohanre...@hotmail.com> wrote in message

news:%23xVjROuHFHA.3376@TK2MSFTNGP14.phx.gbl...


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2008 Google