I am getting TypeLoadException when building and running generic code that makes use of the standard library. In particular when std::vector::resize is called. Thanks
We're using MFC's CSocket, CSocketFile, CArchive in our socket application. The test PCs are running Windows 2K and Windows XP SP1. We've built our applications using VC 7.1 (Visual Studio .NET 2003). We're currently running a debug/unicode build of our projects.