Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Curt Rabon 9 posts 61 karma points
    Apr 11, 2014 @ 22:41
    Curt Rabon
    0

    Compiling Source Code

    When I try and compile the LiveLogger Solution, I get the following error message:

    Error 12 The call is ambiguous between the following methods or properties: 'LiveLogger.Extensions.GetRandomElement<int>(System.Collections.Generic.IEnumerable<int>)' and 'LiveLogger.Extensions.GetRandomElement<int>(System.Collections.Generic.IEnumerable<int>)' C:\_umbraco\LiveLogger\thecogworks-live-logger-for-umbraco-5644923f3379\LiveLogger\RandomText.cs 64 30 LiveLogger

    There are currently a total of 7 error messages. They are all ambiguous as the one above, in the RandomText.cs file.
    Using:
    Umbraco 6.1.6, MVC 4, Framework 4.5, LiveLogger 1.1.1
    Any help would be appriciated.
    Thanks,
    Curt
  • Jan Skovgaard 11280 posts 23678 karma points MVP 10x admin c-trib
    Apr 12, 2014 @ 21:09
    Jan Skovgaard
    0

    Hi Curt and welcome to our :)

    Is there any specific reason why you want to compile the source code by yourself instead of installing the package?

    /Jan

  • Curt Rabon 9 posts 61 karma points
    Apr 12, 2014 @ 22:37
    Curt Rabon
    1

    Hi Jan,

    I am new to Umbraco, but I have years of .net development experience. I am currently working on a Umbraco project that uses a lot web API calls and will have a fair amount of customizations. There is a good chance that I will want to enhance the LiveLogger with some additional information. Since there are no screen shots, at this point I don't know what the LiveLogger will be displaying. I just figured that if I can help contribute and make the LiveLogger better for my project and possibly share any enhancements with the Umbraco community I would need to be able to compile.

    Curt

  • Ismail Mayat 4511 posts 10091 karma points MVP 2x admin c-trib
    Apr 14, 2014 @ 10:29
    Ismail Mayat
    0

    Curt,

    Its been a while since i looked at the source code and dont remember putting that class into the source not even sure what it does. Jeavon and Warren have also contributed so they may have it put it in. Can you see if its used it not then just exclude from the project and rebuild.

    Regards

    Ismail

  • Curt Rabon 9 posts 61 karma points
    Apr 14, 2014 @ 12:05
    Curt Rabon
    0

    Thank you Ismail. I will take a closer look today. 

  • Curt Rabon 9 posts 61 karma points
    Apr 14, 2014 @ 16:30
    Curt Rabon
    0

    Hi Ismail,

    I was able to exclude the RandomText.cs as it is not being called in code and recompiled. I also went ahead and install the LiveLogger package into my project and it is working. Thanks again for your time.

    Curt

Please Sign in or register to post replies

Write your reply to:

Draft