Compilation Error (Mono Develop)

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.
12/18/2007 3:37:52 PM
bob
Gravatar
Total Posts 126
YAF developer

Compilation Error (Mono Develop)

The error
 ISectionSettingsMapper was not found (with Mono 1.2.6.)

in MonoPagesConfigSection.cs

12/19/2007 2:58:15 PM
Gravatar
Total Posts 18439

Re: Compilation Error (Mono Develop)

Hi Bob,

See the updated documentation here: http://www.mojoportal.com/workingwiththesourcecodeinmonodevelop.aspx

The ISectionSettingsMapper is a new feature in mono that isn't in the 1.2.6 release but is in svn.

If using 1.2.6 you can get past this error by going into options on the Web project (right click choose options), under code generation remove USESETTINGSMAP compiler directive and it will leave out the code that is throwing the error.

Hope it helps,

Joe

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