Hi, I would like to download the Document Explorer too, but I have this error message when I click on your post attachment: “Sorry, this file is private. Only visible to topic owner and staff members.”
Does a public version of Document Explorer exist anymore? I cannot find on github, nor in my installation folder.
We have noted your concerns and will make document explorer project publicly available on GitHub again. In the meantime, please use the following copy of document explorer’s source code:
@aspose-slides-master-001 All DocumentExplorer sources are available here on out GitHub. Just download the sources and open DocumentExplorer.csproj in Visual studio and run as a regular .NET project. DocumentExplorer is a simple Windows Forms demo application.
From the error in your picture, I will suggest you read my post again,
In that post, I explained that you must make DocumentExplorer your startup project.
To do this you have to right-click on the top of the project name, in the solution explorer window, then select “Set as startup project”.
You will know you did it right because the name of the project will be highlighted in bold.
There is no guide for that, as goes beyond the scope of supporting Aspose products and has to do with knowing how to use Visual Studio tools. I will edit my previous post a bit to give you some more help. You can always look for tutorials over the internet, but they will be generic and not specific.
If you read the errors you will notice it is complaining about some DLLs, and some of them are part of the SDK. I cannot help you anymore as installing and configuring your SDK is not part of this forum. There are plenty of other sites where you can find guidance on how to install and set up .Net SDKs.
@carlosmc - To clarify, my use case for Document Explorer is not to become a C# expert. I am a Python developer and would like to demo the Python SDK for Aspose.Words. During this trial, I would like to use a tool similar to the Document Explore to navigate the file DOM structure of Office Files.