I need to add an assembly probing path at runtime, not through the element in app.config. Is there a way to do this?
The reason is so that my XOML-only workflow that resides in it's own folder can know where to find it's related DLLs (i.e. containing custom Activities). Currently I am getting fusion errors because the CLR is probing the wrong paths.