MSDIA80.dll cannot be loaded
-
All of a sudden I cannot debug my applications. When I go to start, I get the above error. I'm running VS2005SP1 with unmanged c++ I was able to run the other day, but today i cannot. This is code I'm trying to run (pretty simple) -------------------------------------------------------- int main(int argc, char *argv[]) { return 0; } --------------------------------------------------------------- :confused:Any thoughts:confused: Tom
-
All of a sudden I cannot debug my applications. When I go to start, I get the above error. I'm running VS2005SP1 with unmanged c++ I was able to run the other day, but today i cannot. This is code I'm trying to run (pretty simple) -------------------------------------------------------- int main(int argc, char *argv[]) { return 0; } --------------------------------------------------------------- :confused:Any thoughts:confused: Tom
I don't know if it helps any, but a google search on "msdia80.dll" yields several fixes for assorted problems related to that DLL. Mark
Mark Salsbery Microsoft MVP - Visual C++ :java:
-
I don't know if it helps any, but a google search on "msdia80.dll" yields several fixes for assorted problems related to that DLL. Mark
Mark Salsbery Microsoft MVP - Visual C++ :java:
-
I don't know if it helps any, but a google search on "msdia80.dll" yields several fixes for assorted problems related to that DLL. Mark
Mark Salsbery Microsoft MVP - Visual C++ :java:
-
I did a repair install of VS2005 (1.5 hours), and that fixed the problem. It appears some setting somewhere was corrupted. Tom
Bummer. Thanks for the update though...good to know! Mark
Mark Salsbery Microsoft MVP - Visual C++ :java: