Error using firefox 3

Last post 3/17/2009 11:19:36 PM by Chris Pietschmann. 2 replies. << Back to Web.Maps.VE v2.0 General
3/9/2009 9:07:41 PM
Medwyn

Error using firefox 3

I'm currently using v2.00.02 and when viewing a simplovation map in firefox i'm getting the following error in the error console. Having got the error the asp "on event" code appears to stop firing.

Has anyone experienced anything similar?

Error: [Exception... "'Sys.WebForms.PageRequestManagerServerErrorException: Sys.WebForms.PageRequestManagerServerErrorException: There was an error deserializing the object of type Simplovation.Web.Maps.VE.AsyncMapData. Encountered unexpected character 'p'.' when calling method: [nsIDOMEventListener::handleEvent]"  nsresult: "0x8057001c (NS_ERROR_XPC_JS_THREW_JS_OBJECT)"  location: "<unknown>"  data: no]

I can provide details of how i'm drawing the map if required...

3/9/2009 11:15:30 PM
Medwyn

Re:Error using firefox 3

Found the problem.

It appears firefox can't handle the use of "\" in path names to CustomIconSpecification.Image  where as IE can handle this ok. Changing the paths to "/" fixes my issue.

 

3/17/2009 11:19:36 PM
Chris Pietschmann

Re:Error using firefox 3

This is some strange behavior, and probably one of the few times where I'd prefer Firefox to work how IE does; more forgiving. Anyway, thanks for pointing this out; I'll keep it mind if anyone else has a similar issue. Thanks.