Can you have two files with the same file name in GAC?
Answer Posted / 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 View All Answers
How can we call methods in remoting asynchronously?
What do mean by remotable objects in .net remoting?
Define delegates and events?
What are the different types of channels used by .net remoting and which is the best one?
I am developing a project.Title is "Remote Demonstator".Using asp.net and C# Abstact: While administrator moving mouse and clicking on any link in the webpage that action will be performed in Server machine as well as in client machine.The client initially have to log-in and make a phone call to the admin. This is my project. How can i get this? I can create a website but this concept i have to implement in my website.How can i achive this? How to get client system control and how my mouse movings can be visible to client? I request all to please give me a basic idea or some hint. Advance Thanks.
Define remotable objects in .net remoting?
what is Client-activated object in remoting?
What are the ways to renew lifetime leases of objects?
What are the security features in .net remoting?
Define a process?
What is the difference between remoting and webservice?
Explain how can you automatically generate interface for the remotable object in .net with microsoft tools?
Explain how to perform remoting?
define client activated objects (cao)?
Are you aware of containment and Aggregation ?