Framework 1.0 vs Framework 1.1

G

Guest

H

I have some doubt regarding compatiability between framework 1.0 and 1.

Can I use a component devoloped using Framework 1.1 in an application which is using Framework 1.0 for its devolopmen

Could you please answer m

Thanx in advanc
Sunil Sebastia
 
M

Miha Markic [MVP C#]

Hi,

I think you can as long as the component doesn't use any new features.

--
Miha Markic [MVP C#] - RightHand .NET consulting & software development
miha at rthand com
www.rthand.com

Sunil said:
Hi

I have some doubt regarding compatiability between framework 1.0 and 1.1

Can I use a component devoloped using Framework 1.1 in an application
which is using Framework 1.0 for its devolopment
 
C

Christopher Kimbell

C

Cowboy \(Gregory A. Beamer\)

It would be better to recompile the code using 1.0 when going backwards.
Going forward, the biggest issue is broken compatibility, and that touches
but a few sections of the Framework (XML is one good example).

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

**********************************************************************
Think Outside the Box!
**********************************************************************
Sunil said:
Hi

I have some doubt regarding compatiability between framework 1.0 and 1.1

Can I use a component devoloped using Framework 1.1 in an application
which is using Framework 1.0 for its devolopment
 

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