Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

Can we create .DLL file without using the namespace?

4 Answers  


Why are there five tracing levels in System.Diagnostics.TraceSwitcher?

1 Answers  


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

0 Answers  


When was .NET announced

1 Answers  


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

0 Answers  


What is code first? : Entity framework

0 Answers  


Will c# 3.0, vb.net 9.0, atlas, or linq be included in the .net framework 3.0?

0 Answers  


Can you declare an override method to be static if the original method is non-static

1 Answers  


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

4 Answers  


What does 'managed' mean in the .NET context

1 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  


What is action methods in web api?

0 Answers  


Categories