Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic SaveLoadSample (Read 1869 times)
elmarquez
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 1
Joined: Oct 28th, 2008
SaveLoadSample
Dec 15th, 2008 at 8:03pm
Print Post  
I get an exception in the SaveLoadSample demo. It occurs in Page.xaml.cs in the OnLoad method, line 51.

var xml = input.GetProperty("value").ToString();

Here's the exception detail.

System.NullReferenceException was unhandled by user code
Message="Object reference not set to an instance of an object."
StackTrace:

at SaveLoadSample.Page.OnLoad(Object sender, RoutedEventArgs args)

at System.Windows.CoreInvokeHandler.InvokeEventHandler(Int32 typeIndex, Delegate handlerDelegate, Object sender, Object args)

at MS.Internal.JoltHelper.FireEvent(IntPtr unmanagedObj, IntPtr unmanagedObjArgs, Int32 argsTypeIndex, String eventName)
InnerException:

Otherwise, the demos look great.  I'm happy to see the Silverlight library developing.  Thank-you.

  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: SaveLoadSample
Reply #1 - Dec 16th, 2008 at 10:19am
Print Post  
Hi,

Set SaveLoadSample.Web as the startup project before running the sample with F5, or use the "view in browser" command from the SaveLoadSampleTestPage.aspx context menu.

I hope that helps,
Stoyan
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint