This is the place to report bugs and get support. When posting in this forum, please always provide as much detail as possible.
Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum, do not report it as a bug.
When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:
hii joe,
I want to add news module for my website. I had found the code in community downloads and implemented as it is in my project solution.I'm able to build the web project News.UI successfully, however in browser I'm getting the compilation error as shown below.
Server Error in '/mojoPortal.Web' Application. Compilation Error Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.
Compiler Error Message: CS0117: 'Resources.Resource' does not contain a definition for 'LinksEditLink'
Source Error:
Line 8: <ItemTemplate><li class="linkitem"> Line 9: <%# CreateLink(DataBinder.Eval(Container.DataItem, "Title").ToString(), DataBinder.Eval(Container.DataItem, "Url").ToString(), DataBinder.Eval(Container.DataItem, "Description").ToString(), DataBinder.Eval(Container.DataItem, "Target").ToString())%> Line 10: <asp:HyperLink id="editLink2" runat="server" Line 11: Text="<%# Resources.Resource.LinksEditLink %>" Line 12: Tooltip="<%# Resources.Resource.LinksEditLink %>"
Source File: e:\Projects\mojoportal\Web\Modules\Links.ascx Line: 10
I'm using the source from SVN trunk. I have followed as per the video. everything worked fine except this.
Please help me to get rid this error. Waiting for your quick reply.
Thanks
Priya
Hi,
Sorry, but I do not provide support for that news module.
Maybe the author, Asad Samarian, will see this post and try to help you.
Best,
Joe
Thanks for your quick reply joe.
I solved out the problem but in the site administration menu I am unable to find feature module option to install the new feature.
Hope he will see this post and help me.