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 |
Can we create .DLL file without using the namespace?
Why are there five tracing levels in System.Diagnostics.TraceSwitcher?
How to change the action name in ASP.Net MVC?
When was .NET announced
Can I add asp.net mvc testcases in visual studio express?
What is code first? : Entity framework
Will c# 3.0, vb.net 9.0, atlas, or linq be included in the .net framework 3.0?
Can you declare an override method to be static if the original method is non-static
what is difference b/w .net 1.1 and .net 2.0. I need Answer in c# , asp.net and ado.net Level.Like c#1.1 and c#.1.1 , ado.net1.1 and ado.net2.0 and asp.net1.1 and asp.net2.0
What does 'managed' mean in the .NET context
My organization went through the approval process of supporting the .net framework 2.0 in production. Do we need to go through the same process all over again for the .net framework 3.0? Do I need to do any application compatibility testing for my .net framework 2.0 applications?
What is action methods in web api?