Advanced Forum Search Results
-
Jeff,
Okay, now I am really confused!
Here are the steps I think I took place:
1)In my first Silverlight app, I used a gif file
This caused my 4001 error (I just confirmed this)
2) The code I posted showed I was using a png file, and I swear I tried that before my first post.
3) Then still using the png file, I tried ...
-
Cass,
Straight from the horses mouth: Version: 1.0.21115.0
I am using Expression Blend 2 Sept Preview.
And yes, I can preview the image on the canvas within Blend. However, if I try to test the solution (F5), I get the same error.
-
Cass,
I am not sure what else I can report. Silverlight seems to be functioning as it should, except that when I try to add an image to my canvas I get the 4001 error. If I add the references to my assembly as you suggested I then get the 2251 error.
Jeff,
I get the error whether my images and xaml are in ...
-
Cass,
Thanks for reply.
I am using Silverlight 1.0.
When I add the projectname and class lines (changing them to point to my assemblies), I get a new error:
Error Code 2251
Message: AG_E_RUNTIME_MANAGED_ACTIVATION
It's frustrating because everything else seems to workfine. I just cannot add imge files to my Silverlight ...
-
I tried creating my first Silverlight app today.
All was going great until I dropped an image control onto my canvas. As soon as I tried reference an image, I received a very unhelpful error:
<Canvas xmlns="http://schemas.microsoft.com/client/2007" ...