I'm interoping with some com objects in a web service using code shared with a windows app. The window apps has no problems interoping with the com objects but the web service throws this exception
'Type 'MapShots.FODDs.ilfFOD.fodDescriptions' in Assembly 'ilfFOD, Version=1.1.1.0, Culture=neutral, PublicKeyToken=null' is not marked as serializable.'
I'm not trying to return any of the objects from the web method, just trying to do some work on the server to return to the client. Does anyone have any ideas what could be happening, search online hasn't returned much.
Thanks in advance!