About 50 results
Open links in new tab
  1. MSDN

    MSDN

  2. VMSS failing to delete

    I can submit new requests to delete (from AzureRM Powershell or the portal) and they are accepted, started but stay the in-progress state forever. (Well, a couple of hours or so now.)

  3. Detect Encoding of byte array - social.msdn.microsoft.com

    May 23, 2012 · I am stuck in a very big issue of encoding detection.Is there any way to detect the encoding of a byte array because i have a colum in database which stiore xml as well as string data …

  4. How to debug background worker class - social.msdn.microsoft.com

    May 13, 2010 · Im using the BackgroundWorker class to run some database updates in an updater we are using. However when I set a break point in visual studio I get problems. The breakpoint gets hit …

  5. wpf listview column colors - social.msdn.microsoft.com

    May 24, 2016 · The above sets the AlternationCount to 2. This means that each ListBoxItem in the above case but in your case the ListViewItem , will have an AlternationIndex starting at 0 and …

  6. Dynamic Menus and context menus - social.msdn.microsoft.com

    Jun 19, 2014 · I have a WPF application. In it I have multiple object types. I want to provide a consistent feel to the end user with my menus and context menus. For example. one of my object is a "Group" …

  7. Problem to login - social.msdn.microsoft.com

    Dec 29, 2014 · Msg 15138, Level 16, State 1, Line 3 The database principal owns a schema in the database, and cannot be dropped. Msg 15023, Level 16, State 1, Line 4 User, group, or role …

  8. Display user roles in checkboxes - social.msdn.microsoft.com

    Oct 7, 2021 · using System.Collections.Generic; using System.ComponentModel; using System.ComponentModel.DataAnnotations; using System.Web.Mvc; namespace …

  9. _com_error and IErrorInfo::GetDescription

    Dec 16, 2015 · This seems very strange. My app is the caller, it has the responsibility of allocating the string, and it has the responsibility to verify that the string was allocated. So why might the return …

  10. Find SQL Server Service Name - social.msdn.microsoft.com

    Sep 12, 2008 · I need to find the DisplayName of my SQL Server 2005 service in C#, how would I go about it. I could do a ServiceController.GetServices (), trawl through the list and get the sql server …