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

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Opening CS file

dallepower

New Member
Joined
Oct 28, 2011
Messages
57
Hello Buddy guys! :) I have now almost all knowledge how to do stuff in the bots. And only had Honorbuddy for couple of days. But its hard to find the 'Lines' as i don't have a program that says what line i'm at.

So what program should i use for this? I get a couple of errors in the profiles so need to change abit. Any ideas?

For example:

[UserSettings-vUnknown(error)]: BEHAVIOR MAINTENANCE PROBLEM: An item with the same key has already been added.
FROM HERE:
at System.ThrowHelper.ThrowArgumentException(ExceptionResource resource)
at System.Collections.Generic.Dictionary`2.Insert(TKey key, TValue value, Boolean add)
at System.Collections.Generic.Dictionary`2.Add(TKey key, TValue value)
at BuddyWiki.CustomBehavior.UserSettings.UserSettings.UtilBuildConfigurationSettings() in c:\Users\Daniel\Downloads\Honorbuddy_2.0.0.5418\Quest Behaviors\UserSettings.cs:line 327
at BuddyWiki.CustomBehavior.UserSettings.UserSettings..ctor(Dictionary`2 args) in c:\Users\Daniel\Downloads\Honorbuddy_2.0.0.5418\Quest Behaviors\UserSettings.cs:line 126
 
Notepad++ for general profiles, text and code if your not developing. Visual Studio Express is a free IDE for developing C# (and other languages).

Both display line numbers
 
Back
Top