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

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

1 Answers  


About performance issues on retrieving records ?

1 Answers   DELL,


How to directly call a native function exported from a dll?

0 Answers  


What do mean by remotable objects in .net remoting?

0 Answers  


What security measures exist for .NET Remoting in System.Runtime.Remoting?

1 Answers  






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

0 Answers  


What?s typical about a Windows process in regards to memory allocation?

1 Answers  


What is the difference beween the registeractivatedservicetype() and registeractivatedclienttype()?

0 Answers  


Define remotable objects in .net remoting?

0 Answers  


What are static assemblies?

0 Answers  


What is unmanaged code and will CLR handle this kind of code or not ?

1 Answers   DELL,


What are the types of remoting?

0 Answers  


Categories