This question is locked. New answers and comments are not allowed.
Hello,
I am trying to set up a Silverlight test project in a Solution that will use the Microsoft Silverlight Testing Framework (See: http://www.jeff.wilcox.name/2008/03/silverlight-unit-testing/ for information). The page I am trying to test has a RadEditor control which requires the Silverlight plug-in to be set to Windowless and the ClientBin to contain the RadEditorHelper.xap.
So here is my problem:
The tests are executed by running the Silverlight test project and not a web application, so I do not have ClientBin folder (which I can add to the project) but more importantly, I do not have .aspx page to set the Silverlight plugin's "Windowless" property to true. I am Silverlight novice, but is there a way programmaticly to set the SL plugin's "Windowless" property?
I am sorry to bother you, I know this is not a Silverlight forum, but I think if I can programmaticly set this property, I can get the tests to run.
I am trying to set up a Silverlight test project in a Solution that will use the Microsoft Silverlight Testing Framework (See: http://www.jeff.wilcox.name/2008/03/silverlight-unit-testing/ for information). The page I am trying to test has a RadEditor control which requires the Silverlight plug-in to be set to Windowless and the ClientBin to contain the RadEditorHelper.xap.
So here is my problem:
The tests are executed by running the Silverlight test project and not a web application, so I do not have ClientBin folder (which I can add to the project) but more importantly, I do not have .aspx page to set the Silverlight plugin's "Windowless" property to true. I am Silverlight novice, but is there a way programmaticly to set the SL plugin's "Windowless" property?
I am sorry to bother you, I know this is not a Silverlight forum, but I think if I can programmaticly set this property, I can get the tests to run.