I remember having lots of issues with this.  Can't remember how I diagnosed
the issue but it's to do with Pack URIs and having the image in a separate
DLL.  Anyway, the solution is prefix your URI with pack://application:,,,/
 - so you get:

<Button.Content>****

    <Image Source
="pack://application:,,,/Company.Product.SDK;Component/resources/FormView.png"
 Width="16"Height="16" Margin="2"/>****

</Button.Content>

I've just tested this on a sample project and it works for me.

On Mon, Oct 17, 2011 at 4:17 PM, Greg Keogh <[email protected]> wrote:

> >Try cleaning your solution to ensure the right version of
> Company.Product.SDK is being picked up at compile time.****
>
> ** **
>
> Sadly no difference. The thing that sh*ts me is that I have no idea how to
> diagnose the problem. There are no clues in the output window (like binding
> warnings) or anywhere else I can think of -- Greg****
>
> _______________________________________________
> ozwpf mailing list
> [email protected]
> http://prdlxvm0001.codify.net/mailman/listinfo/ozwpf
>
>
_______________________________________________
ozwpf mailing list
[email protected]
http://prdlxvm0001.codify.net/mailman/listinfo/ozwpf

Reply via email to