coming back for the issue here: using IsDefaultJavascriptLibraryDisabled=true for MVCEdition 9.0 . I’m trying to copy down the javascript files directly so i can compress them myself, but i just looked at http://samples.thinkgeo.com/webedition/howdoisamples/ , where you have the same files for version 9 except you’re missing the binding_GeoResource and msajax_GeoResource files. I tried updating to the other files that you’re using on that page, but it does not work on my system. Are these files not the updated javascript 9 ones? Where can i get those?
Or, where can i get version 10 and are they compatible?
MVC Edition 9 javascript files issues
Hi Thomas,
The http://samples.thinkgeo.com/webedition/howdoisamples/ still be the V9 samples, if you want to find the V10 samples please view this page:
https://github.com/ThinkGeo?utf8=✓&q=formvc&type=&language=
You can download the samples and get the JavaScript code you want.
Regards,
Don
Thanks, but where are the binding_Georesource and msajax_georesource files? Those aren’t on the http://samples.thinkgeo.com/webedition/howdoisamples/ link. Do you have a comprehensive list of all the javascript files we SHOULD be using? What I have is :
http://samples.thinkgeo.com/webedition/howdoisamples/Samples/GettingStarted/opl_GeoResource.axd?v=9.0.0.0
http://samples.thinkgeo.com/webedition/howdoisamples/Samples/GettingStarted/extension_GeoResource.axd?v=9.0.0.0
http://samples.thinkgeo.com/webedition/howdoisamples/Samples/GettingStarted/helper_GeoResource.axd?v=9.0.0.0
http://samples.thinkgeo.com/webedition/howdoisamples/Samples/GettingStarted/parser_GeoResource.axd?v=9.0.0.0
http://samples.thinkgeo.com/webedition/howdoisamples/Samples/GettingStarted/func_GeoResource.axd?v=9.0.0.0
http://samples.thinkgeo.com/webedition/howdoisamples/Samples/GettingStarted/cm_GeoResource.axd?v=9.0.0.0
http://samples.thinkgeo.com/webedition/howdoisamples/Samples/GettingStarted/binding_GeoResource.axd?v=9.0.0.0
http://samples.thinkgeo.com/webedition/howdoisamples/Samples/GettingStarted/msajax_georesource.axd?v=9.0.0.0
but the last 2 do not work.
Hi Thomas,
Your sample is for WebForm, but the last two item is work for MVC.
So please view this sample: http://samples.thinkgeo.com/MvcEdition/HowDoISamples
And the last two should be here:
http://samples.thinkgeo.com/MvcEdition/HowDoISamples/msajax_georesource.axd?v=9.0.0.0
http://samples.thinkgeo.com/MvcEdition/HowDoISamples/binding_GeoResource.axd?v=9.0.0.0
And you should want modify your other links like this format:
http://samples.thinkgeo.com/MvcEdition/HowDoISamples/xxxxxxxxxxxxxx.axd?v=9.0.0.0
Wish that’s helpful.
Regards,
Don
I, i didn’t realize that wasn’t the MVC version. Helps a lot, thanks!
Hi Thomas,
I am glad to hear that’s helpful.
Regards,
Don