About 50 results
Open links in new tab
  1. VMSS with DSC Extenstions - social.msdn.microsoft.com

    Oct 3, 2017 · /subscriptions/xxxxxxx-xxxxx-xxxx-xxxx-xxxxxxxxxxxx/resourceGroups/Clara_Advacned_Server_Scale_SET_RG2/providers/Microsoft.Compute/virtualMachineScaleSets/vmss87

  2. How to determine the current boundaries of a WPF canvas?

    Apr 21, 2014 · The images that my applications render on a WPF Canvas have widely varied dimensions. I prefer to scale/shift them so they precisely fit the current canvas, which may have been …

  3. Kinect Fusion processing in Windows Azure

    Jun 3, 2013 · I'm trying to use the Kinect Fusion for processing a bunch of frames saved from the sensor in Windows Azure using the blob storage, service bus and azure cache. It works fine on development …

  4. Can a web app run multiple instances, even when the instance count is ...

    Oct 2, 2018 · Is it possible to have multiple instances of an app running concurrently even when the app instance setting is set to 1? We have a web app, that logs when it starts and stops. At the moment it …

  5. Failure to delete Azure Dev Test Labs VM

    Feb 7, 2017 · Took the Powershell script from the FAQ and modified it to just remove the first VM.

  6. Get control size with Dock = Fill - social.msdn.microsoft.com

    Oct 1, 2008 · This is probably a simple question, but how do you get a controls actual size when it's Dock property is set to something other than None (ie. Fill)? It seems that no matter what, when I …

  7. ImageSource.FromStream Dispose - social.msdn.microsoft.com

    Oct 26, 2016 · FromStream takes a Func. Can you confirm, internally, does it call Dispose on the Stream? Sunday, June 22, 2014 1:46 AM

  8. BSM - Alerts - social.msdn.microsoft.com

    Dec 12, 2008 · I install SQL 2005 an active Notification Services but when I try to install BSM I receive a message informing me that I don't have the rights needed to start a service, even if I try to give the …

  9. Can't find regsvcs.exe - social.msdn.microsoft.com

    Dec 11, 2008 · I have C# Express and VWD installed on Vista with the .NET 2.0 Framework. I can't find 'regsvcs.exe' on my system, the .NET tool that adds managed classes to Enterprise Service (COM+). …

  10. argument of type "const char*" is incompatible with parameter of type ...

    Aug 13, 2018 · In *sprintf functions, you must use UNICODE because your project is UNICODE. So either use L".." or _T (".."). If you want to stay flexible with the character set, you should use _T () and …