Thursday, March 22, 2012

Windows Form Control problem

Has something happened to being able to host Windows Form Controls built in
..Net 2.0?
If a create a simple user control in 1.1, drop it in my virtual directory
and set the object tag correctly everything works great. If I write the exact
same control in 2.0, the control loads but scripts (JavaScript) report that
the 'Object doesn't support this property or method'. Is there some setting
to allow controls (Windows Form Controls derived from
System.Windows.Forms.UserControl) to work in IE?

Thanks in advance.
ErikNo, not much has changed. I can still successfully run such controls.
Of course there are some new IE issues such as Activation:
http://www.aspnetpro.com/Newsletter...p200606af_l.asp

--
I hope this helps,
Steve C. Orr, MCSD, MVP
http://SteveOrr.net

"Erik Read" <ErikRead@.discussions.microsoft.com> wrote in message
news:297BEFC3-0CE6-4BA3-B72C-5B80AFDAFB61@.microsoft.com...
> Has something happened to being able to host Windows Form Controls built
> in
> .Net 2.0?
> If a create a simple user control in 1.1, drop it in my virtual directory
> and set the object tag correctly everything works great. If I write the
> exact
> same control in 2.0, the control loads but scripts (JavaScript) report
> that
> the 'Object doesn't support this property or method'. Is there some
> setting
> to allow controls (Windows Form Controls derived from
> System.Windows.Forms.UserControl) to work in IE?
> Thanks in advance.
> Erik

0 comments:

Post a Comment