What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

Singular will not compile

Rhonde

New Member
Joined
Sep 9, 2011
Messages
13
Reaction score
0
HI all,

For some reason, I decided to move my honor buddy install, rename it and copy in the latest HB code. It helped, in that the Healing priest add in works, but Singular will not compile. I get error messages about multiple defined object. This is a sample...

Could not compile CC from C:\Honorbuddy\CustomClasses\Singular!
File: CombatLog.cs Line: 24 Error: The namespace 'Singular' already contains a definition for 'CombatLogEventArgs'
File: Enumeration.cs Line: 7 Error: The namespace 'Singular' already contains a definition for 'TrinketUsage'
File: Enumeration.cs Line: 34 Error: The namespace 'Singular' already contains a definition for 'WoWContext'
File: Enumeration.cs Line: 45 Error: The namespace 'Singular' already contains a definition for 'BehaviorType'
File: Logger.cs Line: 28 Error: The namespace 'Singular' already contains

any ideas?

Thanks
Rhonde
 
Always, ALWAYS, use a fresh HB install. Don't use an old version and copy in the new code. That messes up all kinds of things.
It looks very probable that you have two versions of Singular or doubled Singular files in there.

Also; always attach a full log please, makes it much easier for us to see what's happening.
 
Ok will do,

Should I just delete the old one, download the new one, and copy it in?
 
What I usually do is:
- Download the latest version
- Make a new folder and copy the latest version in
- Check my old folder for profiles, copy those to the new folder
- Check my old folder for specific Quest Behaviors (although I generally only use the ones in Kick's profiles which are in the profile folders :))
- Check my old folder for self-installed Custom Classes and copy those
- Check self-installed plugins and copy those
- Run the new version

Only delete stuff when you're absolutely sure you don't need it anymore ;)
 
Back
Top