The Autodesk.Max.dll is located in 3ds Max 2012 root,
Autodesk.Max.Wrappers.dll is in the bin\assemblies folder, I don't
appear to have Autodesk.Max.Plugins.dll and my dll is in the stdplugs
folder.
On Jan 10, 9:09 am, Christopher Diggins <
cdigg...@gmail.com> wrote:
> This is very strange. Which DLL did you move? Could you tell me where the
> various DLLs are?
> Autodesk.Max.dll
> Autodesk.Max.Wrappers.dll
> Autodesk.Max.Plugins.dll
> YourDll.dll
> You may have multiple copies of these guys.
>
> Thanks,
> Christopher
>
>
>
> On Tue, Jan 10, 2012 at 9:05 AM, <
jaredsmithketc...@gmail.com> wrote:
> > The problem turned out to be getting the instance of the global interface
> > in the assembly loader hooks.
>
> > Autodesk.Max.GlobalInterface.Instance
>
> > That actually turns out to be returning null, so the plugin could never
> > register. Placing the dll file in the stdplugs folder seems to fix this. I
> > don't think this is correct but it's just what I'm seeing on my end.
>
> > On , Christopher Diggins <
cdigg...@gmail.com> wrote:
> > > Hi Jared,
>
> > > Sorry for the delay in responding. Do you have 3ds Max 2012 with the
> > subscription advantage pack? Are you placing the assembly in
> > "bin\assemblies"? When compiled have you set the project settings for
> > Autodesk.Max.dll and Autodesk.Max.Plugins.dll assemblies so that copy local
> > is false (see the properties of the references using the solution explorer).
>
> > > Hope this helps,
> > > Christopher Diggins
>
> > > On Tue, Jan 3, 2012 at 7:57 PM, Jared Smith
jaredsmithketc...@gmail.com>