Duncan Munro
Duncan Munro
I have the same problem as @norenma. I move an item from one list to the other, the item appears in the list. While the mouse button is still down...
I've encountered this as well when using RazorGenerator. Each RazorGenerator project has it's own RazorGeneratorMvcStart.cs file in the App_Start folder so that it can register its view engine in the...
I think that having WebActivator walk the dependency graph would work in most cases. Under normal circumstances I would expect the assemblies higher up the chain should initialize first. However...
Yes. We have setup our own dependency system, but it is made unreliable by the alphabetical loading of WebActivator. If we can guarantee order will be respected across all assemblies,...