Developer crashes when new screen is added

Discussion of application development using iX Developer, including but not limited to getting started, using the functions tab, properties, objects and installation.
Post Reply
BPJ
Posts: 8
Joined: Fri Apr 13, 2012 2:47 am

Developer crashes when new screen is added

Post by BPJ »

Hi. Last night i wanted to add a new screen to my projekt. The screen didn't appeard in the screen list, and after that IX developer crashes everytime i try to add a new screen to my project, but not when i add a screen from templates. The errorlog says that there\s duplicate name, but where can i delete the misadded screen.

Thanks in advance

Bendt
Bendt P. Johansen

Technician /
Qualified electrician


Vandteknik ApS
Skalsbyvej 2
DK-4735 Mern
Denmark

BPJ
Posts: 8
Joined: Fri Apr 13, 2012 2:47 am

Re: Developer crashes when new screen is added

Post by BPJ »

The log:


2012-09-06 10:12:21,664 [1] INFO Neo.ApplicationFramework.NeoIDE.App [(null)] - Initiating shutdown of Application since an unhandled exception has occurred.
2012-09-06 10:12:21,664 [1] ERROR Neo.ApplicationFramework.NeoIDE.App [(null)] - CurrentDomain_UnhandledException
2012-09-06 10:12:21,664 [1] FATAL Neo.ApplicationFramework.NeoIDE.App [(null)] - System.ArgumentException: Duplicate Component Name
at Neo.ApplicationFramework.Tools.Design.SampleDesignSite.set_Name(String value)
at Neo.ApplicationFramework.Common.Designer.DesignerItemBase.set_Name(String value)
at Neo.ApplicationFramework.Tools.FunctionKey.FunctionKeyRootDesigner.a3(String screen)
at Neo.ApplicationFramework.Tools.FunctionKey.FunctionKeyRootDesigner.by(Object A_0, ProjectItemFactoryEventArgs A_1)
at System.EventHandler`1.Invoke(Object sender, TEventArgs e)
at Neo.ApplicationFramework.Tools.ProjectManager.ProjectManager.FireProjectItemAdded(IProjectItem projectItem)
at Neo.ApplicationFramework.Tools.ProjectManager.ProjectManager.iy(Type A_0, Boolean A_1, Boolean A_2, String A_3)
at Neo.ApplicationFramework.Tools.ProjectManager.ProjectManager.in(Type A_0, Boolean A_1, Boolean A_2)
at Neo.ApplicationFramework.Tools.Commands.ProjectCommands.AddDesigner(Type designerType)
at Neo.ApplicationFramework.Tools.Commands.GlobalCommandService.e[a]()
at Neo.ApplicationFramework.Tools.Commands.CommandService.Execute(ICommand triggeredCommand, ICommand command, Action action, Boolean& isHandled)
at Neo.ApplicationFramework.Tools.Commands.GlobalCommandService.Execute[T](ICommand command, T parameter, Boolean& isHandled)
at Neo.ApplicationFramework.Tools.Commands.CommandService.az[a](ICommand A_0, a A_1, Boolean& A_2)
at Neo.ApplicationFramework.Common.Commands.GlobalCommand.Execute(Object parameter)
at Neo.ApplicationFramework.Common.Commands.CommandBase.ct(Object A_0)
at MS.Internal.Commands.CommandHelpers.CriticalExecuteCommandSource(ICommandSource commandSource, Boolean userInitiated)
at System.Windows.Controls.Primitives.ButtonBase.OnClick()
at System.Windows.Controls.Button.OnClick()
at Microsoft.Windows.Controls.Ribbon.RibbonButton.OnClick()
at System.Windows.Controls.Primitives.ButtonBase.OnMouseLeftButtonUp(MouseButtonEventArgs e)
at System.Windows.UIElement.OnMouseLeftButtonUpThunk(Object sender, MouseButtonEventArgs e)
at System.Windows.Input.MouseButtonEventArgs.InvokeEventHandler(Delegate genericHandler, Object genericTarget)
at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
at System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
at System.Windows.UIElement.ReRaiseEventAs(DependencyObject sender, RoutedEventArgs args, RoutedEvent newEvent)
at System.Windows.UIElement.OnMouseUpThunk(Object sender, MouseButtonEventArgs e)
at System.Windows.Input.MouseButtonEventArgs.InvokeEventHandler(Delegate genericHandler, Object genericTarget)
at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
at System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
at System.Windows.UIElement.RaiseTrustedEvent(RoutedEventArgs args)
at System.Windows.UIElement.RaiseEvent(RoutedEventArgs args, Boolean trusted)
at System.Windows.Input.InputManager.ProcessStagingArea()
at System.Windows.Input.InputManager.ProcessInput(InputEventArgs input)
at System.Windows.Input.InputProviderSite.ReportInput(InputReport inputReport)
at System.Windows.Interop.HwndMouseInputProvider.ReportInput(IntPtr hwnd, InputMode mode, Int32 timestamp, RawMouseActions actions, Int32 x, Int32 y, Int32 wheel)
at System.Windows.Interop.HwndMouseInputProvider.FilterMessage(IntPtr hwnd, WindowMessage msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
at System.Windows.Interop.HwndSource.InputFilterMessage(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
at System.Windows.Threading.Dispatcher.InvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
at MS.Win32.UnsafeNativeMethods.DispatchMessage(MSG& msg)
at System.Windows.Threading.Dispatcher.PushFrameImpl(DispatcherFrame frame)
at System.Windows.Threading.Dispatcher.PushFrame(DispatcherFrame frame)
at System.Windows.Application.RunDispatcher(Object ignore)
at System.Windows.Application.RunInternal(Window window)
at System.Windows.Application.Run(Window window)
at Neo.ApplicationFramework.NeoIDE.App.Main()
Bendt P. Johansen

Technician /
Qualified electrician


Vandteknik ApS
Skalsbyvej 2
DK-4735 Mern
Denmark

Post Reply