hello folks,

i have an annoying problem:

i duplicated one of my old vs2008 project folder, and did some modification on the duplicated one. everything just fine, but since the two projects are using the same project name, they are confusing, so i decided to change the duplicated one to another name.

now, i cannot run the duplicated code, because i got information saying msvcr90.dll not found , even i changed the project name back.

i found an article talking about this,

http://www.insidercoding.com/post/20...SVCR90DLL.aspx

but the suggested solution doesn't work. i added msvcr90 to the "ignore specific library", but i can still see the problem.

but the original project always works.

please help me. thank you very much.