Cukie
Active Member
- Joined
- Dec 3, 2011
- Messages
- 1,255
- Reaction score
- 3
I have an AH profile that uses PB, and I am getting this when trying to use it:
I am not sure if this is a PB issue and will be fixed in the official release (yes, I know HB is only on a TEST release right now), or if something within the profile needs to be changed because of new API or something. I am going to attach my current profile, and many many thanks to anyone that will help =]
Code:
PB 1.489: Loading profile AHBot_GBedition.xml
Err: Custom Action:(Log (Color.Orange,"AHBot: ",Color.LightYellow,"Made by HighVoltz");)
Compile Error : 'System.Windows.Media.Color' does not contain a definition for 'Orange'
Err: System.NullReferenceException: Object reference not set to an instance of an object.
at HighVoltz.Composites.CsharpAction.CompileErrorPropertyChanged(Object sender, MetaPropArgs e)
at HighVoltz.MetaProp.set_Value(Object value)
at HighVoltz.Composites.CsharpAction.set_CompileError(String value)
at HighVoltz.Dynamic.DynamicCodeCompiler.CompileAndLoad()
at HighVoltz.Dynamic.DynamicCodeCompiler.GenorateDynamicCode()
at HighVoltz.Professionbuddy.LoadPBProfile(String path)
at HighVoltz.Professionbuddy.Start()
I am not sure if this is a PB issue and will be fixed in the official release (yes, I know HB is only on a TEST release right now), or if something within the profile needs to be changed because of new API or something. I am going to attach my current profile, and many many thanks to anyone that will help =]