Is anyone else having trouble with compiling Lazybot? When I try, I get a whole string of errors which I can't find answers for on Google:
Does anyone know the solution to this problem? For once, it's not something that can be solved with pure initiative, so I'm pretty stumped. This is revision 21 as checked out from the SVN repository, so I don't even think it's due to being an outdated version. Also, I'm aware that it could possibly be an issue with the .NET version (<4 not accepting parameter specifiers), but this is my first foray in to the world of C#.Code:c:\Users\username\Documents\lazybot\LazyBot evolution\LazyLib\Combat\PAction.cs(42,40): error CS0241: Default parameter specifiers are not permitted c:\Users\username\Documents\lazybot\LazyBot evolution\LazyLib\Combat\PAction.cs(42,62): error CS0241: Default parameter specifiers are not permitted c:\Users\username\Documents\lazybot\LazyBot evolution\LazyLib\Combat\PAction.cs(42,80): error CS0241: Default parameter specifiers are not permitted c:\Users\username\Documents\lazybot\LazyBot evolution\LazyLib\Combat\PDamageAction.cs(37,43): error CS0241: Default parameter specifiers are not permitted c:\Users\username\Documents\lazybot\LazyBot evolution\LazyLib\Combat\PDamageAction.cs(37,65): error CS0241: Default parameter specifiers are not permitted c:\Users\username\Documents\lazybot\LazyBot evolution\LazyLib\Combat\PSelfBuffAction.cs(33,45): error CS0241: Default parameter specifiers are not permitted c:\Users\username\Documents\lazybot\LazyBot evolution\LazyLib\Combat\PSelfBuffAction.cs(33,67): error CS0241: Default parameter specifiers are not permitted c:\Users\username\Documents\lazybot\LazyBot evolution\LazyLib\Combat\PSelfHealAction.cs(37,45): error CS0241: Default parameter specifiers are not permitted c:\Users\username\Documents\lazybot\LazyBot evolution\LazyLib\Combat\PSelfHealAction.cs(37,67): error CS0241: Default parameter specifiers are not permitted Assembly 'DevComponents.DotNetBar2, Version=10.1.0.1, Culture=neutral, PublicKeyToken=7eb7c3a35b91de04, processorArchitecture=MSIL' not found. Make sure that the assembly exists in disk. If the reference is required to build the project you may get compilation errors. Build: 9 errors, 1 warning
Thanks guys





Reply With Quote


