|
-
March 6th, 2009, 03:03 AM
#1
msvcr90.dll not found in debug mode
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.
-
March 6th, 2009, 03:26 AM
#2
Re: msvcr90.dll not found in debug mode
Take a look at Redistributing Visual C++ Files , and hope it helps.
Little by little one goes far
Keep moving.......!
Nothing is impossible !
-
March 6th, 2009, 04:14 AM
#3
Re: msvcr90.dll not found in debug mode
 Originally Posted by sunny_sz
after copy msvcr90.dll to the project folder, now i see new problem:
application made an attampt to load the c runtime library incorrectly
-
March 8th, 2009, 08:08 PM
#4
Re: msvcr90.dll not found in debug mode
Any errors when compiling? If so, please reference C Run-Time Error R6034.
Little by little one goes far
Keep moving.......!
Nothing is impossible !
-
March 9th, 2009, 07:13 AM
#5
Re: msvcr90.dll not found in debug mode
msvcr90.dll is the Release build for the C runtime. for the Debug version you need msvcr90d.dll.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|