Microsoft
Software
Hardware
Network
Question : System.Guid.NewGuid() created empty guid... why?
Dim symbol_guid As Guid = System.Guid.NewGuid()
why when i debug above code i get empty string?
thanks
Answer : System.Guid.NewGuid() created empty guid... why?
Use the ToString() method instead?
1: 2:
Dim symbol_guid As String = System.Guid.NewGuid().ToString ' ^^^^^^ ^^^^^^^^^
Random Solutions
Safari 5 Crashes immedietly
VB script to enble inheritance on folders and files
GroupWise 6.0.1 - Some addresses are undeliverable and have been crossed out
Cisco ASA 5505 not passing traffic (Possible NAT or ACL issue)
use php to create a xml tree and iterate over that tree in jquery
looking for best web designer.
XP Mode - usb software key not working
Secure Email for HIPAA compliance
How to create and end a session for a user?
How to get selected row value from datatable in JSF ?