No announcements
Found 111891 threads
-
0 Votes
UUID/GUID Javascript
I hit here looking for the same thing. there were many answers at stackoverflow to get a functionAnswered | 3 Replies | 10446 Views | Created by Vijaye Raji ALT - Friday, December 30, 2011 11:03 PM | Last reply by phil_ke - Tuesday, March 26, 2013 10:12 AM -
0 Votes
How can i create a unique GUID in javascript
You can do anything like this: Create GUID / UUID in JavaScriptUnanswered | 1 Replies | 1295 Views | Created by sounik - Tuesday, December 8, 2015 6:26 PM | Last reply by Asier Villanueva - Saturday, December 12, 2015 8:00 AM -
0 Votes
GUID - UUID .NET/C# - Java
Hi, Microsoft's GUID is the same thing as a UUID, as defined in a couple of open standards, e.g. RFC 4122. In .Net, use System.Guid, ...Answered | 1 Replies | 3818 Views | Created by Guy Dillen - Friday, June 20, 2014 5:26 PM | Last reply by Nick Holmes - Eurofins - Saturday, June 21, 2014 5:57 AM -
0 Votes
Java UUID to .NET Guid interoperability
A GUID is a UUID, so no mapping is necessary. If you want to pass them as binary, Guid has a constructor that takes a byte array and has a ToByteArray ...Proposed | 4 Replies | 9421 Views | Created by yellowcup - Friday, January 30, 2009 11:44 PM | Last reply by Stephen Cleary - Sunday, February 1, 2009 9:11 PM -
2 Votes
How to create an Enterprise custom field programmatically for Project Server
try http://stackoverflow.com/questions/105034/create-guid-uuid-in-javascript update and run a queryUnanswered | 7 Replies | 2046 Views | Created by Lorant-DLD - Monday, November 17, 2014 12:10 PM | Last reply by Guillaume Rouyre [MBA, MVP, MCC] - Wednesday, November 19, 2014 1:03 PM -
0 Votes
How to generate custom guid in sharepoint designer?
guid in javascript using following codeAnswered | 1 Replies | 2401 Views | Created by shailesh_k_jaiswal - Tuesday, December 9, 2014 10:27 AM | Last reply by Eric Tao - Wednesday, December 10, 2014 10:54 AM -
0 Votes
SQL Data Sync require GUID/UUID for primary key field?
created GUID columns in the database but not as primary key. The only way I can get Azure sync to work is with Unique identifiers as primary key. If you could elaborate on how you ...Answered | 6 Replies | 1180 Views | Created by HowardTheDuck4Ever - Tuesday, November 14, 2017 10:08 PM | Last reply by Derjeppe - Monday, February 5, 2018 2:58 PM -
1 Votes
Genarating UUID throws errors
I have another question. I get the UUID when I create one using UuidCreateSequential(). However, it has 4 data segments which when combined looked like : ...Answered | 11 Replies | 7595 Views | Created by Sowjanya R - Wednesday, August 4, 2010 6:19 PM | Last reply by Brian Muth - Thursday, August 5, 2010 8:39 PM -
0 Votes
Volume uuid
I have question about guid volume. When i mount a virtual disk filesystem , \\.\Volume{guid} Is what i can put -
1 Votes
UUID V1
public static Guid NewSequentialGuid()Answered | 2 Replies | 5871 Views | Created by Anonymous_23456789 - Wednesday, July 9, 2008 5:03 PM | Last reply by Anonymous_23456789 - Tuesday, July 15, 2008 8:18 PM -
1 Votes
static_assert and uuid
#include <comdef.h> #include <windows.h> static_assert(!uuid("00020813-0000-0000-C000-000000000046"), "please read ...Answered | 4 Replies | 721 Views | Created by h_schmieder - Wednesday, October 15, 2014 8:19 AM | Last reply by SimonRev - Wednesday, October 22, 2014 1:41 PM -
1 Votes
Get SharePoint list view GUID using javascript
Try below: http://dougieflash.wordpress.com/2013/04/22/get-the-guid-value-of-a-sharepoint-list-and-item-id-using-javascript/Answered | 11 Replies | 17379 Views | Created by Amey0072 - Thursday, March 13, 2014 5:48 AM | Last reply by - Thursday, February 9, 2017 9:41 PM -
0 Votes
Live ID UUID Data Type
I am new to using Live to authenticate my users and I am trying to decide the best datatype in my MS SQL 2005 DB to store my users UUID.Answered | 2 Replies | 5110 Views | Created by John R. Cutburth II - Monday, November 24, 2008 11:45 PM | Last reply by Alex van Herwijnen - Thursday, November 27, 2008 3:20 PM -
0 Votes
Convert PUID to UUID
I'm interested in converting PUID's to UUID's. I have the PUID's for my users and would like to migrate them into my new site, which will need the UUID for that particular App ID and ...Unanswered | 1 Replies | 5472 Views | Created by Stefan Keir Gordon - Monday, July 6, 2009 10:44 PM | Last reply by Alex van Herwijnen - Saturday, July 25, 2009 6:49 PM -
0 Votes
NIC AND BIOS UUID - LINUX
Dear All, We have a software that license is controled by NIC AND BIOS UUID. How can setup the machine when restart it, the ...Unanswered | 1 Replies | 312 Views | Created by FernandoL Ferreira - Tuesday, April 26, 2016 12:17 AM | Last reply by Pavithra Thiruvengadam [MSFT] - Friday, April 29, 2016 10:02 PM -
0 Votes
Generate UUID Programmatically
Create GUIDAnswered | 10 Replies | 5054 Views | Created by Shanuma - Monday, December 12, 2011 12:41 AM | Last reply by lucy-liu - Tuesday, January 10, 2012 6:18 AM -
0 Votes
uuid windows phone 8 mdm
EnterpriseAppManagment CSP node during the final enrollment step. The PublisherID of your application should be the same as the EnterpriseID of the EnterpriseAppManagment ...Answered | 5 Replies | 2395 Views | Created by BasilJ - Tuesday, September 3, 2013 11:04 AM | Last reply by Eric Fleck - Monday, September 9, 2013 2:25 PM -
0 Votes
Write Gatt Characteristic with custom UUID
I want to write to a Characteristic within a Service which has UUID 0xFFF0 However this is the problem: ClassAnswered | 1 Replies | 1344 Views | Created by CASchwarz - Saturday, November 22, 2014 9:23 AM | Last reply by Alan_Yao - Monday, November 24, 2014 8:50 AM -
3 Votes
How to get UUID using VB.net
Just needed to add 1 line of code to Devon_Nullman's reply Label1.Text = ...Answered | 5 Replies | 12908 Views | Created by tmac1733 - Thursday, February 27, 2014 1:06 AM | Last reply by Devon_Nullman - Thursday, February 27, 2014 3:56 AM -
0 Votes
Changing a UUID value with another user UUID in Fedauth cookie is an issue or not?
One of our security vendor has raised one defect that "UUID parameter found in cookie, can be tampered with and changed to result into privilege escalation." ...Unanswered | 1 Replies | 165 Views | Created by Pallaviasp - Thursday, October 12, 2017 7:32 AM | Last reply by SadiqhAhmed-MSFT - Thursday, October 12, 2017 9:24 AM - Items 1 to 20 of 111891 Next ›
No announcements