Hello, I am experiencing some very odd behaviour. I've installed newest version of MAX.NET from this page. I had written small plugin which should only show message box "Hello World". I put dll into "3ds Max 2010\plugins\MaxDotNet\hello.dll" and launched 3ds max. Altrough studio loaded without any problems nor did it showed any warnings, the plugin didn't work. Inspecting with attached debugger showed that my plugin isn't even loaded as module. 3ds max is reporting that "Autodesk.Max.Wrappers.dlu" is loaded and is working correctly. I tried to compile some examples from this page, but they didn't worked too in the same manner (everything was loaded and set up smoothly except that plugin wasn't loaded at all). I am useing 64 bit version of Visual Studio 2010.