2.0 Server Control running in a 1.x app?

  • Thread starter Thread starter Paul Prewett
  • Start date Start date
P

Paul Prewett

Hello all --

I have a simple question. Is it possible for a custom server control that
was developed using the .NET Framework 2.0 to be dropped into a 1.x web
application (i.e. take the 2.0 assembly, add it as a reference to a 1.x
project, and drop the control into one of the 1.x aspx pages)?

Thanks for any input.

-Paul Prewett
 
I have a simple question. Is it possible for a custom server control that
was developed using the .NET Framework 2.0 to be dropped into a 1.x web
application (i.e. take the 2.0 assembly, add it as a reference to a 1.x
project, and drop the control into one of the 1.x aspx pages)?

Not without converting the web application to 2.0 (which effectively makes
the 1.1 app a 2.0 app).
 
Hi Paul,

I agree with Erik on this. You'll have to configure the web site to run
with ASP.NET 2.0 to be able to use the custom control that is developed
using .NET Framework 2.0.

Please feel free to post here if anything is unclear.

Regards,
Walter Wang
Microsoft Online Community Support

==================================================
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.
==================================================

This posting is provided "AS IS" with no warranties, and confers no rights.
 
Back
Top