Ivan,
Thanks for the suggestion, however my problem turned out to be self inflicted (as usual
). The solution I’m working on is broken up into three projects; a BO library, Windows Forms, and Active Reports. I originally placed the localization files in the Windows Forms project. Moving them to the BO project resolved the problem. I’m assuming that the weird result I was getting was due to the fact that the BO project doesn’t reference the Windows Forms project and therefore the localization files weren’t visible to the business objects. Since the Windows Forms project references the BO project, placing the files there made them visible to both projects. I’m not clear on why that caused the Role Based Security messages to vanish, but right now I’m too tired to worry about it.
By the way, I saw the main form that you designed and posted. Looks good
-Larry