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 .net architecture?

0 Answers  


I couldnot answer for projects bcz i have 2+ fake experience.can you please tell me how to answer..?

2 Answers   IBM,


What are advantages of Dependency Injection (DI) in ASP.Net MVC?

0 Answers  


What happens when you encounter a continue statement inside the for loop ?

1 Answers  


how to face first interview in .NET?

2 Answers   HCL, Xponent,






Difference between <connectionstring> and <appsettings>

4 Answers  


What is IL

1 Answers  


Is it possible to combine asp.net webforms and asp.mvc and develop a single web application?

0 Answers  


What is the use of the default route?

0 Answers  


Speaking of Boolean data types, what's different between C# and C/C++ ?

1 Answers  


How OS come to know whether to load the .net framework when we run an .exe created using .Net framework?

0 Answers   MCN Solutions,


Is CLR is compiler or Interpreter

3 Answers   L&T,


Categories