.Net inspection step - strange XAMLErrors
I have yet other errors while inspect my project:
Like this:
CompareFarmsWizard.xaml (15)
.. and 91 same errors
What does it mean?
10: Project folder expected at C:\TeamCity\buildAgent\work\1c0e9f68b6383985\src\<NAME>\Icons
10: Project file expected at C:\TeamCity\buildAgent\work\1c0e9f68b6383985\src\<NAME>\Icons\Icon.png
19: Type or property expected
35: Project folder expected at C:\TeamCity\buildAgent\work\1c0e9f68b6383985\src\<NAME>\Icons
35: Project file expected at C:\TeamCity\buildAgent\work\1c0e9f68b6383985\src\<NAME>\Icons\minus_blue.png
10: Project file expected at C:\TeamCity\buildAgent\work\1c0e9f68b6383985\src\<NAME>\Icons\Icon.png
19: Type or property expected
35: Project folder expected at C:\TeamCity\buildAgent\work\1c0e9f68b6383985\src\<NAME>\Icons
35: Project file expected at C:\TeamCity\buildAgent\work\1c0e9f68b6383985\src\<NAME>\Icons\minus_blue.png
.. and 91 same errors
What does it mean?
Please sign in to leave a comment.
Eduard, it means, that R# inspections engine works incorrect outside of Visual Studio (in standalone mode) especially its project model. We got several issues caused by this problem.
Could you please post content of CompareFarmsWizard.xaml (or simple project example were issue coud be reproduced) here, or to our tracker (with appropriate access restrictions). It will be very usefull!
Thank you for quick replay. I have added this bug - http://youtrack.jetbrains.net/issue/TW-18730
Thank you, Eduard.