Click to See Complete Forum and Search --> : Warning Message


Peter_APIIT
May 3rd, 2009, 09:41 PM
Hello to all, i have create an C# console application but display two warning which are


Invalid search path 'C:\Program Files\Microsoft Visual Studio\VC98\mfc\lib' specified in 'LIB environment variable' -- 'The system cannot find the path specified. ' Email
Invalid search path 'C:\Program Files\Microsoft Visual Studio\VC98\lib' specified in 'LIB environment variable' -- 'The system cannot find the path specified. ' Email


What is this all about ?

Thanks.

foamy
May 4th, 2009, 03:09 AM
this (http://blogs.msdn.com/gusperez/archive/2005/08/08/449353.aspx) and this (http://dotnetwizard.net/dotnet-stuff/how-to-fix-warning-cs1668-invalid-search-path-in-visual-studio/) should explain it :)

Peter_APIIT
May 6th, 2009, 09:23 PM
I using MS Window XP and the tutorial is about Vista.

Arjay
May 7th, 2009, 04:40 PM
I using MS Window XP and the tutorial is about Vista.What foamy posted has nothing to do with Vista. The articles state that the warning appears when you have invalid path entries in the lib environment variable. Remove the invalid entries from this environment variables.

Peter_APIIT
May 8th, 2009, 03:13 AM
Thanks. I removed. Why cause this kind of problem ?