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
Name the distributed systems available apart from .net remoting?
What are the steps to publish an object outside the service domain
what is Client-activated object in remoting?
What do you mean by windows authentication?
What is asynchronous programming?
What is fundamental of published or precreated objects in remoting?
About Iunknown interface Queue ,its methods Query Interface Addref,Release and Explain each ?
Explain the types of .net remoting?
How can we call methods in remoting asynchronously?
How do you implement distributed applications in .net?
Explain how can you automatically generate interface for the remotable object in .net with microsoft tools?
What is unmanaged code?
Which Namespaces is used to achieve the Remoting?
What are the different types of channels used by .net remoting?
Explain how to directly call a native function exported from a dll?