Don,
Thanks for the post, I had seen that thread but thought it relate to just getting some feedback. If you are saying that OOB is supported, then I think there is a problem with it.
Using your C# samples, you first have to remove the top 6 lines of code from Page_Loaded in Page.xaml.cs to avoid any reference to HtmlPage, but you can then try running it Out Of Browser. This results in the following error:-
{System.Windows.Markup.XamlParseException: The invocation of the constructor on type ‘ThinkGeo.MapSuite.SilverlightEdition.Map’ that matches the specified binding constraints threw an exception. [Line: 8 Position: 38] —> System.InvalidOperationException: The DOM/scripting bridge is disabled.
at System.Windows.Browser.HtmlPage.VerifyThreadAndEnabled()
at System.Windows.Browser.HtmlPage.get_Document()
at ThinkGeo.MapSuite.SilverlightEdition.Map.FxQ=()
at ThinkGeo.MapSuite.SilverlightEdition.Map…ctor()
— End of inner exception stack trace —
at System.Windows.Application.LoadComponent(Object component, Uri resourceLocator)
at CSharp_Samples.DisplayASimpleMap.InitializeComponent()
at CSharp_Samples.DisplayASimpleMap…ctor()}
with an Inner Exception of:-
{System.InvalidOperationException: The DOM/scripting bridge is disabled.
at System.Windows.Browser.HtmlPage.VerifyThreadAndEnabled()
at System.Windows.Browser.HtmlPage.get_Document()
at ThinkGeo.MapSuite.SilverlightEdition.Map.FxQ=()
at ThinkGeo.MapSuite.SilverlightEdition.Map…ctor()}
Again the references to HtmlPage suggests to me that OOB is not supported. I don’t claim to be an expert in this, but I didn’t think you can access HtmlPage unless you are running within a browser.
Await your comments.
Rgds
Graeme