Don't miss out Virtual Happy Hour this Friday (April 26).

Try our conversational search powered by Generative AI!

Cannot quick create the block has the property with is using EPiServer.GoogleMapsEditor

Vote:
 

Hi everyone, I have the blocktype wich is using Google maps editor. No problem if I create the block from button + on Blocks tree, but if I try to create from the click "create a new blocl" on the ContentArea, the server return error 500 appears on the Console log and Create button is disable. I'm using the Google Maps Editor 1.0.10.0, EPiServer cms 10. Please help me fix it. Thanks
Here is my block type :

  public class GoogleMapSingleLocationBlock : BaseBlockData
    {
        [ClientEditor(ClientEditingClass = "googlemapseditor/Editor")]
        public virtual CoordinatesBlock Coordinates { get; set; }

        [UIHint(UIHint.LongString)]
        public virtual string Address { get; set; }

        public virtual XhtmlString Description { get; set; }
    }

Here is an error : 

#180913
Edited, Aug 02, 2017 11:38
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.