I'm very new to coding and currently trying to call a published image classification model to my C# window form.NET and using this code
but got an error CS0122 'CustomVisionPredictionClient.CustomVisionPredictionClient(params DelegatingHandler[])' is inaccessible due to its protection level' error...
which I think occurred because there is an update from azure custom vision any way to fix this?