XamlParseException: ''Provide value on 'System.Windows.Markup.StaticResourceHolder' threw an exception

  • Thread starter Thread starter Amibluesky
  • Start date Start date
A

Amibluesky

Guest
Using VS-2017 and working on a WPF (MVVM Pattern) solution shared in TFS with other developers

I'am getting this issue since I downloaded a new version of the solution from TFS

The solution compiles correctly and works fine on other developer's machines who work on this solution, except mine.

ExceptionTrace:

System.Windows.Markup.XamlParseException
HResult=0x80131501
Message='Provide value on 'System.Windows.Markup.StaticResourceHolder'
threw an exception.' Line number '33' and line position '10'.
Source=PresentationFramework
StackTrace:
at System.Windows.Markup.XamlReader.RewrapException(Exception e,
IXamlLineInfo lineInfo, Uri baseUri)

Inner Exception 1:
NotImplementedException: The method or operation is not implemented.


I think that the problem is not in the code but in my machine, because now even the old versions of the solution (that used to work fine) are getting this same Exception and don't compile.

Can someone help me to discover what's going wrong !?

PS: I'm beginner in programming

thank you !

Continue reading...
 
Back
Top