AutomaticUpdater dll assistance

In an effort to figure out my current issues with my updates (posted as "Update ended before the current step") I decided to try to build my own version of the AutomaticUpdater dll, adding in some additional error messages to try to pinpoint the location of the error. However, I am getting an error that it can't find the AutomaticUpdater namespace. Can you please tell me what I am missing? I am working with the "basic" version (not 4 or wpf). I am not very good with C#, so any help is appreciated!

I'm not sure. Did you download the full source code and try opening it in a current version of Visual Studio? Give me the full error.

My error is:

The type or namespace name 'AutomaticUpdater' could not be found (are you missing a using directive or an assembly reference?)

Yes, I downloaded everything. I am using VS 2010 express for C#. I did remove the items I don't need (like the wpf projects) from the solution.

Just build the solution untouched. The stuff you don't need is built into separate dlls, so don't worry about it.

I put everything back and removed the signing on everything but now my application blows up as soon as it tries to access the new dll.

My advice is to just use our dll.

I am using it normally, but I am trying to figure out why my updater is crashing! I was hoping to put some additional text on the messages since I always get the "wyUpdate ended before the current update step cold be completed" message but I guess that is not an option.