Thank you for your feedback. We wanted to let you know that in the next Doconut version 24.6.0, the issues you are experiencing with viewing DWG and JPG files will be resolved. We appreciate your patience and understanding as we work on these fixes.
Regarding your question about a debug mode, we do not currently have a specific debug mode available for this purpose. However, your detailed reports, exception messages, IIS configurations, and file attachments are extremely helpful in diagnosing and addressing these problems.
thank you. Any chance that you have a pre-release available or a date of releasing this? I’m sort of desperate to get these updates to our production machine.
Thank you for your message. We appreciate your patience. By the end of the day, you will receive an email with the official release, updated examples, and the necessary documentation to resolve the errors you are encountering.
To be able to install this new version in your project please add the configuration entries to manage assembly binding redirects to specify the correct versions of various assemblies to your web.config file.
In addition, be sure to add the following NuGet packages as per the documentation to ensure proper compatibility and functionality/
Regarding the configuration of the rendering options, these are managed using the DefaultRender property:
DefaultRender = true: This option provides a higher quality render but uses more server memory and processing time.
DefaultRender = false: This option provides faster rendering at the expense of slightly reduced quality. Optimizes processing time and memory usage.
Select the option that best suits your needs, considering the available resources and performance requirements of your application.
Let us know if you have any further questions about the viewer.
Hi, 24.6.0 is installed which cleared up several of our problems. But still have the following issues:
When trying to open a PDF file, we receive this error (it also happens with TXT and DOC but I’m assuming it’s the same viewer code):
Server Error in ‘/’ Application.
The type initializer for ‘Pdf.XmpField’ threw an exception.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.Exception: The type initializer for ‘Pdf.XmpField’ threw an exception.
when trying to open a DWG file, there is a pause (maybe 10 seconds) and then it states “No preview available”. If trying to open again, the same message appears but it’s far faster.
This error is because the assembly bindings in the web.config file were not added. Please add the following in the web.config file, as it was mentioned in the online documentation. Please be careful updating the existing packages or adding them if they do not exist. These are necessary for Doconut 24.6.0 to work without problems.