I'm having a problem using a combination of modules/RSLs in my application.
I have a project that is split into modules and RSL's. * There is a basic shell application. * There are 4 common component projects which are used by all other projects. These are set up as components referenced as RSLs. * There 5 projects which are interchangeable UI's and are set up as modules. Each of these projects is set up as a component project, and then there is a common modules project that references each of these component projects as "merge into code" references. Basically, my shell app dynamically lazy-loads 1 module at a time, and unloads the previously loaded module. Both the shell app and the modules project reference the 4 common components as RSL's. Things appear to work OK, insofar as the shell attempts to load the module. However, as the shell is loading the module, it throws the following error: "Could not find resource bundle states". The error appears to be related to the first "AddChild" command in the first <state> encountered by the runtime. Any ideas would be helpful....Thanks!

