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
980
Upgrade from 10.3 to 11.1
posted

Hi,

 

I was using the versioning tool to upgrade my project to the latest IG controls;

However, I get lot's of errors when rebuild in VS:

 

Error    7    Could not load file or assembly 'InfragisticsSL4.v11.1, Version=11.1.20111.1004, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb' or one of its dependencies. The system cannot find the file specified.    ..\App.xaml    1    1    ProjectName

 

Total 100 errors, all the same, different pages

 

I tried to copy the *.dlls into my solution folder and make all the referencing from it, but still the same

 

Please help, I need fix for this asap...

Thanks

 

 

Parents
  • 21382
    posted

    Without being able to see the project: 

    I would first check your xaml pages for your type declarations.  Do you have type declarations similar to this:

     

    xmlns

     

     

    :ig2="clr-namespace:Infragistics;assembly=InfragisticsSL4.Controls.Grids.XamGrid.v11.1"

     

    Where the specific version of the dll is in the name?  If so you should probably move over to using the schema based name system, as this takes out the versioning info from those tags.

     

    xmlns

     

     

    :ig

    =http://schemas.infragistics.com/xaml

    Other then that I would delete your bin and obj folders below your project and try rebuilding.  

     

     

Reply Children