Jump to content

[911]-[923] bug report - deleting Custom Tag produces Error


rene

Recommended Posts

Hey Murat,

I just started playing with Custom Tags, in order to markt different types of files, and while deleting one I get the following error:

 

 

See the end of this message for details on invoking 
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.ApplicationException: Not assigned type for default value!
  at PicaJet.Daminion.ClientCommon.BaseCustomTag.GetDefaultValue() in c:\DaminionAuto\Code\ClientCommon\Classes\CustomTags\BaseCustomTag.cs:line 155
  at PicaJet.Daminion.ClientCommon.BaseCustomTag.get_DefaultValue() in c:\DaminionAuto\Code\ClientCommon\Classes\CustomTags\BaseCustomTag.cs:line 81
  at PicaJet.Daminion.Service.WCF.TransportCatalogTagSpecification..ctor(ICatalogTagSpecification spec) in c:\DaminionAuto\Code\Server.WCF\TransportObjects\TransportCatalogTagSpecification.cs:line 20

Link to comment
Share on other sites

Hey Murat,

I updated to the most recent version, still the same error.

 

afterwards the error leads to a Daminion shutdown.

 

 

once again the error message:

See the end of this message for details on invoking 
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.ApplicationException: Not assigned type for default value!
  at PicaJet.Daminion.ClientCommon.BaseCustomTag.GetDefaultValue() in c:\DaminionAuto\Code\ClientCommon\Classes\CustomTags\BaseCustomTag.cs:line 155
  at PicaJet.Daminion.ClientCommon.BaseCustomTag.get_DefaultValue() in c:\DaminionAuto\Code\ClientCommon\Classes\CustomTags\BaseCustomTag.cs:line 81
  at PicaJet.Daminion.Service.WCF.TransportCatalogTagSpecification..ctor(ICatalogTagSpecification spec) in c:\DaminionAuto\Code\Server.WCF\TransportObjects\TransportCatalogTagSpecification.cs:line 20
  at PicaJet.Daminion.Service.WCF.TransportLinearTagSpecification..ctor(ICatalogTagSpecification spec) in c:\DaminionAuto\Code\Server.WCF\TransportObjects\TransportLinearTagSpecification.cs:line 9
  at PicaJet.Daminion.Service.Client.WCF.Command.DeleteCustomNamespaceCatalogItemsCommand.Start() in c:\DaminionAuto\Code\Service.Client.WCF\Command\DeleteCustomNamespaceCatalogItemsCommand.cs:line 26
  at PicaJet.Daminion.Service.AbstractCommand.Process() in c:\DaminionAuto\Code\Service\AbstractCommand.cs:line 28
  at PicaJet.Daminion.Service.Client.WCF.Command.ClientProxyCommand.Process() in c:\DaminionAuto\Code\Service.Client.WCF\Command\ClientProxyCommand.cs:line 27
  at PicaJet.Daminion.Service.Client.WCF.ClientCatalogService.DeleteCustomNamespaceCatalogItems(IList`1 namespaceItems, Guid groupGuid) in c:\DaminionAuto\Code\Service.Client.WCF\ClientCatalogService.cs:line 882
  at PicaJet.Daminion.ClientCommon.CatalogServiceProxy.___DeleteCustomNamespaceCatalogItems(Object sender, TwoObjectsEventArgs`2 parameters) in c:\DaminionAuto\Code\ClientCommon\Classes\CatalogServiceProxy.cs:line 1654
  at PicaJet.Daminion.ClientCommon.CatalogServiceProxy.ProcessWithErrors(EventHandler`1 process, Object[] parameters, EventHandler`1 defaultResult) in c:\DaminionAuto\Code\ClientCommon\Classes\CatalogServiceProxy.cs:line 2038
  at PicaJet.Daminion.ClientCommon.CatalogServiceProxy.DeleteCustomNamespaceCatalogItems(IList`1 namespaceItems, Guid groupGuid) in c:\DaminionAuto\Code\ClientCommon\Classes\CatalogServiceProxy.cs:line 1664
  at PicaJet.Daminion.ClientCommon.CustomTagManagerPresenter.ViewOnDeleteCustomTag(Object sender, ObjEventArgs`1 objEventArgs) in c:\DaminionAuto\Code\ClientCommon\Presenters\CustomTagManagerPresenter.cs:line 212
  at WinPicaJet.CustomTagManagerForm.DeleteButtonClick(Object sender, EventArgs e) in c:\DaminionAuto\Code\WinPicaJet\Forms\CustomTagManagerForm.cs:line 114
  at System.Windows.Forms.Control.OnClick(EventArgs e)
  at System.Windows.Forms.Button.OnClick(EventArgs e)
  at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
  at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
  at System.Windows.Forms.Control.WndProc(Message& m)
  at System.Windows.Forms.ButtonBase.WndProc(Message& m)
  at System.Windows.Forms.Button.WndProc(Message& m)
  at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
  at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
  at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


