October 2008 - Posts

Network Load Balancing (WLBS) and virtual machines
Published 24 October 8 10:23 AM | Ramon Smits
We where having trouble configuring a new network load balancing (WLBS) cluster. We have several host machines that each run a guest where all guests should be part of one cluster. We started by preparing the first guest: Created diskimages Installed...
Windows cannot access the specified device, path, or file. You may not have the appropriate permissions to access the item.
Published 22 October 8 3:57 PM | Ramon Smits
Anyone will get this message sooner or later so the normal steps I usually do are: Check if I have read/execute permissions on the file Check if it is blocked because it is an internet download and then unblock it Check if I'm the owner Well today...
Filed under: , ,
Remote Desktop Copy & Paste
Published 17 October 8 11:44 AM | Ramon Smits
In Microsoft Virtual PC you can drag & drop files between your host and the virtual machines and this was (I thought) missing in remote desktop. But this feature isn't missing it is just disabled at default. To enable it you must share your local...
ForEach method exceptions and events
Published 2 October 8 11:58 AM | Ramon Smits
I just read this article by DigiMortal about List<T>.ForEach and exceptions . His assumption was that if an exception occurs while processing one of the items that the next item would still be processed which is not that case. Maybe he was aware...