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

I have interview in accenture.I cleared 1st round in techniqual.I have interview with project lead.pls help me.

2 Answers   Accenture,


What is difference between constants, readonly and, static

1 Answers  


Where do the reference-type variables go in the RAM ?

1 Answers  


What is filters in web api?

0 Answers  


What is managed extensibility framework?

0 Answers  






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?

0 Answers  


Is it possible to unit test an mvc application without running the controllers in an asp.net process?

0 Answers  


Which is the base class for .net Class library?

12 Answers   Sonata, TCS,


Explain JSON Binding?

0 Answers  


What is the advantage of using asp.net routing?

0 Answers  


Do you know about the new features in ASP.Net MVC 4 ?

0 Answers  


How to change the action name in ASP.Net MVC?

0 Answers  


Categories