Hello,
I am attempting to evaluate Map Suite Deskop by using the supplied Hello World sample Visual Studio Solution. A NullReferenceException was thrown in the highlighted line of the snippet below. I have not changed the code at all...simply trying to run it "as is". Any ideas?
Thanks!
Dale
private void Form1_Load(object sender, EventArgs e)
{
winformsMap1.MapUnit = GeographyUnit.DecimalDegree;