Hi guys!
I'm working in a WCF project and we need to reuse some legacy components from vb6.
In the service, we need to mantain state for each user as we need to store one COM Interop object (per user) which is costly to construct. The project can grow in the future so it's possible we may need to use StateServer/SqlServer-based session storing.
By default, COM Interop objects are not serializable, any ideas on how to continue?
Thanks in advance.