ThinkGeo.com    |     Documentation    |     Premium Support

Upgrading to MVCEdition 9 breaking changes

Just upgraded my website that was using MVCEdition 8 to version 9, and 3 issues in my console with my map page immediately show up:



localhost/appName/bg_GeoResource.axd?ClientID=cMap1&PageName=jmz1MnCmnUiiWk324UiPqQ_cMap1&Fresh=0037037&Format=image/png&Quality=100

gives me a 

The input is not a valid Base-64 string as it contains a non-base 64 character, more than two padding characters, or an illegal character among the padding characters


error with the following stack trace:

FormatException: The input is not a valid Base-64 string as it contains a non-base 64 character, more than two padding characters, or an illegal character among the padding characters. ]
   System.Convert.FromBase64_Decode(Char* startInputPtr, Int32 inputLength, Byte* startDestPtr, Int32 destLength) +733
   System.Convert.FromBase64CharPtr(Char* inputPtr, Int32 inputLength) +152
   System.Convert.FromBase64String(String s) +49
   qhM=.UxQ=.VRQ=(String value) +10
   qhM=.UxQ=.VBQ=(String licenseFilePathname) +155
   qhM=.LhQ=.QBQ=() +187
   qhM=.LhQ=.NhQ=() +96
   qhM=.fRQ=.ghQ=(HttpContext context) +471
   qhM=.fRQ=.ProcessRequest(HttpContext context) +54
   System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +508
   System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +9
then i get 404 errors for the following links:

khms1.googleapis.com/kh?v=88&hl=en-US&deg=0&x=1&y=4&z=3

khms0.googleapis.com/kh?v=88&hl=en-US&deg=0&x=0&y=4&z=3

any help or ideas on this, and why i’m seeing these issues?

Hi Thomas, 
  
 It looks we cannot reproduce that in our sample, could you please let us know how to reproduce it? 
  
 A sample which can easy reproduce that is welcome. 
  
 Regards, 
  
 Don

it’s not really easy to provide a sample right now, i’ll see if i can get one to you in the future though.

Hi Thomas, 
  
 Just as mentioned, it’s really hard for us to reproduce the problem if there is any further information provided, could you please create a demo or some codes you are using here? such as what overlays are loaded in the map, have you tried request the following link in browser manually to see what’s happened? is it possible for your to public your website to let us have a try? Also would you please try creating demo on your end to see if it can recreated in another project? 
  
 Thanks, 
 Johnny