We have deployed a test application with gauges and a map, but the map do not appear in the website, the gauges appear without problem, we have deployed the application with all the edll´s refered in the help, som help on this issue please?
Hi,
You can try "application/octet-stream" as an MIME Type for the dbf file. It works for me that way.
Hope that helps,Milana Zhileva
I do not have mime types for dbf in the development environment, but as far as we have visualfox, I suppose that the dbf loads because vf is instaled, I have searched and found this mime types for dbf, wich one could be the right one?
Primary association: Database
Mime type:
application/dbase,
application/x-dbase,
application/dbf,
application/x-dbf,
zz-application/zz-winassoc-dbf
That would seem like maybe your dbf file isnt downloading. Are you sure you set up the mime types for both the shape file and the dbf? If you put the full uri to the dbf file on the production server into the address bar, does it download? Do you see any errors in your IIS log on the production server in regards to the file?
-Graham
Is silverlight, the tootlips are defined in this way:
<ig:ShapeFileReader Uri="Shapefiles/municipios" DataMapping="Name=NOMBRE; Value=CLAVE; ToolTip=NOMBRE"/>
How do you have the tooltips defined? Is this silverlight or WPF?