Can you have two files with the same file name in GAC?

Answer Posted / guest

GAC is a very special folder, normally you would not be
able to place two files with the same name into a Windows
folder, GAC differentiates by version number as well, so
it?s possible for MyApp.dll and MyApp.dll to co-exist in
GAC if the first one is version 1.0.0.0 and the second one
is 1.1.0.0.

Is This Answer Correct ?    10 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is it a good design practice to distribute the implementation to remoting client?

502


What are the types of remoting?

540


Explain serialization formatters in .net remoting

564


Write a example code for remoting?

520


Explain the difference between the registerwellknownservicetype(), registerwellknownclienttype(), registeractivatedservicetype() and registeractivatedclienttype() in .net?

520






What are static assemblies and dynamic assemblies. Differences between them?

628


Explain the Flow of remoting?

597


What is the purpose of strong name?

569


How can we call methods in remoting asynchronously?

514


What are the ways to renew lifetime leases of objects?

573


What is Remoting?

636


How to directly call a native function exported from a dll?

563


Name the distributed systems available apart from .net remoting?

558


Difference between .net remoting versus distributed com?

560


What is a formatter in .net remoting?

582