Welcome to MSDN Blogs Sign in | Join | Help

Technical Weblog of Eric Charran

A Journal of My Technical Achievements and Challenges

November 2009 - Posts

Can’t See Some Computers on Network Map
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...
HOWTO: Convert a String to a Byte Array (byte[])
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...
“Create Unit Tests” Screen Shows No Types in Visual Studio 2008 SP1
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...
Page view tracker