views:

29

answers:

0

We have a WinForms application that is executed through no touch deployment. We're hosting a WPF control that has a simple ListView control with GridView. Every time we try to launch it through the no touch, we experience a ver long rendering time. However, when it's executed directly off the dev machine, it renders very quickly.

Are there any known issues with ElementHost running in IEEXEC?