When I try and compile the LiveLogger Solution, I get the following error message:
Error12The 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.cs6430LiveLogger
There are currently a total of 7 error messages. They are all ambiguous as the one above, in the RandomText.cs file.
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.
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.
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.
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
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
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
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
Thank you Ismail. I will take a closer look today.
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
is working on a reply...