Lazybot won't compile menu

User Tag List

Results 1 to 9 of 9
  1. #1
    Ahhhh's Avatar Private
    Reputation
    1
    Join Date
    Dec 2011
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Lazybot won't compile

    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:

    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
    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#.

    Thanks guys

    Lazybot won't compile
  2. #2
    Jens's Avatar Contributor
    Reputation
    179
    Join Date
    Sep 2006
    Posts
    251
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I just downloaded it, added the reference to DevComponents.DotNetBar2 and it compiled perfectly =)

    Assembly 'DevComponents.DotNetBar2 not found. Make sure that the assembly exists in disk.
    Maybe you should reference it : )

  3. #3
    Ahhhh's Avatar Private
    Reputation
    1
    Join Date
    Dec 2011
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Would you mind being a little bit more specific please? I'm not asking for you to hold my hand, but Googling doesn't help and this is now the 4th result, so it would be of aid to fellow searchers in the future.

    Edit: So it looks like I have to download this file and add a reference like this: http://www.devcomponents.com/kb/ques...?questionid=41

    This file does not come as standard with VS Express.
    Last edited by Ahhhh; 12-15-2011 at 06:15 AM.

  4. #4
    stolarzz's Avatar Master Sergeant
    Reputation
    8
    Join Date
    Jan 2011
    Posts
    120
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Where i can download the source?

  5. #5
    Ahhhh's Avatar Private
    Reputation
    1
    Join Date
    Dec 2011
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    So now I've downloaded the DotNetBar, still getting these:

    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

    Originally Posted by stolarzz View Post
    Where i can download the source?
    Browse | Source/SVN | Assembla

  6. #6
    Jens's Avatar Contributor
    Reputation
    179
    Join Date
    Sep 2006
    Posts
    251
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Make sure you are compiling in .NET 4.0
    Last edited by Jens; 12-16-2011 at 03:38 AM.

  7. #7
    goldio's Avatar Member
    Reputation
    3
    Join Date
    May 2007
    Posts
    34
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Jens View Post
    Make sure you are compoling in .NET 4.0
    I thought you could only compiling it in . NET 3.5?!?
    When you wrote some custom classes or plugins you have to do it in .NET 3.5 also.

  8. #8
    Nesox's Avatar ★ Elder ★
    Reputation
    1280
    Join Date
    Mar 2007
    Posts
    1,238
    Thanks G/R
    0/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    The runtimes below 4.0 doesn't support default parameters

  9. #9
    raponroids's Avatar Private
    Reputation
    1
    Join Date
    Dec 2011
    Posts
    10
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I added the DotNetBar reference. I am getting an error with DevComponents.Instrumentation. I don't see where to reference that. When I complie it, it works but there are extra buttons. I am guessing that its because of the DevComponents.Instrumentation.

Similar Threads

  1. Why won't my scriptdev compile? :(
    By manofwar95 in forum World of Warcraft General
    Replies: 1
    Last Post: 09-14-2010, 10:38 PM
  2. old compilation of sigs
    By Demexor in forum Art & Graphic Design
    Replies: 2
    Last Post: 04-29-2007, 10:13 PM
  3. Whats the most you ever won on a scratchy ?
    By wickermanz in forum Community Chat
    Replies: 17
    Last Post: 04-29-2007, 11:10 AM
  4. Version of the "you have won 1000g" scam
    By wowterrorist in forum WoW Scam Prevention
    Replies: 12
    Last Post: 02-18-2007, 08:04 PM
  5. Patch Won't Install?
    By rabownsyou in forum World of Warcraft Guides
    Replies: 2
    Last Post: 06-22-2006, 11:03 AM
All times are GMT -5. The time now is 09:47 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search