I have an app that loads some XML docs into memory then runs various queries against it using Linq.
The app runs fine on the live server (Windows Server 2003) and under Visual Studio 2008 on XP. But on my Vista laptop (4gb RAM, 2GHz CPU) all the Linq queries run really really slow. What should take a couple of milliseconds instead takes a couple of seconds. The funny thing is is that all other parts of the code run smoothly and quickly as they should.
Has anyone else had trouble with this type of thing?