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

What distributed process frameworks outside .NET do you know?

1 Answers  


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

0 Answers  


How can you debug failed assembly binds?

1 Answers  


Write a example code for remoting?

0 Answers  


What do you mean by passport authentication?

0 Answers  


Choosing between HTTP and TCP for protocols and Binary and SOAP for formatters, what are the trade-offs? In what way it is best?

2 Answers  


Where is global assembly cache located on the system?

3 Answers   HCL, Value Labs,


What are the ways to renew lifetime leases of objects?

0 Answers  


When do we use delegates in your remoting applications?

0 Answers  


Can you pass SOAP messages through remoting?

0 Answers  


What?s a proxy of the server object in .NET Remoting?

1 Answers  


What?s a Windows process?

1 Answers  


Categories