Framework 1.0 vs Framework 1.1

  • Thread starter Thread starter Guest
  • Start date Start date
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
 
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
 
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
 
Back
Top