I have a .NET 1.1 web app developed using VS2003 Ver 7.1.6030, using VB.NET as code behind; I recently created a Class Library in VS2010 .NET 4.0 to add be able to send emails using System.Mail SmptClient but when I try to add the reference to my .NET 1.1 project it gives me the following error:
“A reference to libraryname.dll could not be added. This is not a valid assembly or COM component. Only assemblies with extension ‘dll’ and COM components can be reference. Please make sure that the file is accessible, and that it is a valid assembly or COM component.”
What am I doing wrong? Is this possible?
Thanks a lot for your help!
David