Reputation: 9
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
Reputation: 34299
Read this MS article on how to load other assemblies to your appdomain
http://support.microsoft.com/kb/837908
Upvotes: 1
Reputation: 1039368
You can read about how the runtime locates assemblies and use codebases or probing.
Upvotes: 1