![]() | |
![]() |
| | Thread Tools | Search this Thread | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I would like to ask if the following works: 1. Library built in VS.Net 2002, and referenced in a WinForm created in VS.Net 2005 Yes 2. Library built in VS.Net 2005, and referenced in a WinForm created in VS.Net 2002 No In case I have an application that is built on .Net 1.0 Can I force it to run on .Net 2.0? Sure, you can specify that in the config file. Mattias -- Mattias Sjögren [C# MVP] mattias @ mvps.org http://www.msjogren.net/dotnet/ | http://www.dotnetinterop.com Please reply only to the newsgroup. |
#3
| |||
| |||
|
|
Any compatibility issue if I compile the winform in .net 2.0, leave the referenced libraries compilied in .net 1.0 and use .Net 2.0 CLR to run everything? Hopefully not, but there are some breaking changes documented here http://msdn.microsoft.com/netframewo...s/default.aspx if the library use .Net 1.0 version of System.Net and the machine has both .Net 1.0 and .Net 2.0 installed when the library referenced by .Net 2.0 winform would it use .Net 1.0 or .Net 2.0 version of the System.Net??? The version that comes with your loaded CLR version, i.e. 2.0. Mattias -- Mattias Sjögren [C# MVP] mattias @ mvps.org http://www.msjogren.net/dotnet/ | http://www.dotnetinterop.com Please reply only to the newsgroup. |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
| |