using versions 1.1 and 2.0 in the same app

G

Guest

Hi. I want to start writing components in version 2.0, but I don't want to
migrate the rather large app I'll be calling them from to 2.0 from version
1.1 until the release verision of 2.0 comes out. Is it possible to use a 2.0
component in a 1.1 application? Perhaps by using separate application spaces
for the two?
 
M

Mattias Sjögren

Is it possible to use a 2.0
component in a 1.1 application?

Yes, but only if it runs with the 2.0 runtime. And you'll not be able
to reference a 2.0 assembly when compiling a 1.1 application.



Mattias
 

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