We recently moved the web from sigle server to two servers. After
changing the session state from InProc to SQLServer, I got error:
[SerializationException: The type myAssembly.MyDataSet+MemberDataTable
in Assembly MyAssembly, Version=1.0.2039.40675, Culture=neutral,
PublicKeyToken=null is not marked as serializable.].
I MyDataSet.vb class was generated by Visual Studio and marked as
<Serializable()>.
What should I do to make it work?
Thanks
Bob