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
mstsc rdpfile published on citrix
How do I create a text file?
Windows XP BSOD 0x0000008e (0xc0000005, 0x805c3133, 0x96fc2a48, 0x00000000)
sql server smtp port
I need to stop, then re-start, a thread in a web service using IIS
Finding file owner - getting an error: identity references could not be translated
Gigabit motherboard but only running 100 Mbps on LAN
Google Adword
Updating Secondary MX Records
VBA application hangs up at a certain point