1
Will DocumentUltimate work with ASP.NET MVC Core Web Application (.NET Framework)?
Question asked by Nathan Green - 4/12/2017 at 6:33 AM
Answered
Hi,
 
All I'm looking for is something to provide a preview screen, pretty much the same as you get with Windows Explorer.
 
Kind regards,
 
Nathan

3 Replies

Reply to Thread
0
Cem Alacayir Replied
Employee Post Marked As Answer
FYI, we have released DocumentUltimate v4.0.0 which now supports ASP.NET Core on .NET Framework.
 
Please see the “Getting Started” instructions:
 
Here is the working live demo:
0
new user Replied
is there a version build with Core 2 assemblies? We are running 2.0 and looking for a document viewer with enterprise licensing
0
Cem Alacayir Replied
Employee Post
Yes, DocumentUltimate 4.0 (same NuGet package) already works with a “ASP.NET Core on .NET Framework” project.

Note that "ASP.NET Core on .NET Core" is a different platform and it's not supported yet because it requires porting all the code from .NET Framework runtime to .NET Core runtime so it requires a new DLL and .NET Core runtime does not provide all of the APIs yet. Minimum supported version is ASP.NET Core MVC 2.0.3 on .NET Framework 4.6.1 (this is because 2.0.3 fixes a bug related to referencing external DLLs in a razor page).

Reply to Thread