Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/silverlight/4.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/google-apps-script/5.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Silverlight业务应用程序OOB-失去焦点后所有内容均消失_Silverlight_Silverlight 4.0_Silverlight Toolkit_Silverlight Oob - Fatal编程技术网

Silverlight业务应用程序OOB-失去焦点后所有内容均消失

Silverlight业务应用程序OOB-失去焦点后所有内容均消失,silverlight,silverlight-4.0,silverlight-toolkit,silverlight-oob,Silverlight,Silverlight 4.0,Silverlight Toolkit,Silverlight Oob,我有一个从Silverlight业务应用程序模板启动的浏览器外应用程序。应用程序启动后约1秒,应用程序中的所有内容都会消失。我能给出的唯一细节是,在输出窗口中,在内容消失之前,加载了两个程序集: 'sllauncher.exe' (Silverlight): Loaded 'C:\Program Files (x86)\Microsoft Silverlight\4.0.60129.0\en-US\System.Windows.debug.resources.dll' 'sllauncher.e

我有一个从Silverlight业务应用程序模板启动的浏览器外应用程序。应用程序启动后约1秒,应用程序中的所有内容都会消失。我能给出的唯一细节是,在输出窗口中,在内容消失之前,加载了两个程序集:

'sllauncher.exe' (Silverlight): Loaded 'C:\Program Files (x86)\Microsoft Silverlight\4.0.60129.0\en-US\System.Windows.debug.resources.dll'
'sllauncher.exe' (Silverlight): Loaded 'C:\Program Files (x86)\Microsoft Silverlight\4.0.60129.0\en-US\mscorlib.debug.resources.dll'
有人知道这个问题是从哪里来的吗


谢谢

发现问题,应用程序抛出异常,但未捕获。如果我在
应用程序\u UnhandledException
事件中将异常标记为已处理,那么它工作正常