diff --git a/UIX.Skia/Microsoft/Iris/OS/NativeApi.cs b/UIX.Skia/Microsoft/Iris/OS/NativeApi.cs
index c62bc1a..663198e 100644
--- a/UIX.Skia/Microsoft/Iris/OS/NativeApi.cs
+++ b/UIX.Skia/Microsoft/Iris/OS/NativeApi.cs
@@ -76,8 +76,7 @@ namespace Microsoft.Iris.OS
Assembly assembly = Assembly.GetExecutingAssembly();
System.IO.MemoryStream stream = new System.IO.MemoryStream();
- var ress = assembly.GetManifestResourceNames();
- using (var input = assembly.GetManifestResourceStream(resourceName))
+ using (var input = assembly.GetManifestResourceStream(resourceName.ToUpperInvariant()))
{
if (input == null) return false;
input.CopyTo(stream);
diff --git a/UIX.Skia/Resources/ACQUIRINGIMAGE.PNG b/UIX.Skia/Resources/ACQUIRINGIMAGE.PNG
new file mode 100644
index 0000000..51e5c98
Binary files /dev/null and b/UIX.Skia/Resources/ACQUIRINGIMAGE.PNG differ
diff --git a/UIX.Skia/Resources/ERRORIMAGE.PNG b/UIX.Skia/Resources/ERRORIMAGE.PNG
new file mode 100644
index 0000000..f4c3711
Binary files /dev/null and b/UIX.Skia/Resources/ERRORIMAGE.PNG differ
diff --git a/UIX.Skia/UIX.Skia.csproj b/UIX.Skia/UIX.Skia.csproj
index 1298f63..1b62d15 100644
--- a/UIX.Skia/UIX.Skia.csproj
+++ b/UIX.Skia/UIX.Skia.csproj
@@ -10,6 +10,10 @@
true
true
+
+
+
+