Hi, i discovered a strange behavior when using Mapsuite Desktop in WPF. i created a TabControl, each tab should represent different map layouts.
When i run it using Expression Blend (pressing F5), the map is displayed. Try dragging the map or zoom in/out using mouse wheel several times, an error occur: "Unhandled exception has occured in a component in your application. If you click Continue, the application will ignore this error and attempt to cotinue". But when i use VS2008 to run the exact same program, no matter how i drag or zoom in/out, no error occur.
i then tried to put the map in StackPanel or a Grid, using Blend to run, the same error occured. Using VS2008, no error. Is there something that must be configured in Blend?
Ric