2009-10-22 39 views
0

有時我的XBAP應用程序會出現此錯誤。其他人有這個問題嗎?WPF的小問題XBAP

System.InvalidOperationException:此實例無法進一步操作。

這是https://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?FeedbackID=496484

完整的堆棧

System.InvalidOperationException: No further operations are possible with this instance. 

at System.Deployment.Application.InPlaceHostingManager.AssertState(State validState) 
at System.Deployment.Application.InPlaceHostingManager.Execute() 
at MS.Internal.AppModel.XappLauncherApp.ExecuteDownloadedApplication() 
at System.Windows.Interop.DocObjHost.RunApplication(ApplicationRunner runner) 
at MS.Internal.AppModel.XappLauncherApp.XappLauncherApp_Exit(Object sender, ExitEventArgs e) 
at System.Windows.Application.OnExit(ExitEventArgs e) 
at System.Windows.Application.DoShutdown() 
at System.Windows.Application.ShutdownImpl() 
at System.Windows.Application.ShutdownCallback(Object arg) 
at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Boolean isSingleParameter) 
at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Boolean isSingleParameter, Delegate catchHandler) 
at System.Windows.Threading.DispatcherOperation.InvokeImpl() 
at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state) 
at System.Threading.ExecutionContext.runTryCode(Object userData) 
at System.Runtime.CompilerServices.RuntimeHelpers.ExecuteCodeWithGuaranteedCleanup(TryCode code, CleanupCode backoutCode, Object userData) 
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state) 
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean ignoreSyncCtx) 
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) 
at System.Windows.Threading.DispatcherOperation.Invoke() 

回答

0

此錯誤停止發生,他們發佈最終的穩定框架4.0。

這可能是由於我正在使用的測試版中的一些錯誤引起的。