ArcServer SOI - ArcObjects SDK 10.4.1-10.5

560
2
01-17-2019 08:32 AM
LaurynasGedminas1
New Contributor II

I have ArcServer SOI extensions written in ArcObjects .NET SKD 's 10.3/10.4 .

trying to build it in 10.5 SDK version.

getting errors like:

IQueryFilter q = new QueryFilterClass();

Error 1 Interop type 'ESRI.ArcGIS.Geodatabase.QueryFilterClass' cannot be embedded. Use the applicable interface instead. 

is the 10.5 SDK version compatable with 10.4 and 10.3 versions?

Thank you,

Tags (2)
0 Kudos
2 Replies
LaurynasGedminas1
New Contributor II

Was able to resolve it by removing suffix:

IQueryFilter q = new QueryFilter()

0 Kudos
WarwickAttree
New Contributor

Hi, would it be at all possible to post a complete example of how a qeryfilter is used in a SOI ?

Thanks

0 Kudos