Hmmm. Sorry about that FerdinandoVM - I guess I misunderstood the issue at hand!
I'm not sure if it will help, but maybe adding the myFramework assembly using the AddAssembly method of the Configuration object might work?
Or importing the IObject interface using the AddImport method of the Mappings object returned by the CreateMappings method of the Configuration object?
eg:
Code:
cfg.CreateMappings().AddImport([type], [alias]);
Don't know if either of these will work - just suggestions.
Cheers,
Symon.[/code]