For example, for a window:
Icon="/Prayon.Common.Images;component/Application/Prayon.ico"
This works fine and there are no errors in Visual Studio 2010. Now, in Visual Studio 2012, I see an error
Could not find a part of the path 'C:\Prayon.Common.Images;component\Application\Prayon.ico'.
in the error list. But Prayon.ico is in Assembly Prayon.Common.Images , which is correctly specified.
Why is Visual Studio 2012 reporting this as an error?
I can compile and run the project without any problems. There are only a lot of error messages in ErrorList VS2012, and this makes it difficult to get "real" errors.
source share