Culture from Non State Trait

Well, I've now set up a breakpoint on every function I've added, and these asserts happen well before any of the code related to this triggers a break...

Does this mean this code is not causing it?
 
Yes, that means your functions are not being called before some other function triggers the assert. Just hit "go" when that assert is first hit to ignore it. What happens?
 
Top Bottom