I'm just playing around with the new V3 control and I get this error from IIS when I try to do things like adding a marker...
Type 'WCPierce.Web.UI.WebControls.GoogleMap.GMap2' in Assembly 'WCPierce.Web, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b9874db9fff8bb02' is not marked as serializable
Am I missing something?
I'm using VB rather than C#.
Cheers
Jason.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Nope, it's just that the v3 is very much in Alpha (so not everything works). If you could submit a bug report, listing in detail the steps you took to create the error - I'll try and have a look and sort it out.
Regards,
Iain
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi There,
I'm just playing around with the new V3 control and I get this error from IIS when I try to do things like adding a marker...
Type 'WCPierce.Web.UI.WebControls.GoogleMap.GMap2' in Assembly 'WCPierce.Web, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b9874db9fff8bb02' is not marked as serializable
Am I missing something?
I'm using VB rather than C#.
Cheers
Jason.
Nope, it's just that the v3 is very much in Alpha (so not everything works). If you could submit a bug report, listing in detail the steps you took to create the error - I'll try and have a look and sort it out.
Regards,
Iain
Try to set EnableViewState="false" for the GMap control.