Have you ever needed to step into .Net code? Unfortunately doing so can be a real pain. Supposedly setting your debug options (Options → Debugging, "Enable .NET Framework source stepping" and "Enable source server
The ProblemGiven a "customer" entity: public class CustomerEntity: EntityBase { public Dictionary<int, string> ClientsOfCustomer = new Dictionary<int, string>(); public CustomerEntity() { // Load ClientsOfCustomer... } } and two or more ComboBoxes that have
This is just a space for us to jot down some of the more obscure issues we've encountered dealing with deploying WPF apps on corporate networks. WPF Hanging in Infinite Rendering LoopAffects: any