by ds | Nov 15, 2013 | Administration
I had this issue with Windows 8.1. Using local Hyper-V for testing purposes, it was not able to create a new virtual machine, it only displayed this error. The main problem is, the domain GPO only allows certain users to be logged on as a Service. Hyper-V adds a...
by ds | Nov 15, 2013 | Administration
Problem I experienced some issues with my NIC after upgrading to Windows 8. The device was enabled in device manager without any problems and the drivers were up to date. When I entered the network connection properties, I saw that IPv4, IPv6 features etc. were...
by ds | Nov 11, 2013 | Uncategorized
Problem DataSets offer a method “GetChanges()” to check if the user modified any data, so the application can ask the user if the changes should be saved, e.g. when closing the window. But there is no “ready-to-use” method for this when using...
by ds | Nov 7, 2013 | C# .Net
Unfortunately, WPF does not apply certain localization settings automatically if the application is running e.g. on a german system. By default, the comma separator is an english “.” and not a “,”, etc. According to this site, you can run...
by ds | Nov 7, 2013 | C# .Net
Scenario You have 2 simple MySQL / SQL / SQlite database tables like “customer” and “offer” with a foreign key relation between them (1 customer, * offers). You want to show the offer table in a DataGrid, and the “customer” column...