Re: Install a hot fix for a product

I have installed ASPOSE.WODR(New Release) and I have unzipped Hot Fix in my directory E:\Program Files\Microsoft Visual Studio .NET 2003\SDK (Aspose.Word.dll and Aspose.Word.xml )
In my visual Studio Environnement I have added referencie Aspose.word.

But I have an error when I run :Classes like DocumentBuilder and Document cannot be fine.
I would like to know if I must use a using… or my configuration or installation is not good ?

I’m developping a C# web application with Visual Studio.NET 2003

Thank for help

If you install Aspose.Word.msi, it will install into c:\Program Files\Aspose\Aspose.Word. Aspose.Word.dll and Aspose.Word.xml will actually be copied into c:\Program Files\Aspose\Aspose.Word\Bin. If you are to install the hotfix, unzip it right into the Bin folder too.

When installed in this way, then adding a referenfe to Aspose.Word is easy because it appears in the list of available libraries in VS.NET straight away.

From here on everything should work fine.

If you still have a problem, post your code here and the error message.

You must have removed your question.