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°=0&x=1&y=4&z=3
khms0.googleapis.com/kh?v=88&hl=en-US°=0&x=0&y=4&z=3
any help or ideas on this, and why i’m seeing these issues?