Original: http://problemtracker.softvelocity.com/clarion8/UpdtCustBugsview.php?ID1=38254
Problem Reference: 38254
Date Received: 2011-06-10
Status: Bug confirmed
Fixed in Build Number:
Product: Clarion8
Build No: 88399
Operating System:
Category ID: IDE
Summary: Control|Shift|R causes unhandled exception
Description:
Problem only occurs if input focus is in the application tree when the shortcut key is pressed.
Clarion Version : 8.0.0.8399
.NET Version : 2.0.50727.5444
OS Version : Microsoft Windows NT 6.1.7601 Service Pack 1
Current culture : English (Australia) (en-AU)
Current UI language : en-US
Working Set Memory : 144236kb
GC Heap Memory : 18880kb
Unhandled exception
Exception thrown:
SoftVelocity.Generator.ApplicationServiceException: AppIsAlreadyLoaded
at System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous)
at System.Windows.Forms.Control.Invoke(Delegate method, Object[] args)
at ICSharpCode.SharpDevelop.Gui.WorkbenchSingleton.STAThreadCaller.Call(Delegate method, Object[] arguments)
at ICSharpCode.SharpDevelop.Gui.WorkbenchSingleton.SafeThreadFunction[R](Func`1 method)
at ICSharpCode.SharpDevelop.Gui.DefaultWorkbench.ThreadedDoWin32Event()
at ICSharpCode.SharpDevelop.Gui.DefaultWorkbench.DoWin32Event(Message& msg)
at ICSharpCode.SharpDevelop.Gui.WorkbenchSingleton.DoWin32Event(Message& msg)
at CDotNet.HandleMessage(CDotNet* , tagMSG* message)
Steps to Reproduce:
- Open an app
- Click on a procedure in the app tree (puts focus to the AppGen basically)
- Press Ctrl+Shift+R
Reproducible: Always
Severity: Normal
Visible to public: Yes
Example App: None submitted