I used the following code in VB.net 2003/MP2004 and it worked fine
"
objTemplate = "C:\North_America.ptm"
AxMappointControl2.NewMap(objTemplate)
I upgraded my mappoint to 2006 and I started getting the following
error (and in vb.net 2003)
"This application cannot open this file. Consult Help for information about compatible formats."
Am I missing some syntax here ?
Thanks for any help .