Dll for .net framework 4.0 doesnot support

When I build sample application which is downloaded from aspose.com, it throws error as ‘The type or namespace name ‘Aspose’ could not be found (are you missing a using directive or an assembly reference?)’. The dll for 4.0 is issue.
When I add dll of .net 2.0, it works properly. But my framework is 4.0 version.

Hi Thomas,


Thanks for your inquiry. It seems target framework of your application is .NET Framework 2.0, so you are getting error while referring 4.0 .NET Framework dll. Please also change target framework entry of your application to .NET Framework 4.0, it will solve the issue.

Best Regards,