Assemblies build against .NET 2.0 (or within Visual Studio 2005) cannot be consumed by assemblies built against .NET 1.x.
The reverse, however, can be done (ie .NET 1.x assembly consumed by a .NET 2.0 assembly).
Regards
David