When executing a rebuild of a C# project, I get the warning message:
Invalid Search Path 'c:\Program Files\Microsoft Visual Studio .NET\FrameworkSDK\Lib\' specified in 'LIB environment variable' - The system cannot find the path specified.
It doesn't happen on the original build, only on a rebuild.
The \Microsoft Visual Studio .NET\ folder is the folder in which VS 2002 was originally installed. VS 2002 had to be uninstalled to make room for VS 2005.
VS 2005 lives in \Microsoft Visual Studio 8\
Anybody have an idea how I can make warning this go away? (Beyond blowing away my executables and only doing builds...)
Invalid Search Path 'c:\Program Files\Microsoft Visual Studio .NET\FrameworkSDK\Lib\' specified in 'LIB environment variable' - The system cannot find the path specified.
It doesn't happen on the original build, only on a rebuild.
The \Microsoft Visual Studio .NET\ folder is the folder in which VS 2002 was originally installed. VS 2002 had to be uninstalled to make room for VS 2005.
VS 2005 lives in \Microsoft Visual Studio 8\
Anybody have an idea how I can make warning this go away? (Beyond blowing away my executables and only doing builds...)