Summary

Title:Couldn't resolve assembly message "spam"
Category:Workflow
Status:Open
Posted By:rodcloutier ( Rodrigue Cloutier )
Date Created:5 October 2009

Problem

Description:

 

We are using the AppDomain.CurrentDomain.AssemblyResolve delegate to load dependent assemblies from a custom path since we do not want to put all the dll in Max's directory.

Doing so results in the following message being outputted in MaxScript listener:

Couldn't resolve assembly ...

Could we optionally disable the message?

 

Steps to Reproduce:

 

  1. Create a plugin
  2. Add a dependency that will not be found in Max's directory
  3. Use the AppDomain.CurrentDomain.AssemblyResolve delegate to resolve the dependency and load the assembly
  4. Load your plugin
  5. Open MaxScript listener
  6. See "Couldn't resolve assembly <your dependent assembly" message in the listener

 

Right, the wrapper does exactly the same thing for child assemblies that it loads. I will remove the listener messages in the next build.

Marsel

Marsel Khadiyev (Software Developer, EPHERE Inc.)

Thanks!

 

Rod