id summary reporter owner description type status priority milestone component version severity resolution keywords cc external_id 2377 Logic exception - MapGuideApiPINVOKE.MgSiteConnection_Open(IntPtr jarg1, IntPtr jarg2) educker "Hi, I've moved our mapping website from one server to another and after reinstalling map guide and meastro on the new server I'm getting this error. The error comes up after the map is displayed. We have some code in our app that then asks for another layer to be created on top of the map once the map is initially created. Our code that it's failing on is in this standard part: {{{ protected MgSiteConnection MgInit(string sessionId) { this.InitializeWebTier(); MgUserInformation userInformation = new MgUserInformation(sessionId); MgSiteConnection connection = new MgSiteConnection(); connection.Open(userInformation); return connection; } }}} Stack trace is in the attached txt document - any idea why we would have a Logic error? Thanks, Edward" defect new medium Web API 2.5.0 major Login MgInit