Page 1 of 1

Forms slow to open with .Net controls

Posted: Fri Jun 08, 2012 11:54 am
by torrie
We've noticed an overhead (about 20 seconds in some cases) when Jade first interacts with a .Net component (Mainly on terminal servers.) This seems to be due to the loading of the .Net libraries. I've found the NGEN tool that allows the .Net components to be pre compiled at installation which helps with this initial load time (see http://msdn.microsoft.com/en-nz/magazin ... s).aspx#S4 and http://blogs.msdn.com/b/morgan/archive/ ... itrix.aspx)

Has anyone used this with a Jade application?

I assume that we would need to include the following Jade dlls when compiling with NGEN as they are .Net

jadedotnetdesignerloader.dll
jadedotnetthin.dll
jadedotnet.dll
jadewpf.dll

Are these the only .Net assemblies deployed with Jade?