November 2009 - Posts
When browsing the network map in Windows 7 or Vista, you may be able to see some computers, but not all of them. This is because network mapping is not enabled on domain networks by default. You may see this screen on a client machine: “Network
Read More...
Just so I don’t forget, here is how to convert a string to a byte array: System.Text.ASCIIEncoding encoding = new System.Text.ASCIIEncoding(); encoding.GetBytes(yourStringHere)
Read More...
When trying to create a unit test in a test project, the “Create Unit Tests” screen shows no types, thus the wizard cannot continue. The [OK] button is disabled, and the only thing the user can do is cancel the unit test wizard. This happens
Read More...