Opened 11 years ago

Closed 11 years ago

#2276 closed defect (fixed)

File "Properties" returns error message

Reported by: barbbrouss Owned by: jng
Priority: high Milestone: Maestro-4.0-maintenance
Component: General Version: 2.4.0
Severity: major Keywords: file properties
Cc: External ID:

Description

While connected locally, right clicking on a file in the Site Explorer and selecting "Properties" returns the following (I don't know anything about programing so I haven't a clue what it means):

Maestro Error Report ====================

Version: 4.0.4.7214 Date: 5/24/2013 10:26:09 AM

Message: Exception of type 'OSGeo.MapGuide.MaestroAPI.Exceptions.UnsupportedServiceTypeException' was thrown.

Details: OSGeo.MapGuide.MaestroAPI.Exceptions.UnsupportedServiceTypeException: Exception of type 'OSGeo.MapGuide.MaestroAPI.Exceptions.UnsupportedServiceTypeException' was thrown.

at OSGeo.MapGuide.MaestroAPI.Local.LocalConnection.GetService(Int32 serviceType) in c:\Program Files (x86)\Jenkins\jobs\Maestro 4.0.x\workspace\OSGeo.MapGuide.MaestroAPI.Local\LocalConnection.cs:line 844 at Maestro.Base.UI.ResourcePropertiesDialog.OnLoad(EventArgs e) in c:\Program Files (x86)\Jenkins\jobs\Maestro 4.0.x\workspace\Maestro.Base\UI\ResourcePropertiesDialog.cs:line 108 at System.Windows.Forms.Form.OnCreateControl() at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible) at System.Windows.Forms.Control.CreateControl() at System.Windows.Forms.Control.WmShowWindow(Message& m) at System.Windows.Forms.Control.WndProc(Message& m) at System.Windows.Forms.ScrollableControl.WndProc(Message& m) at System.Windows.Forms.ContainerControl.WndProc(Message& m) at System.Windows.Forms.Form.WmShowWindow(Message& m) at System.Windows.Forms.Form.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)

Change History (2)

comment:1 by jng, 11 years ago

Owner: set to jng

Probably the WFS/WMS stuff that isn't supported by mg-desktop. Still, we should be handling this more gracefully.

comment:2 by jng, 11 years ago

Resolution: fixed
Status: newclosed

Fixed r7524. Basically you now get an error dialog that says we can't bring up resource properties for a local connection. Because we simply can't.

Note: See TracTickets for help on using tickets.