I recently migrated an ASP.net solution from VS2010 to VS2015 but at the time of running the project I get these errors:
Severity Code Description Project File Line Suppression State Error 'Could not load file or assembly' DevExpress.Web.v11.1, Version = 11.1.8.0, Culture = neutral, PublicKeyToken = b88d1754d700e49a 'or one of its dependencies. Invalid pointer (Exception from HRESULT: 0x80004003 (E_POINTER)) 'Namaste.LoanManagement.UI.Web C: \ Users \ Administrator \ Documents \ Visual Studio 2015 \ Projects \ Namaste \ Namaste.LoanManagement.UI.Web \ Namaste.LoanManagement.UI .Web \ LC
Severity Code Description Project File Line Suppression State Error Unable to resolve type 'DevExpress.XtraReports.UI.XtraReport, DevExpress.XtraReports.v11.1, Version = 11.1.8.0, Culture = neutral, PublicKeyToken = b88d1754d700e49a' Namaste.LoanManagement.ReportForms C: \ Users \ Administrator \ Documents \ Visual Studio 2015 \ Projects \ Namaste \ Namaste.LoanManagement.ReportForms \ Properties \ licenses.licx 1
It's not a license problem because it's valid.
Does anyone know what I should do about it?