Program won't run under vs2005 beta 2

I have a program originaly written on vs2005 beta 1 (an opengl es game). When I compile in using beta 2, it refuses to run on the pocketpc. I just get the error "A critical component is either missing or cannot start becuase program memory is unavailable".
The same program compiled using beta 2 works fine. It also works if compiled in software mode. Other opengl apps however work fine using b2.
Any ideas or tips?
Sean
[439 byte] By [SeanX] at [2008-1-13]
# 1
Probably it doesn't find some DLL.
ThomasWolframMVP at 2007-8-21 > top of Msdn Tech,Smart Device Development,Smart Devices Native C++ Development...
# 2
Sean, does the application dynamically link to msvcrt80.dll? Can you run depends on it and see whether msvcrt80.dll or msvcr80.dll is in the dependency list? If so, you'll need to ensure that you download the correct dependent dll to the device
NishanJebanasam at 2007-8-21 > top of Msdn Tech,Smart Device Development,Smart Devices Native C++ Development...