techartorg / MXSPyCOM

A modern version of MXSCOM, to allow for editing & execution of 3ds Max MaxScript and Python files from external code editors.
MIT License
176 stars 23 forks source link

Newtonsoft.Json #15

Closed codesignist closed 4 years ago

codesignist commented 4 years ago

MXSPyCOM was working correctly but then suddenly it gave this error: "An assembly specified in the application dependencies manifest (MXSPyCOM.deps.json) was not found"

image

Do you have any ideas?

codesignist commented 4 years ago

@JeffHanna can you help me?

JeffHanna commented 4 years ago

Do you happen to know which release you are using? NewtonsoftJSON has not been a dependency of MXSPyCOM since it switched to being built on .NET Core 3.0 - back in November of 2019.

I'd suggest getting the latest 1.12 release (https://github.com/techartorg/MXSPyCOM/releases/tag/1.12) and trying that.

codesignist commented 4 years ago

I've tried both 2.7 and 3.0 versions. I'm not sure which version gave this error.

I've cleaned AppData and problem solved. Thank you.