Zum Hauptinhalt gehen

Not Implemented XmlSerialable Interface

Kommentare

8 Kommentare

  • Permanently deleted user

    (/customer/servlet/servlet.FileDownload?file=00P6000000em1QJEAY) /customer/servlet/servlet.FileDownload?file=00P6000000em1QJEAY

    0
  • Permanently deleted user

    Check https://support.geocortex.com/SupportForums/Thread.aspx?pageid=0&mid=2&ItemID=20&thread=47604

    You may get the job easier by wrapping all server side activities with "Server Scope" acitivity under the "Control Flow" group on WF designer.

    After adding the bitmap object to the dataTable, purge out it (aBitmap = null) before executring any external (client) activity.

     

    0
  • Permanently deleted user

    Munwhan,

    Thank you for the clarification.  Just for additional clarifications, what does it mean to keep scope in your server side, as compared to the activities on the client side?

    Is there a list somewhere that states which ones fall under the server side and/or client side activities?

    I've only just begun learning WF, so I'm grappling with the concepts.

    Walter

     

     

    0
  • Permanently deleted user

    Walter,

    On the WF desinger, the activities are grouped with the group name which tells you which activities are server activity and client activities.

    (1)Client side:  Common Client, Common Viewer, etc

    (2)Server side: Common Server, ArcGIS server, etc

    Also, as I wrote before, an activity called 'Sever Scope' under 'Control Flow' group can be used to check if any activities inside it are all server side activities to make it sure. If any activity inside 'Server Scope' activity is the client side one, you will have an error with Red mark on the WF Designer.

    0
  • Permanently deleted user

    Munwhan,

    Found the activity listing from the help. To further clarify the difference between server side and client side activities, I'm assuming that the main titles in the activity listing describe the difference. Then:

    Client Side Activities = Common Client, Common Viewer

    Server Side Activities = Common Server, ArcGIS Server

    Walter

    0
  • Permanently deleted user

    Munwhan,

    Once I put my 'downloadImage' inside it's own 'ServerScope' activity, this solved the error I was recieving earlier.

    Thank you for your response.

    Walter

    0
  • Permanently deleted user

    Hi Everyone,

    I know this is an old thread, but i am still having the issue with the serialization error. I tried a few different things but don't think I am fulling understanding the variable Scope(s). I have also tried moving my 'DownloadImage'  into its own serverScope inside my Sequence with no luck.

    Any help suggestions would be greatly appreciated.

    Thanks,

     

    AC

    0
  • Permanently deleted user

    As Munwhan suggests, the workflow designer groups the controls together on the left hand side list, so you can see what control is client side.

    One that trips me up a bit is the 'Alert' control. The Alert is client side, check for one of those, otherwise post your xaml.

    0

Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.