T
tcw
Is it safe to use a third party's C# library which was built with .NET 1.1
in my .NET 2.0 projecct? Thank you in advance.
-tcw
in my .NET 2.0 projecct? Thank you in advance.
-tcw
Cowboy (Gregory A. Beamer) said:.NET 2.0 is backwards compatible with 1.1, so you should be able to stick
any 1.1 assembly into your project and run it without problems. I say
"should" as there is always a potential that somethign will not work. If
you have the option of a 2.0 assembly, I would choose that first. If not,
be a bit paranoid and test, test, test. This is good advice, no matter
what you are building.
--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA
http://gregorybeamer.spaces.live.com
*********************************************
Think outside the box!
*********************************************