com - Strange exception when calling code in a web service vs a windows exe -


I am interpinning the web service with some com objects using a code shared with a Windows app The application has no problem interpinning with COM objects but the web service will skip this exception

  'Type' mapshots. FODDSLFFode.foddiscription 'In the assembly' ILFFOD, version = 1.1.1.0, culture = neutral, PublicKeyToken = null 'is not marked as serializable.'  

I'm not trying to return any object to the web method, just trying to do some work on the server to return to the client. Does anyone have any idea what's going on, Search Online has not returned a lot.

Thank you in advance!

If you have access to the code, then you try to mark the FODD encoding as serial You can.

Check that all objects are used as input and output from the web object, in which the sub objects are marked as serializable.


Comments

Popular posts from this blog

c++ - Linux and clipboard -

What is expire header and how to achive them in ASP.NET and PHP? -

sql server - How can I determine which of my SQL 2005 statistics are unused? -