1.1 framework

B

Brian Shannon

I am using vs.net 2002 and framework 1.0

I would like to make use of some of the new properties introduced in 1.1 of
the framework such as the 'CheckChanged' event of the check box web control.

Is it possible to compie vs.net 2002 to use the 1.1 framework or do you need
to have vs.net 2003?

I am getting confused when reading articles and posted responses to previous
questions. I think this might be very straight forward.

Thanks
 
C

Craig Deelsnyder

I am using vs.net 2002 and framework 1.0

I would like to make use of some of the new properties introduced in 1.1 of
the framework such as the 'CheckChanged' event of the check box web control.

Is it possible to compie vs.net 2002 to use the 1.1 framework or do you need
to have vs.net 2003?

I am getting confused when reading articles and posted responses to previous
questions. I think this might be very straight forward.

Thanks

well, i don't think you can compile, but only if you feel brave, you can
try removing the System, System.Web, etc. references from your project
and instead point at the 1.1 dlls. i haven't tried that, don't know if
it's safe, so try at your own risk....

i don't think you'll ever be able to debug, tho you can may be able to
add items for 1.1 to the toolbox, etc. so in general, maybe only a
piece of vs.net can use 1.1. but you can always develop in 1.0 in 2002
and then run 1.1 on the server at runtime....
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top