User1760015249 posted
Hi Friends,
I have a server with .net 4.0 and 2.0 frameworks SDKs.
I need to build two kinds for applications with 2.0 and 4.0 frameworks which are using GAC.
While running the application with 2.0 framework it is reading the GAC from 4.0(C:\Windows\Microsoft.NET\assembly\GAC_MSIL).
Is every time GAC will pickup from the latest version of .net for 2.0 framework applications also ?
Thanks in advance.