user859763
user859763

Reputation: 9

Load assemblies from other location

I want to load my assemblies from a "C:\Users\someUser\AppData\someFolder" location not from app folder

How can I accomplish this ?

Thank you

Upvotes: 0

Views: 119

Answers (2)

undefined
undefined

Reputation: 34299

Read this MS article on how to load other assemblies to your appdomain

http://support.microsoft.com/kb/837908

Upvotes: 1

Darin Dimitrov
Darin Dimitrov

Reputation: 1039368

You can read about how the runtime locates assemblies and use codebases or probing.

Upvotes: 1

Related Questions