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
Define a process?
Can we configure a .net remoting object via xml file?
Define singleton activation mode in .net remoting?
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.
How do you implement distributed applications in .net?
Elaborate the term WebService and how it differ from Remoting?
What is asynchronous programming?
What are different types of assemblies?
Explain the differences between marshal by value and marshal by reference?
Explain the difference between the registerwellknownservicetype(), registerwellknownclienttype(), registeractivatedservicetype() and registeractivatedclienttype() in .net?
Explain threading types?
What is the Difference between CAO and SAO in Remoting.
What are dynamic assemblies?
Difference between .net remoting versus distributed com?
What are the threading types?