Hi All, I am attempting to integrate a library project that is built on the Cairngorm framework within another project that is also built on Cairngorm. If I compile my library project into a SWC (containing cairngorm.swc) and drop that into my main project, then I have my main project which contains cairngorm.swc and myLibrary.swc, with myLibrary.swc also containing cairngorm.swc.
This just seems redundant and inefficient, not to mention the fact that an error is thrown (Error: C0001E: Only one ServiceLocator instance can be instantiated) when attempting to access components from myLibrary.swc. Any suggestions on how to handle this? Thanks, Doug

