Cannot deploy Aspose.Cells DLL to GAC on Windows 2019 Non-Development Server

Hi - we are migrating all of our server to Win 2019 and are trying to deploy Aspose.Cells and are having a problem. We are not able to simply drag & drop the Aspose.Cells DLL Version 19.2.4 to the Assembly. There are no errors, it just does not add Aspose.Cells to the Global Assembly Cache.

This is a production server, so there are no developer tools installed and we do not want to install them. Can you please provide some recommendations for deploying the DLL to this server?

Thanks

Tom

@Thomas.Morrison,
We are analyzing this issue and will share our feedback soon.

@Thomas.Morrison,

Aspose.Cells is a pure .NET library like any other native .NET component. How do you add Aspose.Cells assembly to GAC on Win 2019, do you use gacutil utility? Also, which .NET Framework version of Aspose.Cells 19.2.4 you are trying to install, .NET 2.0 version or .NET4.0 version? You may try to install .NET4.0 version if you are not doing it already. Moreover, on some other (development) machine, you may create a simple class (library) project in VS.NET and compile the project and then try to install the Dll on the server if it works or not?

Moreover, you may please browse some relevant resources and try these for your reference:
e.g.