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

How can you tell the application to look for assemblies at the locations other than its own install?

1 Answers  


Can you configure a .NET Remoting object via XML file?

1 Answers   Tavant Technologies,


Explain marshalling and its types in .net remoting

0 Answers  


About .NET Remoting and types of remoting ?

2 Answers   MMTS, SunGard,


What are the types of remoting?

0 Answers  






What is ODP.NET?

1 Answers   Microsoft, TCS,


What are the situations you will use singleton architecture in remoting ?

0 Answers  


What is fundamental of published or precreated objects in remoting?

0 Answers  


About remoting and web services. Difference between them?

6 Answers   Microsoft,


What are different types of assemblies?

0 Answers  


What is strong name and what is the need of it ?

1 Answers   Digital GlobalSoft,


What are the threading types?

0 Answers  


Categories