About 71 results
Open links in new tab
  1. SSRS Report parameters - social.microsoft.com

    This will by standard MS CRM functionality retrieve the current Contact ID when the report is run against a contact form. My issue however is that when I run this report via a standard windows forms …

  2. Change email address on OneDrive account - social.microsoft.com

    I originally setup my onedrive account with my company email address. Since this is really a personal OneDrive account I want to change the email address associated with it. How can I change it without …

  3. ussd Via USB Serial Port? - social.microsoft.com

    if i use asus application i can send ussd request and recieve data. i want to send ussd command in C# app code. if i send AT+CUSD=1,1,15 to serial port.it recevie me "OK" data. if i send …

  4. Ports not opening on localhost - social.microsoft.com

    This the same way I did it when I was on Windows 7 Home but not switching from Windows 10 Pro it seems like it has made it a little harder to open ports any help would be great Thanks Brandon 2 …

  5. Corruption of read-only files in read-only directory - social.microsoft.com

    In your case, the first Video file probably went to disk 1, and all the others should follow (because WHS tries to keep directories together). However, because of the sheer size of your video directory, WHS …

  6. How to download a solution .wsp file from MOSS 2007?

    The link that you provided is "Simple way to extract solution and feature details from a SharePoint solution package (wsp)". But I have a reverse situation I do not have a wsp file I have solutions …

  7. Lower password security for admin/remote users? - social.microsoft.com

    Not true, I've already found a way to enable remote access (via RDP at least) for "users" with lower password security, I just need to find a way to lower the requirement for "Administrator" now.

  8. Cant connect to SQL server located in North Europe Region

    With a local client (SSMS) I can't connect to any of my azure SQL dataservers located in North Europe. When i deploy a dataserver in West Europe it does work.

  9. Deploy PFX with intermediate certificates to Azure VM Scale Set

    I don't know if there's a built in way of deploying intermediate certificates, but you could try deploying them to the nodes in a scale set by using a script. I use this to deploy the.NET 4.7 framework...

  10. how to handle identity columns and uniqueidentifiers when synching.

    Here is my question: When a record has been added by a client, the client will create the primary key (int) and the uniqueidentifier. When the client synchs to the server, I will "upload" all the columns in …