Coolite 0.82 on Mono

Page 1 of 4 123 ... LastLast
  1. #1

    Coolite 0.82 on Mono

    Hi, I successfully run coolite 0.8 on Mono but having problem with ver. 0.82. I just got white blank page. No error, except if I put ExtraParams.

    	<ExtraParams>
                   <ext:Parameter Name="nama" Value="test"></ext:Parameter>
            </ExtraParams>

    Error message:


    Parser Error Message: <code>Cannot add a
    Coolite.Ext.Web.Parameter to System.String</code></p>

    <code>
    </code></p>

    Update:</p>

    I made some mistake. I uploaded to old mono version. Ver 0.82 running on latest Mono. Except with the ExtraParam.</p>
  2. #2

    RE: Coolite 0.82 on Mono

    Updated:

    It run fine using mono with Visual Studio (Mono Tools) on Windows 7, error (ExtraParams) on Linux or Mac.
  3. #3

    RE: Coolite 0.82 on Mono

    Hello,

    I am also very interested in running coolite on Mono.
    As far as I can see using MoMa, it should work. The error is thrown at compile time, so it should not be too difficult to fix it.
    Unfortunately I don't know where to look at either...


    Regards


    Bernd
  4. #4

    RE: Coolite 0.82 on Mono

    Last time I have made some modification on ver. 0.8 source code. Not have time to look into 0.82 yet.
  5. #5

    RE: Coolite 0.82 on Mono

    I can confirm that the error is still present on coolite 1.0 from SVN
  6. #6

    RE: Coolite 0.82 on Mono

    Hi,

    Can you point the number of line and class name where the compilation error occurs?
  7. #7

    RE: Coolite 0.82 on Mono

    Hi,

    sorry, my last post was a little unclear.
    The error is not at compile time of the code-behind, but when the aspx pages are compiled at runtime by mono. So unfortunately there is no line number.


    I may provide a screenshot of the complete message this evening.


    Regards


    Bernd
  8. #8

    RE: Coolite 0.82 on Mono

    Hi,

    Yes, please. Screenshot will be useful
  9. #9

    RE: Coolite 0.82 on Mono

    Hi,

    attached is a screenshot. Of the Examples running on Mono.
    The debug message is as foolows:
    ******* DEBUG MODE MESSAGE *******
    Code generation for certain virtual paths in a batch failed. Those files have be
    en removed from the batch.
    Since you're running in debug mode, here's some more information about the error
    :
    Failed file virtual path: /Code/UI/Commentswindow.ascx; Exception:
    System.Web.Compilation.ParseException: Cannot add a Ext.Net.Parameter to System.
    String ---> System.Web.HttpException: Cannot add a Ext.Net.Parameter to System.S
    tring
      at System.Web.UI.CollectionBuilder.GetChildControlType (System.String tagName,
     IDictionary attribs) [0x00000] in <filename unknown>:0
      at System.Web.UI.ControlBuilder.CreateSubBuilder (System.String tagid, System.
    Collections.Hashtable atts, System.Type childType, System.Web.UI.TemplateParser
    parser, ILocation location) [0x00000] in <filename unknown>:0
      at System.Web.Compilation.AspGenerator.ProcessTag (ILocation location, System.
    String tagid, System.Web.Compilation.TagAttributes atts, TagType tagtype, System
    .Boolean&amp; ignored) [0x00000] in <filename unknown>:0
      --- End of inner exception stack trace ---
      at System.Web.Compilation.AspGenerator.ProcessTag (ILocation location, System.
    String tagid, System.Web.Compilation.TagAttributes atts, TagType tagtype, System
    .Boolean&amp; ignored) [0x00000] in <filename unknown>:0
      at System.Web.Compilation.AspGenerator.TagParsed (ILocation location, TagType
    tagtype, System.String tagid, System.Web.Compilation.TagAttributes attributes) [
    0x00000] in <filename unknown>:0
      at System.Web.Compilation.AspParser.OnTagParsed (TagType tagtype, System.Strin
    g id, System.Web.Compilation.TagAttributes attributes) [0x00000] in <filename un
    known>:0
      at System.Web.Compilation.AspParser.Parse () [0x00000] in <filename unknown>:0
    
    
      at System.Web.Compilation.AspGenerator.Parse (System.IO.TextReader reader, Sys
    tem.String filename, Boolean doInitParser) [0x00000] in <filename unknown>:0
      at System.Web.Compilation.GenericBuildProvider`1[TParser].Parse () [0x00000] i
    n <filename unknown>:0
      at System.Web.Compilation.GenericBuildProvider`1[TParser].GenerateCode () [0x0
    0000] in <filename unknown>:0
      at System.Web.Compilation.GenericBuildProvider`1[TParser].GenerateCode (System
    .Web.Compilation.AssemblyBuilder assemblyBuilder) [0x00000] in <filename unknown
    >:0
      at System.Web.Compilation.BuildManager.GenerateAssembly (System.Web.Compilatio
    n.AssemblyBuilder abuilder, System.Web.Compilation.BuildProviderGroup group, Sys
    tem.Web.VirtualPath vp, Boolean debug) [0x00000] in <filename unknown>:0
    
    
    ******* DEBUG MODE MESSAGE *******
  10. #10

    RE: Coolite 0.82 on Mono

    Hi, we have same problem with ajax parameters. Error appears during parse of aspx markup, so easy workaround is to use web deployment feature(it's not in in VS distributive, should be downloaded and istalled to Visual Studio separetly) to precompile application on Windows and then deploy binaries to Linux - seems to work fine with Coolite v 0.82*
Page 1 of 4 123 ... LastLast

Similar Threads

  1. [1.0] Just for fun... MacOS and Mono
    By state in forum Open Discussions
    Replies: 19
    Last Post: Apr 16, 2010, 12:56 PM
  2. Mono vs coolite 0.8
    By ZIgi in forum 1.x Help
    Replies: 18
    Last Post: Sep 18, 2009, 1:45 PM
  3. Coolite + Mono 2.0 + Linux(OpenSuse 11.0)
    By saaguilerac in forum Open Discussions
    Replies: 6
    Last Post: Dec 18, 2008, 10:25 PM
  4. Mono Support = Looking Promising :)
    By tobinharris in forum Open Discussions
    Replies: 3
    Last Post: Mar 31, 2008, 3:04 PM
  5. Mono Support
    By tobinharris in forum Open Discussions
    Replies: 4
    Last Post: Mar 28, 2008, 6:27 PM

Posting Permissions