Demo examples and word viewer

Hi
We have purchased aspose.word and have downloaded the latest version. We have tried to look at some of the demos but it is looking for aspose.word.viewer, which does not exist in your namespace. I know that the viewe is just in beta but how can we get the word demos working if you dont supply this with the product ?

Hi,

Thank you for purchasing Aspose.Word.

We do supply the viewer beta with the product. The viewer classes are placed in the Aspose.Word.Viewer namespace. So simply specify it by creating a using directive.

OK SORTED THAT OUT WRONG DLL.
We have now a lic issue , we had the same problem with your adhoc product which we purchased at the same time. The Lic is in the bin folder where your dll is. On setting the lic as follows: We still get evalution version and garbage text. Your collegue on the adhoc side had to remove some validation on the adhoc dll to get it to work correctly with the custom lic that was provided to us

Private Sub Page_Init(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Init
'CODEGEN: This method call is required by the Web Form Designer
'Do not modify it using the code editor.
Dim lic As New License
lic.SetLicense("Aspose.Custom.lic")
InitializeComponent()
End Sub

Please try to put SetLicense right before instantiating a Document.