Using ASPX.CS getting parsing error

Posted by Community Admin on 04-Aug-2018 16:49

Using ASPX.CS getting parsing error

All Replies

Posted by Community Admin on 22-Oct-2013 00:00

I am trying to do a store locator widget. Im sure there is an easier way now that the google maps api has been brought in but i used an old tutorial ( www.sitefinity.com/.../creating-an-ecommerce-store-locator-widget ) I followed all of the instructions and when I drop the widget to the page i get the error in the picture below. It seems that it cannot find the SitefinityWebApp.Custom.StoreLocator file

Posted by Community Admin on 25-Oct-2013 00:00

Hi,

Register the control using ~/Custom/StoreLocator.ascx to get it working. The control is built like user control and user controls (.ascx files) are registered with relative path to the .ascx.

Regards,
Stanislav Velikov
Telerik

Do you want to have your say in the Sitefinity development roadmap? Do you want to know when a feature you requested is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items

Posted by Community Admin on 25-Oct-2013 00:00

hey thanks i actually got it working... i was working straight off the production server and wasnt building the SitefinityWebApp project in Visual studio so as soon as i did that it worked...

This thread is closed