Rajanikant Hawaldar
Suppose i have an assembly called A.dll Version 1.0, i created another version of A.dll version 2.0 can i register both the dll in GAC

Suppose i have an assembly called A.dll Version 1.0, i created another version of A.dll version 2.0 can i register both the dll in GAC

By Rajanikant Hawaldar in .NET on Jul 14 2021
  • Sonil  Kumar
    Jul, 2021 26

    GAC distinguished the assembly using the version number. If they are different you can install multiple dll with same name. The problem when same version exits is called dll hell. Which is no more longer exists anymore.

    • 1
  • Ajay Singh
    Jul, 2021 24

    Yes, same name assemblies with diffrent versions are possible in GAC.

    • 0
  • Praveen Padle
    Jul, 2021 20

    Yes you can register both dll’s

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS