Whenever Trying to debug an exe in VS2005 IDE, it keeps popping up an error:

"The procedure entry point _snprintf_s could not be located in the dynamic
link library MSVCR80.dll"

Note that the exe is built in Debug mode.

Thanks,
DH

Re: All VS2005's faults... :) by Marcus

Marcus
Fri Jun 09 09:12:19 CDT 2006

"dh" <dh@discussions.microsoft.com> wrote in message
news:83A99D35-9DC7-4013-BC30-6157DAAA49C5@microsoft.com...
> Whenever Trying to debug an exe in VS2005 IDE, it keeps popping up an
> error:
>
> "The procedure entry point _snprintf_s could not be located in the dynamic
> link library MSVCR80.dll"
>
> Note that the exe is built in Debug mode.
>
> Thanks,
> DH

Given the othe problems you report, I assume that either your VS.NET
installation is broken or there are the wrong CRT libraries in WinSXS.

I would consider uninstalling and reinstalling VS.NET and the Framework SDK.

Marcus