Hi Bob,
> The project was properly added as a reference...
I assume you mean
If it is the case then can you share the your project so I can debug it. Sanitize it from any sensitive information or better yet create a HelloWorld project equivalent. Most likely there is some tricky assembly probing happening in your scenario.
> The project was properly added as a reference...
I assume you mean
Project.DefaultRefAssemblies
or ManagedAction.RefAssemblies
. Because VisualStudio project references do not affect runtime assembly probing.If it is the case then can you share the your project so I can debug it. Sanitize it from any sensitive information or better yet create a HelloWorld project equivalent. Most likely there is some tricky assembly probing happening in your scenario.