J
John the novice
Hi,
Im trying to use a OWC11 component in a UserControl which is being hosted in
a web browser but im unable to get it to work.
What I have is an empty user control (i put just a single label on it). This
user control is used in a web page and is activated by the following html code
<OBJECT ID="Cv"
classid="http:wcv.dll#wcv.UserControl1" >
</OBJECT>
When I navigate to the page my label is shown as expected. However if I add
the OWC11 piviot table control to my user control the web browser no longer
shows my user control.
Can anyone tell me what I need to do to get this to work ?
My User control is written using Visual studio 2005 and im using IE 6 to try
and view the control.
If I take my user control with the OWC11 component included and host it in a
windows form it works fine, it just when its hosted in a web browser that it
fails. No error message is display by IE, all it shows is the little square
box indicating that it failed to load the user control.
Thanks in advance,
John
Im trying to use a OWC11 component in a UserControl which is being hosted in
a web browser but im unable to get it to work.
What I have is an empty user control (i put just a single label on it). This
user control is used in a web page and is activated by the following html code
<OBJECT ID="Cv"
classid="http:wcv.dll#wcv.UserControl1" >
</OBJECT>
When I navigate to the page my label is shown as expected. However if I add
the OWC11 piviot table control to my user control the web browser no longer
shows my user control.
Can anyone tell me what I need to do to get this to work ?
My User control is written using Visual studio 2005 and im using IE 6 to try
and view the control.
If I take my user control with the OWC11 component included and host it in a
windows form it works fine, it just when its hosted in a web browser that it
fails. No error message is display by IE, all it shows is the little square
box indicating that it failed to load the user control.
Thanks in advance,
John