VS.Net resolving references of referenced assemblies

time to read 1 min | 117 words

I have a problem with VS.Net 2005, it seems like it stopped copying the assemblies that are referenced by the assemblies that my project is referencing. For instance, I am using Castle.ActiveRecord, which is using Castle.Model. I have a reference to Castle.ActiveRecord, and when I run the project, I get an error because it can't find the Castle.Model assembly.

This is the first time that I got this issue, and googling doesn't seem to find anything about it.