Missing to import assembly of 'ExecuteDashboardQuery' or Method Name for DynamicQuery

Hi,
Getting an error while upgrading customizations from E9 to E10.

Compiling Custom Code …
----------errors------------
Error: CS1061 - line 175 (538) - ‘Ice.Adapters.DynamicQueryAdapter’ does not contain a definition for ‘ExecuteDashboardQuery’ and no extension method ‘ExecuteDashboardQuery’ accepting a first argument of type ‘Ice.Adapters.DynamicQueryAdapter’ could be found (are you missing a using directive or an assembly reference?)

Missing any assembly or Method name is mismatched ? it was worked fine in E9. is there any changes in Methods of ‘Ice.Adapters.DynamicQueryAdapter’ ?

Thanks

Yes there are changes to MOST adapters from 9-10. You’ll need to re-run a trace and figure out what changed.

Actually, “ExecuteDashboardQuery” method is not available in Ice.Adapters.DynamicQuery.dll. I should have to find replace method for it . But there is only 1 method exists and it requires 2 parameters …Ice.Adapters.DynamicQueryAdapter.ExecuteDashboardParameterized(Ice.BO.DynamicQueryDataSet, Ice.BO.QueryExecutionDataSet).…so much confused. …

This question sounds familiar. Wait, here’s one but you can search the site for more:

1 Like