this is the error i'm getting:
---------------------------
---------------------------
Error occured while loading plugin "FARRTunesRCW" exception recieved:
System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.NullReferenceException: Object reference not set to an instance of an object.
at FARRTunes.Lists.PlaylistsList..ctor() in C:\Documents and Settings\Vitaly\My Documents\Visual Studio 2005\Projects\FARR Plugins\FARRTunes\ActionList.cs:line 88
--- End of inner exception stack trace ---
at System.RuntimeTypeHandle.CreateInstance(RuntimeType type, Boolean publicOnly, Boolean noCheck, Boolean& canBeCached, RuntimeMethodHandle& ctor, Boolean& bNeedSecurityCheck)
at System.RuntimeType.CreateInstanceSlow(Boolean publicOnly, Boolean fillCache)
at System.RuntimeType.CreateInstanceImpl(Boolean publicOnly, Boolean skipVisibilityChecks, Boolean fillCache)
at System.Activator.CreateInstance(Type type, Boolean nonPublic)
at System.Activator.CreateInstance(Type type)
at FARRTunes.FARRTunes.ReloadActionLists() in C:\Documents and Settings\Vitaly\My Documents\Visual Studio 2005\Projects\FARR Plugins\FARRTunes\FARRTunes.cs:line 86
at FARRTunes.FARRTunes..ctor() in C:\Documents and Settings\Vitaly\My Documents\Visual Studio 2005\Projects\FARR Plugins\FARRTunes\FARRTunes.cs:line 74
--- End of inner exception stack trace ---
at System.RuntimeTypeHandle.CreateInstance(RuntimeType type, Boolean publicOnly, Boolean noCheck, Boolean& canBeCached, RuntimeMethodHandle& ctor, Boolean& bNeedSecurityCheck)
at System.RuntimeType.CreateInstanceSlow(Boolean publicOnly, Boolean fillCache)
at System.RuntimeType.CreateInstanceImpl(Boolean publicOnly, Boolean skipVisibilityChecks, Boolean fillCache)
at System.Activator.CreateInstance(Type type, Boolean nonPublic)
at System.RuntimeType.CreateInstanceImpl(BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes)
at System.Activator.CreateInstance(Type type, BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes)
at System.Reflection.Assembly.CreateInstance(String typeName)
at FARRPluginRCW.LoadPlugin()
---------------------------
OK
---------------------------