Hi,
I am Having an issue when I trying to set the License to convert project to xps the exception detail below:
Could not load file or assembly '{7cbfa683-4ad6-4a21-8f92-1134cbc33936}, PublicKeyToken=3e56350693f7355e' or one of its dependencies. The system cannot find the file
specified.
System.IO.FileLoadException: A strongly-named assembly is required. (Exception from HRESULT: 0x80131044)
The code:
Aspose.Tasks.License license = new Aspose.Tasks.License();
using (MemoryStream stream = new MemoryStream(Properties.Resources.Aspose_Total))
{
license.SetLicense(stream);
}
Regards,
Thanks,