On Jun 25, 11:05 am, Rory Becker <rorybec...@new sgroup.nospamwr ote:
You should be able to use them all! You just won't have any of the
new language syntax to help you. You will have to call all the code
in the 'traditional' manner.
Just to add to this, the new syntax made available in VB2008 compiles
down to ordinary 2.0 IL. So any of the classes in the 3.5 assemblies
are available to be used from VS2005, you just have to code them in
the traditional manner using VB2005 syntax.
Chris
Yes it's true that there are large sections of libraries that you will be
able to use and I guess probably a lot of controls too.
able to use and I guess probably a lot of controls too.
new language syntax to help you. You will have to call all the code
in the 'traditional' manner.
>
But any new language features will be off limits as you need the new compiler
>
But any new language features will be off limits as you need the new compiler
>
down to ordinary 2.0 IL. So any of the classes in the 3.5 assemblies
are available to be used from VS2005, you just have to code them in
the traditional manner using VB2005 syntax.
Chris
Comment