License conflict

I’ve just installed the latest release of aspose.word and when I change my code to initialize the license, the compiler says that “License” is an ambiguous reference. And I found that in System.Componentmodel, it also has “License” class.

Please help… urgent.


Moved from Aspose.Purchase forum. shortly will be replied.

Specify the name of the class fully:
Aspose.Word.License license = new Aspose.Word.License();