If I execute a couple of different options from a menu system based on the web framework, I get an error
RIA Error Instance XXXXXX included multiple times with different input scope.
What diagnostics can I play with to see if I can determine what operations I need to change to get rid of the error?
I am running the web environment debuggable, but it doesn't appear to fire any server side proc when this is happening.
What (if anything) can I look at in the browser debugger to get the stack of inclusions? The scenario which casuses this in the web page is a fairly likely one to be used in production, and once the error starts I get a cascade of them which only goes away when the entire site is reloaded. So I can't release this code until I have worked out how to prevent it.




