I just started getting this exception in my development environment:[
SerializationException: The type Get_Benefits.DatabaseSpecific.DataAccessAdapter in Assembly Get_BenefitsDBSpecific, Version=1.0.2757.24715, Culture=neutral, PublicKeyToken=null is not marked as serializable.]
Anyone know why IIS thinks that the DataAccessAdapter is not serializable?
This application is in production. I can deploy and run it without experiencing this error on other machines.
Specifics: LLBLGen version - 1.0.2005.1
Visual Studio 2003, .Net Framework 1.1
Session State = SQLServer
Thanks,
Bob