Skip to main content

Microsoft Silverlight

Answered Question Can't see my images in Expression Blend 3 Design ViewRSS Feed

(0)

Denis1900
Denis1900

Member

Member

7 points

80 Posts

Can't see my images in Expression Blend 3 Design View

Hello! I have serious troubles with Image control. When i working in Expression Blend 3 i can't see my images in Design View - i see only its borders. When i start the site my images appears in browser! In WPF all works great - i can see images in design view. Practically, there are computers with this bug, and there are without. Can anyone tell me on what it depends? What it can be? Thanks a lot!

bryant
bryant

Star

Star

9937 points

1,629 Posts

Silverlight MVP

Re: Can't see my images in Expression Blend 3 Design View

How are you referencing your images? Some of the relative types of references can confuse Blend.

-- bryant

Blog | Twitter
_________________
Dont forget to click "Mark as Answer" on the post that helped you.

Denis1900
Denis1900

Member

Member

7 points

80 Posts

Re: Can't see my images in Expression Blend 3 Design View

I drag and drop my jpg images from folder to canvas. Image is added in project tree and all seems fine..... but i can't see image in Design View, only borders. When i try to create new Image control, and add it, and set Source from Properties panel it's the same. P.S. It works for me on Blend 2, but stop to work since Blend 3...

bryant
bryant

Star

Star

9937 points

1,629 Posts

Silverlight MVP

Re: Re: Can't see my images in Expression Blend 3 Design View

Can you post the xaml for one of the images that doesn't work?

-- bryant

Blog | Twitter
_________________
Dont forget to click "Mark as Answer" on the post that helped you.

Denis1900
Denis1900

Member

Member

7 points

80 Posts

Re: Re: Can't see my images in Expression Blend 3 Design View

The XAML is rather usual: Image x:Name="image" Margin="55,105,282,159" Source="a220324e3f92.jpg"/>

bryant
bryant

Star

Star

9937 points

1,629 Posts

Silverlight MVP

Re: Re: Re: Can't see my images in Expression Blend 3 Design View

So the xaml and the image are in the same folder?

Pete has one post on this here and I seem to remember some issue that when an image was compiled into the dll it wouldn't show in Blend unless you added the assembly into the path.

-- bryant

Blog | Twitter
_________________
Dont forget to click "Mark as Answer" on the post that helped you.

Denis1900
Denis1900

Member

Member

7 points

80 Posts

Re: Re: Re: Can't see my images in Expression Blend 3 Design View

Yes, xaml and image in the project root. And image is compiled into the dll. What should i try to see image in Blend? What is "add assembly into the path"? Thanks!

bryant
bryant

Star

Star

9937 points

1,629 Posts

Silverlight MVP

Re: Re: Re: Can't see my images in Expression Blend 3 Design View

This is what I mean. You'll need to replace AssemblyName with the name of your assembly.

<Image x:Name="image" Margin="55,105,282,159" Source="/[AssemblyName];component/a220324e3f92.jpg"/>
 

 

-- bryant

Blog | Twitter
_________________
Dont forget to click "Mark as Answer" on the post that helped you.

Denis1900
Denis1900

Member

Member

7 points

80 Posts

Re: Re: Re: Can't see my images in Expression Blend 3 Design View

No result:) I've changed my Source path to: Source="/SilverlightApplication13;component/Sunset.png", but the problem still exist - i see picture on the site, but can't see in Blend Design View.....

bryant
bryant

Star

Star

9937 points

1,629 Posts

Silverlight MVP

Re: Re: Re: Re: Can't see my images in Expression Blend 3 Design View

What version of Blend are you using (Help -> About). Mine is 3.0.1927.0. When I drag an image from the project to the canvas it shows up in Blend and in the website.

-- bryant

Blog | Twitter
_________________
Dont forget to click "Mark as Answer" on the post that helped you.

Denis1900
Denis1900

Member

Member

7 points

80 Posts

Re: Re: Re: Re: Can't see my images in Expression Blend 3 Design View

I'm using the same version - 3.0.1927.0. I can't imagine what it can be.... thank you for your assistance, but problem still exists...

bryant
bryant

Star

Star

9937 points

1,629 Posts

Silverlight MVP

Re: Re: Re: Re: Re: Can't see my images in Expression Blend 3 Design View

Is it for all images or just a certain one?

-- bryant

Blog | Twitter
_________________
Dont forget to click "Mark as Answer" on the post that helped you.

Denis1900
Denis1900

Member

Member

7 points

80 Posts

Re: Re: Re: Re: Re: Can't see my images in Expression Blend 3 Design View

For all:))

cortomaltesse
cortomal...

Member

Member

2 points

1 Posts

Re: Re: Re: Re: Re: Can't see my images in Expression Blend 3 Design View

Hi,  it could be due to an invalid compatibility format png .

Try to open your sunset.png in msPaint. If msPaint displays the png correctly , then Expression should display it too.

Else, try this: open your png in Expression Design 3, and export it again to png, taking care about the export parameters.

Tip: PNG compatibility  must be OK. (check it with msPaint).

Hope this helps, cheers! Jose J.

Denis1900
Denis1900

Member

Member

7 points

80 Posts

Re: Re: Re: Re: Re: Can't see my images in Expression Blend 3 Design View

No effect. This problem with all my graphic files, not only sunset.png:) All my files open in Paint or Photoshop, but not in Design View in Expression Blend... I've tried save in expression Design, with no result. I don't know whet to do. It seems that Expression Blend Design View not show images at all. P.S. But i can see image preview when i hold mouse over image file in my project folder:) Mystics:))

Allen Chen – MSFT
Allen Ch...

Star

Star

13873 points

1,803 Posts

Re: Re: Re: Re: Re: Can't see my images in Expression Blend 3 Design View

Hi,

Could you provide a demo project that can reproduce this issue? I'll test it to see if it can be reproduced.

You can upload the project to http://skydrive.live.com/ and paste download link here.

Sincerely,
Allen Chen
Microsoft Online Community Support

Please remember to mark the replies as answers if they help and unmark them if they provide no help.

Denis1900
Denis1900

Member

Member

7 points

80 Posts

Re: Re: Re: Re: Re: Re: Can't see my images in Expression Blend 3 Design View

The problem is solved

Denis1900
Denis1900

Member

Member

7 points

80 Posts

Answered Question

Re: Re: Re: Re: Re: Re: Re: Can't see my images in Expression Blend 3 Design View

The problem was in non-EN symbols in the path to my project folder. When I copied my project to C:\ root - all images appear in Blend design view!!! This issue is specific for Blend 3, in Blend 2 all works fine.

  • Unanswered Question
  • Answered Question
  • Announcement
Microsoft Communities