can i use a Forum which is developed in 1.1 Framework.
-
I have a project developed in 2.0 Framework, can i use a Forum which is developed in 1.1 Framework. Please suggest is there any problem to integrate the forum. Thanks in advance Arun Kr.
Arun Kr
-
I have a project developed in 2.0 Framework, can i use a Forum which is developed in 1.1 Framework. Please suggest is there any problem to integrate the forum. Thanks in advance Arun Kr.
Arun Kr
Kumar Arun wrote:
I have a project developed in 2.0 Framework, can i use a Forum which is developed in 1.1 Framework.
Can you use source code from a .NET 1.1 project? Sure. Most of the .NET 2.0 BCL is backwards compatible, but there are breaking changes. Can you use a .NET 1.1 compiled assembly in your .NET 2.0 project?? Most likely not, but only if the .NET 1.1 assembly MUST use the .NET 1.1 CLR. If this is the case, then no, you can't use the assembly because you cannot load two different versions of the .NET CLR into the same process. If the .NET 1.1 assembly will work fine running under the .NET 2.0 CLR, then yes, you can use it. But, like I said, there ARE breaking changes between .NET 1.1 and .NET 2.0 and above.
A guide to posting questions on CodeProject[^]
Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
2006, 2007