1
using GleamTech.ExamplesCore is not present
Problem reported by Sumanta Das - 4/4/2017 at 5:02 AM
Not A Problem
Hi, I have installed this via package manager. wanted evaluate the product so tried to check it. But for my mvc app "GleamTech.ExamplesCore" is missing. Can please check this? Also documentation need to be more clear with instruction what to do... what to add.... where to add... etc.
 
was checking this link - https://demos.gleamtech.com/documentultimate/mvc.cs/#DocumentViewer/Overview

4 Replies

Reply to Thread
1
Cem Alacayir Replied
Employee Post
You do not need to copy GleamTech.ExamplesCore related code from the examples. That namespace is only for our Example Explorer (Live Demo) so it's used for demonstration purpose and it's not part of the actual DocumentUltimate library.
 
Instead, you should refer to the documentation, for example see this "Getting Started" instructions for a ASP.NET MVC project:
 
However if you really want to use controls like ExampleFileSelector from GleamTech.ExamplesCore namespace, you can install it via Nuget Package Manager:
 
Install-Package GleamTech.ExamplesCore
 
 
0
Sumanta Das Replied
Thanks a lot. one more thing - little different from the scenario=> what are the controls available except
DownloadEnabled = false,
DownloadAsPdfEnabled = false,
PrintEnabled = false &
TextSelectionEnabled = false ?
0
Cem Alacayir Replied
Employee Post
As I said, the product is already documented, see here for all properties of DocumentViewer control: http://docs.gleamtech.com/documentultimate/html/T_GleamTech_DocumentUltimate_Web_DocumentViewer.htm
0
Sumanta Das Replied
thanks

Reply to Thread