Release v4.0.650 August 22nd, 2010
Change Log:
- HSS.Logging:
- Database Installer Wizard, database server setting defaulted to a value, is now blank.
- Added MaxItemsInObjectGraph to the ServiceBehavior for the LogServer to be int.MaxValue.
- HSS.Data:
- DataAccessService<T> was logging and then not rethrowing exceptions. Removed exception handling and logging, and now simply allow all exceptions to flow up to the caller.
- HSS.ServiceModel:
- VirtualServiceHostFactory, 'IncludeExceptionDetailInFaults' is now set to True and all exceptions are bubbled to caller.
- Removed internal class ChannelClientT, and replaced with indivdual VirtualFuncOperation and VirtualActionOperation classes.
|