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 can you configure a .net remoting object via xml file?
Can we configure a .net remoting object via xml file?
Give the Hierarchial description of remoting?
Define proxy in .net remoting?
Hello, I want to connect a system in LAN and i want to access that.When ever i am moving a mouse in my desktop the similar thing have to happend in the another system in which i have connected. I need coding for this in c# and .NET . any one please help me.It is very urgent to me Advance thanks. my email id:manojkumarchallagundla@gmail.com
Define a process?
How can objects in two diff. App Doimains communicate with each other ?
How does assembly versioning in .NET prevent DLL Hell?
3 Answers Satyam, Siebel Systems,
What?s SingleCall activation mode used for?
Explain how can you automatically generate interface for the remotable object in .net with microsoft tools?
What are the difference between static assemblies and dynamic assemblies?
Explain what is the relationship between a Process, Application Domain, and Application?