<string><string>I'm testing Map Suite Web Edition.
My application use shapefile and some ecw file.</string></string>
List<string> m_ecw_files = new List<string>();
m_ecw_files.Add("file1.ecw");
m_ecw_files.Add("file2.ecw");
//m_ecw_files.Add(...);
m_ecw_files.Add("file20.ecw");
for(int i = 0; i < m_ecw_files.Count)
{
Map1.StaticOverlay.Layers.Add(
String.Format("ewc{0}", i),
new EcwRasterLayer(MapPath("~/" + m_ecw_files[i])));
}
<string><string> The Map control don't render some tile (see the attached file) and show the message:
Object reference not set to an instance of an object
Mostly, When I zoom, the control fills some holes and the the the corresponding message disappears.
I'm using WebEdition.dll and MapSuiteCore.dll ver. 3.1.299
Visual Studio 2008 and c#.
Any suggestions?
Many thanks
</string></string>