Can dlls created using .NET be referenced from a VB6 project? I have created a simple .NET dll but my VB6 project returns an error saying it can't be referenced (when I attempt to add it to the VB6 project references).

Is there a compile setting that needs to be used when creating the dll to allow VB6 projects to use it?