No announcements
Found 178832 threads
-
3 Votes
Guid operator == bug?
Guid is a value type.Answered | 9 Replies | 2029 Views | Created by Roman Uvarov - Monday, July 25, 2016 2:59 PM | Last reply by CoolDadTx - Tuesday, July 26, 2016 1:14 PM -
0 Votes
from string to GUID
On 4/25/2013 4:16 PM, techNick wrote: Coding in C, and I've got the string value of the desired GUID ("{12345678-....etc}") and I need to create a ...Answered | 1 Replies | 1806 Views | Created by techNick - Thursday, April 25, 2013 8:16 PM | Last reply by Igor Tandetnik - Thursday, April 25, 2013 8:43 PM -
0 Votes
GUID in Visual Studio 2013
Hi orionkings, As far as I know, the specific projects have their specific GUID.Answered | 1 Replies | 717 Views | Created by orionkings - Monday, September 14, 2015 7:13 AM | Last reply by Jack Zhai-MSFT - Tuesday, September 15, 2015 7:52 AM -
0 Votes
List Definition Guid
Are you sure you are looking at right GUID because i think once you put List GUID it will not changed.Answered | 3 Replies | 9092 Views | Created by stokesy - Friday, October 22, 2010 8:02 PM | Last reply by SP Ninja - Sunday, October 24, 2010 3:24 PM -
0 Votes
Feeds and <guid> value
Can you recommend a good/free GUID value generatorAnswered | 3 Replies | 2739 Views | Created by Kururunfa - Tuesday, September 2, 2008 9:10 PM | Last reply by Veign - Tuesday, September 2, 2008 9:53 PM -
0 Votes
SP2010 list - GUID clarification
Both the GUIDs will be different.Answered | 2 Replies | 1572 Views | Created by sathyaav - Saturday, March 9, 2013 2:45 PM | Last reply by sathyaav - Saturday, March 9, 2013 10:08 PM -
0 Votes
Adding new Guid to destination
Be sure to call System.Guid.NewGuid() to get back a valid guid.Answered | 5 Replies | 9266 Views | Created by datapvs - Friday, June 17, 2005 1:53 AM | Last reply by dudeJoe - Tuesday, May 11, 2010 9:30 PM -
0 Votes
What GUID format for Features.xml
A small note about the curly brackets: When you create feature GUIDs or Element GUIDs and things like that, you can choose to either include or exclude the curly ...Answered | 9 Replies | 5880 Views | Created by Toney Sisk - Thursday, July 23, 2009 2:27 AM | Last reply by Tobias Zimmergren - Thursday, July 30, 2009 3:26 PM -
0 Votes
Insert data with GUID column
Such a key can be derived in at least four ways: 1) GUID.Answered | 12 Replies | 4173 Views | Created by James_P - Thursday, September 27, 2012 9:22 PM | Last reply by Erland Sommarskog - Saturday, September 29, 2012 9:39 AM -
1 Votes
GUID of a specific list view?
Do you know if I can just specify the list GUID (when in the view, after list=), or if I also have to specify the view GUID too (in the URD, after view=)?Answered | 3 Replies | 5411 Views | Created by Josh Loomis - Wednesday, May 16, 2012 9:04 PM | Last reply by Manaz Mohideen - Thursday, May 17, 2012 4:25 AM -
0 Votes
Get Item's GUID with CAML
<FieldRef Name="GUID" /> <Value ...Answered | 15 Replies | 15647 Views | Created by logan1987 - Monday, February 1, 2010 10:37 AM | Last reply by Slava Gorbunov - Friday, February 5, 2010 4:11 AM -
0 Votes
int ID or GUID?
Int is smaller than guid and their are efficiencies in indexing them as opposed to guids.Answered | 4 Replies | 874 Views | Created by Jassim Rahma - Saturday, March 25, 2017 12:14 AM | Last reply by - Sunday, March 26, 2017 11:51 AM -
1 Votes
Why two Guids for ToolWindows?
The GUID property on your Type will pull its value from the GuidAttribute if present, otherwise it either uses Guid.Empty or generates one.Answered | 2 Replies | 3663 Views | Created by bobjink - Tuesday, May 24, 2011 1:28 AM | Last reply by bobjink - Tuesday, May 24, 2011 2:21 PM -
0 Votes
how to insert into a table with a GUID
You can consider using NEWSEQUENTIALID() that generates the sequential GUID.Answered | 3 Replies | 4673 Views | Created by omogen - Friday, October 23, 2009 7:57 AM | Last reply by Paul Svirin - Friday, October 23, 2009 10:27 AM -
7 Votes
Test for a Guid being Guid.Empty
But, Guid.Empty is "{00000000-0000-0000-0000-000000000000}" which located the representation range of a guid, but we just marked is ...Answered | 5 Replies | 61164 Views | Created by Jesper Fiii. Nielsen - Sunday, February 6, 2011 2:37 PM | Last reply by Matthew Watson - Monday, February 7, 2011 9:43 AM -
1 Votes
Visual C++ Redistributable GUID
Hi, One better way to identify whether VCRedist 2008 SP1 is installed is to check these Registry ...Answered | 2 Replies | 9392 Views | Created by gsumm - Thursday, March 11, 2010 4:51 PM | Last reply by Nada - MSFT - Friday, March 12, 2010 2:37 AM -
0 Votes
GUID Problem in C#...
It is not your cast that is failing, you don't need a cast because GetGuid already returns a Guid.Answered | 3 Replies | 3478 Views | Created by Tushar Capoor - Monday, July 28, 2008 8:03 PM | Last reply by Tushar Capoor - Monday, July 28, 2008 8:29 PM -
0 Votes
VS2010 TableAdapter and GUID Parameters
Finally, I simply bypassed the DAL and hard coded to the aspx page, and called the sp with the GUID param and *presto* that sucker worked.Answered | 5 Replies | 8908 Views | Created by BTMI - Thursday, April 22, 2010 2:12 AM | Last reply by BTMI - Thursday, June 24, 2010 1:46 AM -
0 Votes
Find object of any GUID
Hi, we have a GUID of unknown object type in ULS log and would like to pinpoint the object - is it possible to find the object through a command/code?Answered | 1 Replies | 3818 Views | Created by henrikgl - Thursday, November 17, 2011 8:46 PM | Last reply by Stefan Goßner - Thursday, November 17, 2011 11:01 PM -
1 Votes
Microsoft Windows GUIDs
I have since found a GUID list for different Windows version, but I have not found an answer related to using the WUApi part of the question.Answered | 4 Replies | 682 Views | Created by xblackhand - Wednesday, August 10, 2016 2:02 AM | Last reply by Baron Bi - Wednesday, August 17, 2016 3:07 AM
No announcements