Can you have two files with the same file name in GAC?
Answers were Sorted based on User's Feedback
Answer / dev
Yes i can put two file with the same name into GAC with
different version number.
| Is This Answer Correct ? | 9 Yes | 2 No |
Answer / 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 |
Garbage collector?s functionality on unmanaged code ?
Explain the difference between the registerwellknownservicetype(), registerwellknownclienttype(), registeractivatedservicetype() and registeractivatedclienttype() in .net?
Define proxy in .net remoting?
In which conditions do you opt for Remoting services?
8 Answers Manland, Tech Mahindra,
How can you tell the application to look for assemblies at the locations other than its own install?
About Iunknown interface Queue ,its methods Query Interface Addref,Release and Explain each ?
what is sitemap
Will clr handle unmanaged code or not?
What are the security features in .net remoting?
What is the proxy of the server object in .net remoting?
What are channels in .NET Remoting?
What are different types of assemblies?