locked
GAC issue in server RRS feed

  • Question

  • 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.

    Tuesday, January 16, 2018 7:26 PM

All replies

  • User465171450 posted

    Is the 2.0 application running in a 2.0 application pool or a 4.0 application pool?

    Tuesday, January 16, 2018 8:57 PM
  • User1760015249 posted

    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.

    Wednesday, January 17, 2018 3:35 AM