Advertisement
Guest User

Untitled

a guest
Apr 8th, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.08 KB | None | 0 0
  1. System.Windows.Data Error: 6 : 'TargetDefaultValueConverter' converter failed to convert value '/Engine;component/Images/Monsters/Snake.png' (type 'String'); fallback value will be used, if available. BindingExpression:Path=CurrentMonster.ImageName; DataItem='GameSession' (HashCode=16555740); target element is 'Image' (Name=''); target property is 'Source' (type 'ImageSource') IOException:'System.IO.IOException: Cannot locate resource 'images/monsters/snake.png'.
  2. at MS.Internal.AppModel.ResourcePart.GetStreamCore(FileMode mode, FileAccess access)
  3. at System.IO.Packaging.PackagePart.GetStream(FileMode mode, FileAccess access)
  4. at System.IO.Packaging.PackWebResponse.CachedResponse.GetResponseStream()
  5. at System.IO.Packaging.PackWebResponse.GetResponseStream()
  6. at System.IO.Packaging.PackWebResponse.get_ContentType()
  7. at System.Windows.Media.Imaging.BitmapDecoder.SetupDecoderFromUriOrStream(Uri uri, Stream stream, BitmapCacheOption cacheOption, Guid& clsId, Boolean& isOriginalWritable, Stream& uriStream, UnmanagedMemoryStream& unmanagedMemoryStream, SafeFileHandle& safeFilehandle)
  8. at System.Windows.Media.Imaging.BitmapDecoder.CreateFromUriOrStream(Uri baseUri, Uri uri, Stream stream, BitmapCreateOptions createOptions, BitmapCacheOption cacheOption, RequestCachePolicy uriCachePolicy, Boolean insertInDecoderCache)
  9. at System.Windows.Media.Imaging.BitmapFrame.CreateFromUriOrStream(Uri baseUri, Uri uri, Stream stream, BitmapCreateOptions createOptions, BitmapCacheOption cacheOption, RequestCachePolicy uriCachePolicy)
  10. at System.Windows.Media.ImageSourceConverter.ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, Object value)
  11. at MS.Internal.Data.DefaultValueConverter.ConvertHelper(Object o, Type destinationType, DependencyObject targetElement, CultureInfo culture, Boolean isForward)
  12. at MS.Internal.Data.TargetDefaultValueConverter.Convert(Object o, Type type, Object parameter, CultureInfo culture)
  13. at System.Windows.Data.BindingExpression.ConvertHelper(IValueConverter converter, Object value, Type targetType, Object parameter, CultureInfo culture)'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement