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 |
Can you configure a .NET Remoting object via XML file?
About performance issues on retrieving records ?
How to directly call a native function exported from a dll?
What do mean by remotable objects in .net remoting?
What security measures exist for .NET Remoting in System.Runtime.Remoting?
Explain how can you automatically generate interface for the remotable object in .net with microsoft tools?
What?s typical about a Windows process in regards to memory allocation?
What is the difference beween the registeractivatedservicetype() and registeractivatedclienttype()?
Define remotable objects in .net remoting?
What are static assemblies?
What is unmanaged code and will CLR handle this kind of code or not ?
What are the types of remoting?