Exception when using the SDK together with the Playerframework
-
Thursday, August 23, 2012 8:03 AM
Referencing Bing Maps SDK and the playerframework (http://playerf
ramework.codepl ex.com/) in a Javascript Project results to this exception when adding a Map: JavaScript runtime error: Unable to set property 'Gimme' of undefined or null reference. I'm not sure if this is a problem with Bing Maps or the Playerframework.
Thanks in advance
All Replies
-
Friday, October 12, 2012 6:40 PM
I am having same problem, could you find a workaround?
thanks
-
Monday, October 22, 2012 11:48 AMOwner
This looks like a global variable naming conflict. Since the Playerframework is an open source control it might be best to modify that as modifying Bing Maps is not an option. Note that Bing Maps has been using the Gimme name as a global variable since it's release in 2005.
http://rbrundritt.wordpress.com
- Proposed As Answer by Richard_BrundrittMicrosoft Employee, Owner Monday, October 22, 2012 11:48 AM
- Marked As Answer by Richard_BrundrittMicrosoft Employee, Owner Wednesday, October 24, 2012 11:30 AM
-
Tuesday, December 18, 2012 5:45 PMSo, how can i fix it to hava both in my app?
-
Wednesday, December 19, 2012 11:29 AMOwnerLocate the Gimme object in the PlayerFramework code and change all the references of it to something different.
http://rbrundritt.wordpress.com

