Hi
I think Kevin means the bin folder of your EXE app.
In .NET, an exe loaded, it will trying to probe in GAC or currect dir(also
the path defined in the app.config).
If you do not want to put in the GAC, I think it should be a private
deployment, we can put it in the bin folder. Or use the
<probing> Element
Runtime Settings Schema | Configuration File Schema | Specifying an
Assembly's Location | How the Runtime Locates Assemblies
Specifies application base subdirectories for the common language runtime
to search when loading assemblies.
Best regards,
Peter Huang
Microsoft Online Partner Support
Get Secure! -
www.microsoft.com/security
This posting is provided "AS IS" with no warranties, and confers no rights.