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 |
How to decide which to use .net remoting or asp.net web services?
What is the purpose of System.EnterpriseServices namespace ?
Write a example code for remoting?
Difference between .net remoting versus distributed com?
What does manifest consists?
What?s a Windows process?
Define singleton activation mode in .net remoting?
How can you debug failed assembly binds?
What is the difference between the RegisterWellknownServiceType(), RegisterWellknownClientType(), RegisterActivatedServiceType() and RegisterActivatedClientType() in .net?
What are the situations you will use singleton architecture in remoting ?
Threading Types ?
How do you register a .NET assembly?