U
Ulrich Strauss
Hiyas,
I seem to have a strange problem with the webbrowser control:
..NET CF 2.0 SP2 Windows Forms Application.
Form contains a WebBrowser-Control.
If I open a page (Navigate) in the Webbrowser-Control that contains an
OBJECT Tag I can observe the following 2 problems:
a) I receive at least one Exception in rpct4.dll which hints to a
E_NO_INTERFACE problem
b) It looks like the the webbrowser control is not able to
create/accept/read cookies on the device.
If I open the same page in iesample or iesimple, no exception occours and
cookies are created/read as expected.
The most easy way to recreate the problem is a simple html-file which will
include an objecttag to instantiate a mediaplayer-ocx control. As a result
of the problem the mediaplayer.ocx e.g. will not pass on login-cookies for
drm-protected content.
(Callstacks etc available)
I already tried to tie down which interface might cause the problem. But
without any luck.
Anyone has a hint on this?
-Ulrich
I seem to have a strange problem with the webbrowser control:
..NET CF 2.0 SP2 Windows Forms Application.
Form contains a WebBrowser-Control.
If I open a page (Navigate) in the Webbrowser-Control that contains an
OBJECT Tag I can observe the following 2 problems:
a) I receive at least one Exception in rpct4.dll which hints to a
E_NO_INTERFACE problem
b) It looks like the the webbrowser control is not able to
create/accept/read cookies on the device.
If I open the same page in iesample or iesimple, no exception occours and
cookies are created/read as expected.
The most easy way to recreate the problem is a simple html-file which will
include an objecttag to instantiate a mediaplayer-ocx control. As a result
of the problem the mediaplayer.ocx e.g. will not pass on login-cookies for
drm-protected content.
(Callstacks etc available)
I already tried to tie down which interface might cause the problem. But
without any luck.
Anyone has a hint on this?
-Ulrich