I set the variable to ...\Microsoft Visual Studio .NET 2003\Common7\IDE
typing the following in command prompt:
set path=C:\Program Files\Microsoft Visual Studio .NET 2003\Common7\IDE
Next I run VS .NET and the problem is still there.
Now here is something strange.
After I restart the system I check the environmental variables by
typing "set[enter]" in the command prompt and I see that the path
variable is C:\Windows\system32.
So my guess is something is wrong with how environmental variables are
treated on my system? Also, do I need to restart the computer for the
setting of variables to take effect.
Thanks,
Nick Z.
That would mean that - ...\Microsoft Visual Studio .NET 2003\Common7\IDE
is not in your "path" environment variable.
Willy.
I should note that copying all contents of
...\Microsoft Visual Studio .NET 2003\Common7\IDE
to
...\Microsoft Visual Studio .NET 2003\Vc7\bin
"solves" the problem, I am able to compile etc.
However, this approach is not really elegant and might be causing
another
problem just waiting to happen.
Thanks,
Nick Z.
Nick Z. wrote:
Whenever I try to compile a VC++ program using VS .NET 2003 I get an
error saying mspdb71.dll not found.
How can I fix this error?
PS. I ran vsvars32.bat and it did not change a thing.
Thanks,
Nick Z.