C# Developers' Journal (original) (raw)

5:46p

LIB oddity Whenever I try to compile a C# file from Visual Studio Express 2005, I get a warning:

"Invalid search path 'C:\Program Files\Microsoft Visual Studio .NET 2003\SDK\v1.1\Lib\' specified in 'LIB environment variable' -- 'The system cannot find the path specified. '"

Well, not surprising, as VS2005 is supposed to be using v2.x, I would have thought. But where do I change the library path? The projects don't have any library path specified, so it must be a global setting somewhere, but where?

TIA,

Tim