Compilation error while adding new feature module

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.

This is the place to report bugs and get support

When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:

  • What operating system were you running when the bug appeared?
  • What database platform is your site using?
  • What version of mojoPortal are you running?
  • What version of .NET do you use?
  • What steps are necessary to reproduce the issue? Compare expected results vs actual results.
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.
This thread is closed to new posts. You must sign in to post in the forums.
8/8/2008 8:37:59 AM
Gravatar
Total Posts 16

Compilation error while adding new feature module

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

 

Version Information: Microsoft .NET Framework Version:2.0.50727.1433; ASP.NET Version:2.0.50727.1433

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

8/8/2008 8:42:40 AM
Gravatar
Total Posts 18439

Re: Compilation error while adding new feature module

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

 

8/9/2008 12:35:25 AM
Gravatar
Total Posts 16

Re: Compilation error while adding new feature module

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.

Priya

You must sign in to post in the forums. This thread is closed to new posts.