Sign In  Sign Up Live-Chat

License conflict

Last post 05-19-2005, 7:44 PM by romank. 2 replies.
Sort Posts: Previous Next
  •  05-19-2005, 6:42 PM 19996

    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.


     
  •  05-19-2005, 6:57 PM 19998 in reply to 19996

    Re: License conflict

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


    Ben Li
    Team Leader, Aspose Sydney Team
    About Us, Contact Us
     
  •  05-19-2005, 7:44 PM 20003 in reply to 19998

    Re: License conflict

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

    Roman Korchagin
    Lead Developer, Aspose Auckland Team
     
View as RSS news feed in XML