We’ve recently updated our Words.NET for the 1.1 framework from 10.7.0.0 to 11.1.0.0, and our Cells.Net from 7.0.3.0 to 7.1.1.0.
Since then, running the code that references those assemblies occurs a delay of about two minutes before the assemblies load when run on a terminal server. We have made no other changes to the code, besides rebuilding with the new versions. This occurs when loading the assembly that references those DLLs, after the assembly loads it enters the New() overload and loads the licenses as usual. The delay occurs before any code is entered.
We’ve tried the latest Cells.Net and Words.Net (7.2.1.0 and 11.4.0.0 respectively) and the delay still occurs.
The terminal server we are testing against is Windows 2008 Enterprise x64 with service pack 1. When running the old build with the old Words.NET and Cells.NET - the assembly loads in about a second. When running the new build with the newest DLLs, the assembly loads in just under two minutes.
Any help would be appreciated - we don’t want to roll back to the old versions.
Thanks!
Hi Jason,
Attached is a simple console app. The code is a single VB module:
Module Module1
Sub Main()
Dim AWrd As New Aspose.Words.Document
Dim aCll As New Aspose.Cells.Workbook
MsgBox(“Loaded”)
End Sub
End Module
Running this locally takes a second. Running it in a terminal server session takes about two minutes before the message box appears.
Thanks!
Hi Jason,
Attached is the project for the same app with only the Word DLL referenced.
Hi Jason,<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" />
Please accept my apologies for the delayed response.
I am preparing the required platform to simulate the environment as of yours. As soon as everything is setup, I will test the issue on my end and will post my results here for your kind reference.
Thank you for your patience and understanding.
Hi Tilal,
Any update on the timing for this issue? We have several customers waiting for a fix for this.
Thanks!
Hi Jason,<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" />
Please accept my apology for delayed reply. I have used same platform for terminal server i.e. Windows 2008 Enterprise x64 with service pack 1. Unfortunately, I couldn’t found any issue executing that console application and “AsposeLoader.exe'” both locally and in terminal server session. It takes between 5-10 seconds for loading.
Could you please check whether Aspose application loads in terminal server session with some delay or other applications also? Secondly can you test your application with other .net framework e.g. 2.0?
Sorry for the inconvenience faced.
Best Regards,
Hi,
We’re still having issues with this. Attached is a detailed application where we are seeing the slowdown on a Windows Server Enterprise 2008SP1 64-bit, when remoting in using remote desktop. This has become a serious issue for our customers, any help would be appreciated.
Hi Jason,
Can we get an update on the status of this issue? We have customers waiting on this to be fixed. Thanks!
Hi Jason,