Opened 14 years ago

Closed 14 years ago

#1466 closed defect (invalid)

Does Maestro support for the changes in RFC68?

Reported by: bgugeograf Owned by: jng
Priority: low Milestone:
Component: General Version: 2.0.0
Severity: minor Keywords:
Cc: External ID:

Description

Im am running Maestro 2.0.0.4650 and Im trying to get it up and running with MGE2011. The new MGE2011 has some new changes to the structure of the mapguidedotnetapi.dll. See RFC68, http://trac.osgeo.org/mapguide/wiki/MapGuideRfc68.

That is, it has been divided into 5 dlls but still has the mapguidedotnetapi.dll for compatibility reasons. Still I have had no success in calling the mapguide native methods.

When I invoke MgInitializeWebTier I receive the following error: Error: The type initializer for 'OSGeo.MapGuide.MapGuideApiPINVOKE' threw an exception. Source: MapGuideDotNetApi Stack trace: at OSGeo.MapGuide.MapGuideApiPINVOKE.MgInitializeWebTier(String jarg1)

at OSGeo.MapGuide.MapGuideApi.MgInitializeWebTier(String configFile)

Error: The type initializer for 'SWIGExceptionHelper' threw an exception. Source: MapGuideDotNetApi Stack trace: at OSGeo.MapGuide.MapGuideApiPINVOKE..cctor() Error: Unable to load DLL 'MapGuideUnmanagedApi': The specified procedure could not be found. (Exception from HRESULT: 0x8007007F) Source: MapGuideDotNetApi Stack trace: at OSGeo.MapGuide.MapGuideApiPINVOKE.SWIGExceptionHelper.SWIGRegisterCustomExceptionCallbacks_MapGuideApi(SWIGCustomExceptionDelegate customExceptionDelegate)

at OSGeo.MapGuide.MapGuideApiPINVOKE.SWIGExceptionHelper..cctor()

It is obviouse that I am missing MapGuideUnmanagedApi.dll to my bin folder but this dll doesnt not come with MGE2011 edition. Im not sure if the MapGuideApi is trying to call this dll that doesnt exist or actually who is calling it.

Is there someone that could explain to me why this happens, what Im doing wrong or is it because the MaestroApi doesnt support the changes that have been made to the mapguidedotnetapi in mge2011?

Change History (2)

comment:1 by jng, 14 years ago

Owner: set to jng
Status: newassigned

comment:2 by jng, 14 years ago

Resolution: invalid
Status: assignedclosed
Note: See TracTickets for help on using tickets.