Posted by: | Snoelk | |
Data created: | 25 May 2011 |
right on startup of max this version is crashing the old version 1.2.5.0 was working fine the only message i got is this System.IO.FileNotFoundException: Could not load file or assembly 'PresentationFramework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified.
framework 4.0 is installed and running fine. did the installer miss some files ? Mario Röske | |
8 June 2011
#2774 | |
solved the new version is back to framework 3.5. my dll was compiled with framework 4.0 Mario Röske | |
13 July 2011
#2787 | |
Alternatively you can still compile your dll with .NET 4.0, but create a file called "3dsmax.exe.config" in your Max root dir and paste the following in there: <?xml version="1.0"?> This should force Max to load with .NET CLR 4.0 (instead of default 2.0/3.5 CLR) Marsel Khadiyev (Software Developer, EPHERE Inc.) |