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 |
What is entitytype? : Entity framework
What is the difference between STA and MTA?
How the framework differentiate between 2 version dlls? eg Version 2.0 and 2.1 dlls are there. both are referred in the code.but we are using only name of that dll not the version number. in run time how the framework know which dll has to be referred?
What is RouteConfig.cs in ASP.Net MVC 4?
Can I customise the serialization process
Can I remove .net framework?
What are Model Binders in ASP.Net MVC?
What is the difference between viewbag and viewdata in asp.net mvc?
What does mvvm mean?
Does .NET Framework support SAX?
Can I add asp.net mvc testcases in visual studio express?
Can we create .DLL file without using the namespace?