Welcome to MSDN Blogs Sign in | Join | Help

October 2007 - Posts

Referenced assembly 'filename' is a localized satellite assembly (why it's not wise to ignore warning al1056)

Usually you should fix all warnings you see when building your code right away and personally I'm a big fan of treating warnings as errors. Here is one more reason: Marking an assembly with the AssemblyCulture attribute using a non-empty string will make
Posted by ddietric | 0 Comments
Filed under:

Building a Windows Home Server: The Parts

My Windows Home Server (WHS) has been threatening me to quit for the last couple of days. In its defense, that serves me right for running a pre-release build for almost half a year which I knew right from the start would expire at some point. So it's
Posted by ddietric | 2 Comments
Filed under:

Fun with events and delegates

So how can you verify that a given class raises an event? Well, you can simply write some code that registers an event handler and then cause the target to raise that event. Now, how do you verify that a given class does actually handle an event raised
 
Page view tracker