Hey,
I am having problems getting the editor widget to work inside of a glass panel using the glass template. Has anybody gotten this to work?
The problem is that the widget will open, but after I digitize a polygon, the attribute window will not open. I get this error message:
throw new Error("Unhandled Error in Silverlight Application Cannot resolve TargetName DisabledVisualElement. at MS.Internal.XcpImports.VisualStateManager_GoToState(Control reference, String StateName, Boolean useTransitions, Boolean& refreshInheritanceContext)\n at System.Windows.VisualStateManager.GoToState(Control control, String stateName, Boolean useTransitions)\n at System.Windows.Controls.Primitives.ToggleButton.ChangeVisualState(Boolean useTransitions)\n at System.Windows.Controls.Primitives.ButtonBase.OnIsEnabledChanged(IsEnabledChangedEventArgs e)\n at System.Windows.Controls.Control.OnIsEnabledChanged(Control control, EventArgs args)\n at MS.Internal.JoltHelper.FireEvent(IntPtr unmanagedObj, IntPtr unmanagedObjArgs, Int32 argsTypeIndex, Int32 actualArgsTypeIndex, String eventName)");
If I continue on through the error warning (hit continue 3 times), the attribute window will open up and I can use the form.
I have verified that the feature service and editor widget works correctly on the standard Silverlight template, so I don't think it is my feature service.
Any ideas?
Chris