How do assemblies find each other?

Answers were Sorted based on User's Feedback



How do assemblies find each other?..

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

How do assemblies find each other?..

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

Post New Answer

More Dot Net Framework Interview Questions

What is entitytype? : Entity framework

0 Answers  


What is the difference between STA and MTA?

3 Answers  


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?

1 Answers   Deloitte,


What is RouteConfig.cs in ASP.Net MVC 4?

0 Answers  


Can I customise the serialization process

1 Answers  






Can I remove .net framework?

0 Answers  


What are Model Binders in ASP.Net MVC?

0 Answers  


What is the difference between viewbag and viewdata in asp.net mvc?

0 Answers  


What does mvvm mean?

0 Answers  


Does .NET Framework support SAX?

0 Answers   Wipro,


Can I add asp.net mvc testcases in visual studio express?

0 Answers  


Can we create .DLL file without using the namespace?

4 Answers  


Categories