MapSuite Team,
I have a few .NET V4.7.2 Projects that use WmsServer.dll as show below:
These projects all reference ZoomLevelSet of MapConfiguration.
I am attempting to convert these projects to .NET V4.8. However, ZoomLevelSet is not a member of MapConfiguration under .NET V4.8 as shown below:
Below are the Details for WmsServer.dll that the projects use.
Is there another reference that has to be added to the projects? Below are the using statements.
Appreciate any advise you provide.
Regards,
Dennis Berry
OriStarMapping, Inc.
using ThinkGeo.MapSuite;
using ThinkGeo.MapSuite.Drawing;
using ThinkGeo.MapSuite.Layers;
using ThinkGeo.MapSuite.Shapes;
using ThinkGeo.MapSuite.Styles;
using ThinkGeo.MapSuite.Wpf;
using ThinkGeo.MapSuite.WmsServer;