I've just installed SQL Server Express 2012 on my Windows 7 machine. When I go to the Configuration Manager it allows me to enable/disable the TCP/IP protocol, but when I try to change any of the IP settings, on pressing 'OK' or 'Apply', it's displaying a dialog that says: > [...] read more
TL;DR From the docker container running on the VM I can ping all my host IPs (such as 10.10.10.1 and 172.24.185.209) but I can't ping 10.0.75.1. My guess is that once I can figure out why I can't reach the 10.0.75.1 network adapter the share issue will be resolved. -------------------------------------------------------------------------------- [...] read more
My application acts as a share target for any file. I have read access to the instances of Windows.Storage.StorageFile objects, through: if (shareOperation.data.contains(Windows.ApplicationModel.DataTransfer.StandardDataFormats.storageItems)) { shareOperation.data.getStorageItemsAsync().then(function (storageItems) { for (var i = 0; i < storageItems.size; i++) { var storageFile = storageItems.getAt(i); // storageFile is of type Windows.Storage.StorageFile } }); } [...] read more
UPDATE: Going back one version to SQL Server 2017 Express allowed me to save TCP/IP ports and IP addresses entered in SQL Server Configuration Manager. None of these variables were saved in the registry: HKLM\SOFTWARE\Microsoft\Microsoft SQL Server**INST**\MSSQLServer\SuperSocketNetLib\Tcp}\ In SQL Server Configuration Manager this error message only appeared when an IP [...] read more