Visual Studio unable to load necessary dll's to run project -


i trying run project in visual studio 2010, , reason seems can't... command-line window closed instantly , debug info following:

'exercise01.exe': loaded 'e:\e\work spaces\c++ projects\exercise01\debug\exercise01.exe', symbols loaded. 'exercise01.exe': loaded 'c:\windows\system32\ntdll.dll', cannot find or open pdb file 'exercise01.exe': loaded 'c:\windows\system32\kernel32.dll', cannot find or open pdb file 'exercise01.exe': loaded 'c:\windows\system32\msvcr100d.dll', symbols loaded. program '[5900] exercise01.exe: native' has exited code 0 (0x0). 

what might cause these 2 dll's not loaded? , fact program exited code 0 related program not running, or there problem?

i know others have published such questions before, unfortunately couldn't fine useful info anywhere, forgive me if i'm re-uploading question... i'm pretty noob when comes programming in c, , in visual studio in general, please have patience (:

thank :)

first thing check: these files there. maybe windows installed in different directory , environment variable pointing wrong place.

if files there authentication problem. running command line window. may running in context of network service. try starting command window, right clicking on menu , selecting "run administrator".


Comments

Popular posts from this blog

unicode - Are email addresses allowed to contain non-alphanumeric characters? -

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

c++ - Convert big endian to little endian when reading from a binary file -