When i try to launch a wpf application which has a splash screen at the start gives the following error.
Test method winAppTest.UnitTest1.TestMethod1 threw exception:
System.InvalidOperationException: An unknown server-side error occurred while processing the command. Original error: [object Object]
It does open the app but looks like its searching for the process name of the splash screen which shows no name in task manager. it does show login window after launching.
Any help?
When i try to launch a wpf application which has a splash screen at the start gives the following error.
Test method winAppTest.UnitTest1.TestMethod1 threw exception:
System.InvalidOperationException: An unknown server-side error occurred while processing the command. Original error: [object Object]
It does open the app but looks like its searching for the process name of the splash screen which shows no name in task manager. it does show login window after launching.
Any help?