PC Review


Reply
Thread Tools Rate Thread

Assembly probing setting not working??

 
 
Marc Scheuner [MVP ADSI]
Guest
Posts: n/a
 
      14th Aug 2003
Folks,

I have an app which has some private assemblies stored in a
subdirectory called "AddIn" below the directory where the app gets
launched from.

I tried to add this directory to the app's list of folders to search
by specifying this in the app.exe.config file:

<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<probing privatePath="addin;bin;addin\bin"/>
</assemblyBinding>
</runtime>

Didn't seem to work, and when I look at the app's
"AppDomain.CurrentDomain.RelativeSearchPath" (or the
AppDomain.CurrentDomain.SetupInformation.PrivateBinPath), neither of
the two has anything in it - it appears as if the folder I specify in
the .config file is being ignored......

Any ideas why??

Marc

================================================================
Marc Scheuner May The Source Be With You!
Bern, Switzerland m.scheuner(at)inova.ch
 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
CLR keeps on probing for XmlSerializers assembly Vagif Abilov Microsoft Dot NET Framework 2 4th Jun 2006 01:31 PM
about the probing tag and assembly location =?Utf-8?B?U2hpcmF6?= Microsoft C# .NET 2 18th Jan 2006 06:05 PM
Assembly probing does not work Pavils Jurjans Microsoft ASP .NET 2 12th May 2004 08:04 AM
Re: Assembly probing for Web app with subfolders Stan Microsoft ASP .NET 1 16th Oct 2003 01:44 AM
Assembly probing problem news.microsoft.com Microsoft Dot NET Framework 1 2nd Aug 2003 08:09 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 06:14 PM.