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

Answers were Sorted based on User's Feedback



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

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

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

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

Post New Answer

More Dot Net Remoting Interview Questions

Explain how to perform remoting?

0 Answers  


Difference between remoting and web service ?

1 Answers   Digital GlobalSoft,


Explain how can you automatically generate interface for the remotable object in .net with microsoft tools?

0 Answers  


Name the distributed systems available apart from .net remoting?

0 Answers  


What is an assembly and what does manifest consists ?

3 Answers   TCS,






What are the remotable objects in .net remoting?

0 Answers  


explain is .NET Remoting?

2 Answers   Mind Tree,


What is the Difference between CAO and SAO in Remoting.

0 Answers  


What are remotable objects in .NET Remoting?

2 Answers  


Define remotable objects in .net remoting?

0 Answers  


What distributed process frameworks outside .NET do you know?

1 Answers  


Define singleton activation mode in .net remoting?

0 Answers  


Categories