Has anyone encountered this error using SQL Server 2005 and Data access application blocks in a failover configuration?
"InvalidOperationException Framework Data Provider Error 6"
It seems to occur in our server application at irregular intervals and more frequently when SQL Server is in failover config? While doing some research I see that MS released a patch in .NET 2.0 sp1, however, the patch was not rolled forward or bundled in the lastest .NET service pack and we are reluctant to implement it if future service packs will overwrite it.
Our server is currently implemented using .NET 3.5 sp1 with the latest MS Data access application blocks.
Any help or guidance would be greatly appreciated.