we have a legacy application done in VB6. When we add new windows to this application we create them with WPF and we expose a COM interface to open it from VB6. The problem is that the first time a WPF window is opened it takes a while as the system needs to load the WPF run-time.
Is there a way to load the run-time in background so the user does not has to wait when opening the window?
Thanks.