InvokeSelf ERROR when saving or deploying an application (3.2 version)

2294
1
04-09-2014 08:23 AM
Hector_Manuel_MartÃ_Â_nez_Luz
New Contributor II
OK, so I update every addIn I built to 3.2 .. After I add the tools I build to an application in the viewer, give the error InvokeSelf at save (or deploy) .. It happen with all addIns I built .. What is my mistake? please help ..I have everything at 3.2 version .. The addIns work well when I run in VS

Regards,
Manuel

Fail to InvokeSelf
at System.Windows.dll.JoltHelper.FireEvent  (IL offset: 0x13b)
at System.Windows.dll.Control.OnMouseLeftButtonUp  (IL offset: 0x0)
at System.Windows.dll.ButtonBase.OnMouseLeftButtonUp  (IL offset: 0x48)
at <Unknown>.SplitButton.OnClick  (IL offset: 0xf)
at System.Windows.dll.Button.OnClick  (IL offset: 0x19)
at System.Windows.dll.ButtonBase.OnClick  (IL offset: 0x1f)
at System.Windows.dll.ButtonBase.ExecuteCommand  (IL offset: 0x1a)
at <Unknown>.SaveApplicationCommand.Execute  (IL offset: 0x5a)
at <Unknown>.ToolPanels.GetToolPanelsXml  (IL offset: 0xac)
at <Unknown>.ToolPanel.GetToolPanelXml  (IL offset: 0xeb)
at <Unknown>.Logger.LogError  (IL offset: 0x13)
at <Unknown>.Logger.LogError  (IL offset: 0x3e)
at System.Windows.Browser.dll.ScriptObject.InvokeSelf  (IL offset: 0xd)
0 Kudos
1 Reply
by Anonymous User
Not applicable
Original User: PietaS175

Can you deploy a new application? Don't use the add-ins you built but just the standard ones that ships with viewer?

If not, it might be permission issue writing to the wwwroot folder
If you can deploy, the issue is with the add-in. Possibly configuration settings not saving to tools.xml in config
Debug the application and check the settings for the tool
0 Kudos