Is it possible to use external assemblies in the managed plugin? I'm trying to use SharpSvn library from here - http://sharpsvn.open.collab.net/, and it gives me the following error:
"System.IO.FileLoadException: Could not load file or assembly 'SharpSvn, Version=1.6003.1304.38397, Culture=neutral, PublicKeyToken=d729672594885a28' or one of its dependencies. Invalid pointer (Exception from HRESULT: 0x80004003 (E_POINTER))
File name: 'SharpSvn, Version=1.6003.1304.38397, Culture=neutral, PublicKeyToken=d729672594885a28' ---> System.NullReferenceException: Object reference not set to an instance of an object.
at System.Object.GetType()
at Autodesk.Max.Manager.AssemblyResolveEventHandler(Object sender, ResolveEventArgs args)
at System.AppDomain.OnAssemblyResolveEvent(String assemblyFullName)
at SvnMaxPlugin.SvnSaveActionItem.ExecuteAction()
at Autodesk.Max.Wrappers.ManagedWrapperActionItem.ExecuteAction(ManagedWrapperActionItem* )"