Hi,

I recently tried to upgrade my project under visual studio 2010 and I've run into a few issues. When I try to debug my program I get the error "Cannot run due to missing MSVCP90D.dll"

I did a search for MSVCP90D in my files and the text occurs in some third party dlls as well as a few of my own dlls. From looking around the net I've discovered that the dll is some core vs 2008 debug dll.

Any idea how can I fix this? Is it even possible to solve this problem if I have to use dlls that were compiled under VS2008?

Thanks a lot