How do assemblies find each other?
Answers were Sorted based on User's Feedback
Answer / swapna
By searching directory paths. There are several factors
which can affect the path (such as the AppDomain host, and
application configuration files), but for private
assemblies the search path is normally the application's
directory and its sub-directories.
For shared assemblies, the search path is normally same as
the private assembly path plus the shared assembly cache.
| Is This Answer Correct ? | 7 Yes | 0 No |
Answer / sid
By default private assemblies looking into bin directory.
But you can define in web.config file.
| Is This Answer Correct ? | 1 Yes | 0 No |
Will c# 3.0, vb.net 9.0, atlas, or linq be included in the .net framework 3.0?
What is the use .glimpse in mvc?
Where is tempdata stored?
How can I stop my code being reverse-engineered from IL
How to change the action name in mvc?
What are the components required to create a route in ASP.Net MVC?
what is .edmx file and what it contains?
What is a razor file?
Explain the new features 3.5 framework against with the tool?
When using aspx view engine, to have a consistent look and feel, across all pages of the application, we can make use of asp.net master pages. What is asp.net master pages equivalent, when using razor views?
How do I install .net framework?
What is the benefit of entity framework?