I'm trying to run my Silverlight tests via a command line (eventually MSBuild) working from this example.
It all works fine on my XP Box but on Build Machine (Windows Server 2008) the IE window opens, then a second window opens with the Silverlight page in it. That page then shows the "Download Silverlight" picture and link. If I copy the URL from that page to a new IE window the page runs fine (no download icon, tests run).
I also tried the code from this article , but get a similar issue - IE opens, then page under test opens in separate window.
Anyone got this working in Win2008? Any pointers?
Edit: chadwickmiller suggesst this is a UAC problem - any advice on how to get around this?
Thanks!
Mark