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
415
Usage of Infragistics control XamTileManager in WPF
posted

Hi ,

Earlier we have used XamTileManager  control in our Silverlight project successfully... Now we are migrating from Silverlight to WPF and trying to use this control XamTileManager in WPF but looks some issue. please find below error details:

Could not load file or assembly 'InfragisticsWPF4.Controls.Layouts.XamTileManager.v14.2, PublicKeyToken=7dd5c3163f2cd0cb' or one of its dependencies. The system cannot find the file specified.
System.IO.FileNotFoundException: Could not load file or assembly 'InfragisticsWPF4.Controls.Layouts.XamTileManager.v14.2, PublicKeyToken=7dd5c3163f2cd0cb' or one of its dependencies. The system cannot find the file specified.
File name: 'InfragisticsWPF4.Controls.Layouts.XamTileManager.v14.2, PublicKeyToken=7dd5c3163f2cd0cb'
   at System.Reflection.RuntimeAssembly._nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, RuntimeAssembly locationHint, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks)
   at System.Reflection.RuntimeAssembly.nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, RuntimeAssembly locationHint, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks)
   at System.Reflection.RuntimeAssembly.InternalLoadAssemblyName(AssemblyName assemblyRef, Evidence assemblySecurity, RuntimeAssembly reqAssembly, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks)
   at System.Reflection.Assembly.Load(AssemblyName assemblyRef)
   at System.Windows.Baml2006.Baml2006SchemaContext.ResolveAssembly(BamlAssembly bamlAssembly)
   at System.Windows.Baml2006.Baml2006SchemaContext.ResolveBamlTypeToType(BamlType bamlType)
   at System.Windows.Baml2006.Baml2006SchemaContext.ResolveBamlType(BamlType bamlType, Int16 typeId)
   at System.Windows.Baml2006.Baml2006SchemaContext.GetXamlType(Int16 typeId)
   at System.Windows.Baml2006.Baml2006Reader.Process_ElementStart()
   at System.Windows.Baml2006.Baml2006Reader.Process_OneBamlRecord()
   at System.Windows.Baml2006.Baml2006Reader.Process_BamlRecords()
   at System.Windows.Baml2006.Baml2006Reader.Read()
   at System.Windows.Markup.WpfXamlLoader.TransformNodes(XamlReader xamlReader, XamlObjectWriter xamlWriter, Boolean onlyLoadOneNode, Boolean skipJournaledProperties, Boolean shouldPassLineNumberInfo, IXamlLineInfo xamlLineInfo, IXamlLineInfoConsumer xamlLineInfoConsumer, XamlContextStack`1 stack, IStyleConnector styleConnector)
   at System.Windows.Markup.WpfXamlLoader.Load(XamlReader xamlReader, IXamlObjectWriterFactory writerFactory, Boolean skipJournaledProperties, Object rootObject, XamlObjectWriterSettings settings, Uri baseUri)

WRN: Assembly binding logging is turned OFF.

Parents
  • 34430
    Offline posted

    Hello Hitesh,

    I have been investigating into this issue, and from the stack trace you have provided, it sounds like you are missing an assembly reference when trying to use the XamTileManager. Please verify that you have the following assemblies referenced in your WPF application when trying to use this control:

    InfragisticsWPF4.v14.2.dll
    InfragisticsWPF4.Controls.Layouts.XamTileManager.v14.2.dll

    If these assemblies are currently referenced, please verify that they are the same specific version. This can be seen by viewing the Properties of your assemblies, and should look in the format of 14.2.20142.XXXX for version 14.2.

    If you are using the correct assemblies, and are referencing the same versions, then would it be possible for you to please provide any information about a possible inner exception in the exception details for the exception that you are seeing? Alternatively, would it be possible for you to please provide an isolated sample project where this issue is reproduced?

    Please let me know if you have any other questions or concerns on this matter.

Reply Children