Accessing Controllers in Embedded Resources within SiteFinit

Posted by Community Admin on 05-Aug-2018 21:31

Accessing Controllers in Embedded Resources within SiteFinity

All Replies

Posted by Community Admin on 08-Dec-2015 00:00

We are having an issue with some custom widgets we have created.  These are all created with Project Feather and compiled into a .dll that is added to the SiteFinity codebase as an embedded resource. 

 

We have the attached logic (that worked prior to our upgrade to SF 8.2) that determines the path to the widgets assembly for our project.  It resides in the Utilities folder in SiteFinity.

 

Within out masterpages, this logic below determines the rootURL and sets it as a variable on the page.  Prior to our upgrade, appending the value "/app" to our base URL enabled us access to the widgets assembly.  Now it isn't working after upgrading all of our custom widgets are failing. 

<script runat="server">
protected void Page_Load(object sender, EventArgs e)

this.rootURLScript.Text = String.Format("var rootURL = \"0\";",       SitefinityWebApp.Utilities.RootUrlUtility.GetRootURL());

</script>

What are we missing?  Thanks in advance!

 

 

 

Posted by Community Admin on 11-Dec-2015 00:00

Hi Jeff,

We have replied in the support thread you have opened. Please, continue the communication there. Once a resolution is found, feel free to share it with the community.

Regards,
Nikola Zagorchev
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 Sitefinity CMS Ideas&Feedback Portal and vote to affect the priority of the items
 

This thread is closed