System.TypeLoadException: Method 'DisposeAsync' in type 'System.Text.Json.Utf8JsonWriter' from assembly 'System.Text.Json

Hi @azeem_rosli

I was able to find a bit of information. The short answer is that there is a version conflict somewhere among the dependencies.

The way to test this would be to start with the minimum amount of dependencies (preferably just the latest System), which should work, and then add your other dependencies one by one and test the workflow of each type. One of those added dependencies will cause this error.

Additionally, I’d suggest upgrading your Studio to the latest patch of your current version, which would be 2022.4.8 (it is possible that this issue was fixed in the meantime in Studio by allowing it to resolve this version conflict on its own).