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
.NET FTP Control
RDP Background Windows
windows 7 dual monitor not working
difference between AD integrated dns server and dns server
Respose time slow
Outlook 2007 w/ Exchange 2010 empty folder
Another DOM question
Reducing bandwidth consumption between domain controllors at multiple sites
jar encryption
"Another installation in progress..." MSI Installer Issue in Windows Vista