************** Loaded Assemblies **************
mscorlib
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.5466 (Win7SP1GDR.050727-5400)
CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
Daminion
Assembly Version: 2.5.0.922
Win32 Version: 2.5.0.922
CodeBase: 

Link to comment
Share on other sites

So after upgrading to 922 I still get such an error while deleting a custom tag

 

See the end of this message for details on invoking 
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.ApplicationException: Not assigned type for default value!
  at PicaJet.Daminion.ClientCommon.BaseCustomTag.GetDefaultValue() in c:\DaminionAuto\Code\ClientCommon\Classes\CustomTags\BaseCustomTag.cs:line 155
  at PicaJet.Daminion.ClientCommon.BaseCustomTag.get_DefaultValue() in c:\DaminionAuto\Code\ClientCommon\Classes\CustomTags\BaseCustomTag.cs:line 81
  at PicaJet.Daminion.Service.WCF.TransportCatalogTagSpecification..ctor(ICatalogTagSpecification spec) in c:\DaminionAuto\Code\Server.WCF\TransportObjects\TransportCatalogTagSpecification.cs:line 20
  at PicaJet.Daminion.Service.WCF.TransportLinearTagSpecification..ctor(ICatalogTagSpecification spec) in c:\DaminionAuto\Code\Server.WCF\TransportObjects\TransportLinearTagSpecification.cs:line 9
  at PicaJet.Daminion.Service.Client.WCF.Command.DeleteCustomNamespaceCatalogItemsCommand.Start() in c:\DaminionAuto\Code\Service.Client.WCF\Command\DeleteCustomNamespaceCatalogItemsCommand.cs:line 26
  at PicaJet.Daminion.Service.AbstractCommand.Process() in c:\DaminionAuto\Code\Service\AbstractCommand.cs:line 28
  at PicaJet.Daminion.Service.Client.WCF.Command.ClientProxyCommand.Process() in c:\DaminionAuto\Code\Service.Client.WCF\Command\ClientProxyCommand.cs:line 27
  at PicaJet.Daminion.Service.Client.WCF.ClientCatalogService.DeleteCustomNamespaceCatalogItems(IList`1 namespaceItems, Guid groupGuid) in c:\DaminionAuto\Code\Service.Client.WCF\ClientCatalogService.cs:line 882
  at PicaJet.Daminion.ClientCommon.CatalogServiceProxy.___DeleteCustomNamespaceCatalogItems(Object sender, TwoObjectsEventArgs`2 parameters) in c:\DaminionAuto\Code\ClientCommon\Classes\CatalogServiceProxy.cs:line 1654
  at PicaJet.Daminion.ClientCommon.CatalogServiceProxy.ProcessWithErrors(EventHandler`1 process, Object[] parameters, EventHandler`1 defaultResult) in c:\DaminionAuto\Code\ClientCommon\Classes\CatalogServiceProxy.cs:line 2038
  at PicaJet.Daminion.ClientCommon.CatalogServiceProxy.DeleteCustomNamespaceCatalogItems(IList`1 namespaceItems, Guid groupGuid) in c:\DaminionAuto\Code\ClientCommon\Classes\CatalogServiceProxy.cs:line 1664
  at PicaJet.Daminion.ClientCommon.CustomTagManagerPresenter.ViewOnDeleteCustomTag(Object sender, ObjEventArgs`1 objEventArgs) in c:\DaminionAuto\Code\ClientCommon\Presenters\CustomTagManagerPresenter.cs:line 212
  at WinPicaJet.CustomTagManagerForm.DeleteButtonClick(Object sender, EventArgs e) in c:\DaminionAuto\Code\WinPicaJet\Forms\CustomTagManagerForm.cs:line 114
  at System.Windows.Forms.Control.OnClick(EventArgs e)
  at System.Windows.Forms.Button.OnClick(EventArgs e)
  at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
  at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
  at System.Windows.Forms.Control.WndProc(Message& m)
  at System.Windows.Forms.ButtonBase.WndProc(Message& m)
  at System.Windows.Forms.Button.WndProc(Message& m)
  at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
  at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
  at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


