Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
20
Tangerine and WPF 2009.1
posted

I have just installed WPF 2009.1 and downloaded Tangerine. I opened Tangerine.sln and updated the references from v8.1 to v9.1. When I compile, I get warnings:

  • Unable to apply publish properties for item "infragistics3.wpf.datapresenter.v8.1". LiberMagnus.AssetBrowser.Presentation

  • Unable to apply publish properties for item "infragistics3.wpf.editors.v8.1". LiberMagnus.AssetBrowser.Presentation

  • Unable to apply publish properties for item "infragistics3.wpf.v8.1". LiberMagnus.AssetBrowser.Presentation

I have checked the solution and cannot find any references to v8.1 in any of the files.

I also get the error

  • Value 'TextElement.Foreground' cannot be assigned to property 'Property'. 'IFrameworkInputElement' type does not have a matching DependencyObjectType. C:\Data\Visual Studio 2008\Projects\Tangerine\AssetBrowser\Presentation\Resources\Themes\Default\DataPresenter.xaml 218 11 LiberMagnus.AssetBrowser.Presentation

 

I suspect that the problem is related to the Infragistics Toybox.dll, because of the reference to IFrameworkInputElement.

John Kane

 

Parents
No Data
Reply
  • 415
    Offline posted

    HI

     

    Iam having similar issue with running/testing the Tangerine sample application

     

    When I open mail.xaml I get:

    Error 4 Unable to load the metadata for assembly 'Infragistics.ToyBox'. This assembly may have been downloaded from the web.  See http://go.microsoft.com/fwlink/?LinkId=179545.  The following error was encountered during load: Could not load file or assembly 'Infragistics.ToyBox, Version=1.0.3007.23388, Culture=neutral, PublicKeyToken=null' or one of its dependencies. Operation is not supported. (Exception from HRESULT: 0x80131515) D:\Projects\WPF-Examples\Tangerine\Tangerine\AssetBrowser\Presentation\Main.xaml 1 1 LiberMagnus.AssetBrowser.Presentation

    I guess I would need an updated DLL but where from and is that they problem?

     

    Urfan

     

Children
No Data