Hello,
I have a problem with the module. My module is loaded properly but each time i do a postback on my page (change of map mode for example) the following error occurs :
Microsoft JScript runtime error: Sys.WebForms.PageRequestManagerServerErrorException: Input string was not in a correct format.
I dont know if it is linked but I change my computer and I had some difficulties to install the last release. You recommend to copy some dlls in c:\windows\system32 directory. On my computer the two assemblies msvcp71.dll and msvcr71.dll were already present with the version 7.10.6030.0 for both. The Assembly I found from you has a lower version which is 7.10.3077.0. So I copy all the assembly you provide except msvcr71.dll and msvcp71.dll because I didnt want to take the risk to overwrite assemblies in system32 directory (I dont know if these assemblies are used by other programs).