Weird TextBox issues with .NET 4.5 - no '.' allowed
问题 I've got a really weird problem related to .NET 4.5. Today a User told me that he isn't able to enter floating numbers into a Textbox (like "2.75"). The textbox just doesn't accept ".", which is the correct 'seperator' for floating numbers in my Culture ("de-CH"). This issue occurred after I compiled the software with .NET 4.5 (formerly it was 4.0). I can reproduce this error. All other textboxes in the application are working fine. The textbox is a regular WPF Control. No fancy user defined