************** Loaded Assemblies **************
mscorlib
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.5466 (Win7SP1GDR.050727-5400)
CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
Daminion
Assembly Version: 2.5.0.922
Win32 Version: 2.5.0.922
CodeBase: file:///C:/Program%20Files%20(x86)/Daminion%20Software/Daminion/Daminion.exe
----------------------------------------

Link to comment
Share on other sites

Hey Murat, the update to 923 didn't remov ethis error.

 

See the end of this message for details on invoking 
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.ApplicationException: Not assigned type for default value!
  at PicaJet.Daminion.ClientCommon.BaseCustomTag.GetDefaultValue() in c:\DaminionAuto\Code\ClientCommon\Classes\CustomTags\BaseCustomTag.cs:line 155
  at PicaJet.Daminion.ClientCommon.BaseCustomTag.get_DefaultValue() in c:\DaminionAuto\Code\ClientCommon\Classes\CustomTags\BaseCustomTag.cs:line 81
  at PicaJet.Daminion.Service.WCF.TransportCatalogTagSpecification..ctor(ICatalogTagSpecification spec) in c:\DaminionAuto\Code\Server.WCF\TransportObjects\TransportCatalogTagSpecification.cs:line 20
  at PicaJet.Daminion.Service.WCF.TransportLinearTagSpecification..ctor(ICatalogTagSpecification spec) in c:\DaminionAuto\Code\Server.WCF\TransportObjects\TransportLinearTagSpecification.cs:line 9
  at PicaJet.Daminion.Service.Client.WCF.Command.DeleteCustomNamespaceCatalogItemsCommand.Start() in c:\DaminionAuto\Code\Service.Client.WCF\Command\DeleteCustomNamespaceCatalogItemsCommand.cs:line 26
  at PicaJet.Daminion.Service.AbstractCommand.Process() in c:\DaminionAuto\Code\Service\AbstractCommand.cs:line 28
  at PicaJet.Daminion.Service.Client.WCF.Command.ClientProxyCommand.Process() in c:\DaminionAuto\Code\Service.Client.WCF\Command\ClientProxyCommand.cs:line 27
  at PicaJet.Daminion.Service.Client.WCF.ClientCatalogService.DeleteCustomNamespaceCatalogItems(IList`1 namespaceItems, Guid groupGuid) in c:\DaminionAuto\Code\Service.Client.WCF\ClientCatalogService.cs:line 882
  at PicaJet.Daminion.ClientCommon.CatalogServiceProxy.___DeleteCustomNamespaceCatalogItems(Object sender, TwoObjectsEventArgs`2 parameters) in c:\DaminionAuto\Code\ClientCommon\Classes\CatalogServiceProxy.cs:line 1654
  at PicaJet.Daminion.ClientCommon.CatalogServiceProxy.ProcessWithErrors(EventHandler`1 process, Object[] parameters, EventHandler`1 defaultResult) in c:\DaminionAuto\Code\ClientCommon\Classes\CatalogServiceProxy.cs:line 2038
  at PicaJet.Daminion.ClientCommon.CatalogServiceProxy.DeleteCustomNamespaceCatalogItems(IList`1 namespaceItems, Guid groupGuid) in c:\DaminionAuto\Code\ClientCommon\Classes\CatalogServiceProxy.cs:line 1664
  at PicaJet.Daminion.ClientCommon.CustomTagManagerPresenter.ViewOnDeleteCustomTag(Object sender, ObjEventArgs`1 objEventArgs) in c:\DaminionAuto\Code\ClientCommon\Presenters\CustomTagManagerPresenter.cs:line 212
  at WinPicaJet.CustomTagManagerForm.DeleteButtonClick(Object sender, EventArgs e) in c:\DaminionAuto\Code\WinPicaJet\Forms\CustomTagManagerForm.cs:line 114
  at System.Windows.Forms.Control.OnClick(EventArgs e)
  at System.Windows.Forms.Button.OnClick(EventArgs e)
  at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
  at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
  at System.Windows.Forms.Control.WndProc(Message& m)
  at System.Windows.Forms.ButtonBase.WndProc(Message& m)
  at System.Windows.Forms.Button.WndProc(Message& m)
  at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
  at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
  at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


************** Loaded Assemblies **************
mscorlib
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.5466 (Win7SP1GDR.050727-5400)
CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
Daminion
Assembly Version: 2.5.0.923
Win32 Version: 2.5.0.923
CodeBase: file:///C:/Program%20Files%20(x86)/Daminion%20Software/Daminion/Daminion.exe

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...