Here's an interesting problem I encountered recently with a WCF based web service and the humble IList<T> interface.
I'm working on a classic 3-teir system: Client/Application/Database. The Client and Application are using Windows Communication Foundation (WCF) to interact. For convenience, we have an assembly of Data Transfer Objects (or DTOs) which is shared across both the client and the server.
While working on a recent system enhancement, I encountered an odd error - a NotSupportedException with the message "Collection was of a fixed size".
Recent comments
5 hours 6 min ago
2 weeks 5 days ago
2 weeks 5 days ago
4 weeks 1 day ago
4 weeks 2 days ago
8 weeks 6 days ago
9 weeks 5 days ago
9 weeks 5 days ago
9 weeks 6 days ago
12 weeks 2 days ago