Last post Jan 17, 2018 03:35 AM by newuser5431
Member
6 Points
34 Posts
Jan 16, 2018 07:26 PM|newuser5431|LINK
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.
All-Star
26071 Points
5892 Posts
Jan 16, 2018 08:57 PM|markfitzme|LINK
Is the 2.0 application running in a 2.0 application pool or a 4.0 application pool?
Jan 17, 2018 03:35 AM|newuser5431|LINK
markfitzme Is the 2.0 application running in a 2.0 application pool or a 4.0 application pool?
I am building the application in Jenkins slave using jenkins.
No IIS in jenkins slave.
Member
6 Points
34 Posts
GAC issue in server
Jan 16, 2018 07:26 PM|newuser5431|LINK
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.
All-Star
26071 Points
5892 Posts
Re: GAC issue in server
Jan 16, 2018 08:57 PM|markfitzme|LINK
Is the 2.0 application running in a 2.0 application pool or a 4.0 application pool?
Member
6 Points
34 Posts
Re: GAC issue in server
Jan 17, 2018 03:35 AM|newuser5431|LINK
I am building the application in Jenkins slave using jenkins.
No IIS in jenkins slave.