Blog Stats
  • Posts - 14
  • Articles - 2
  • Comments - 5
  • Trackbacks - 5

 

Referring 1.1 framework compiled DLLs in 2.0 Application and vice-versa

We can refer the 1.1 framework compiled dlls in Web applications developed in 2.0 without any extra effort. However we can not refer the 2.0 compiled dlls in 1.1 framework application the reason is well illustrated in the thread at ASP.NET Migration forum which says : using COM Interop it won't work because even if it uses COM for "interoperating" it still needs the .NET Framework to run. Since you cannot load 2 versions of the .NET Framework in the same process it will end up running against .NET 1.1 and fail.

However this thread  says  there is a workaround to refer 2.0 compiled dlls in 1.1 framework application using MSBuild ..!! 


Feedback

No comments posted yet.


Post a comment





 

 

 

Copyright © Parmeshwar Arewar