Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Serialization Problem (Read 1538 times)
lyrock
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 16
Joined: Sep 12th, 2011
Serialization Problem
Jan 3rd, 2013 at 5:23pm
Print Post  
I saved a sketch with serialization from a design interface created with Mindfusion.

I tried to open that sketch file in another independent runtime interface (also created with Mindfusion), and came across the following errors:

Any suggestion? thanks.
  

seriprob.jpg (Attachment deleted)
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Serialization Problem
Reply #1 - Jan 3rd, 2013 at 5:45pm
Print Post  
You will have to move any types used as Tag values or hosted controls to a shared assembly referenced by both applications of yours, or serialize tags / controls in text form by handling the SerializeTag and DeserializeTag events, or respectively SerializeControl and DeserializeControl.

I hope that helps,
Stoyan
  
Back to top
 
IP Logged
 
lyrock
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 16
Joined: Sep 12th, 2011
Re: Serialization Problem
Reply #2 - Jan 3rd, 2013 at 10:14pm
Print Post  
Thank you.
It helps and got problem solved.

Happy New Year!


Stoyo wrote on Jan 3rd, 2013 at 5:45pm:
You will have to move any types used as Tag values or hosted controls to a shared assembly referenced by both applications of yours, or serialize tags / controls in text form by handling the SerializeTag and DeserializeTag events, or respectively SerializeControl and DeserializeControl.

I hope that helps,
Stoyan

  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint