UiPath.DocumentUnderstanding.Digitizer.Preprocessing.MimeDetectiveTypeChecker

Hi all,
I worked with DU (6.9.3)previously without facing any errors. But now Digitize Document activity(6.9.5) is throwing an error.
Can someone please help me with this . TIA

System.TypeInitializationException: The type initializer for ‘UiPath.DocumentUnderstanding.Digitizer.Preprocessing.MimeDetectiveTypeChecker’ threw an exception. —> System.IO.FileNotFoundException: Could not load file or assembly ‘MimeDetective.Definitions.Exhaustive, Version=23.6.1.0, Culture=neutral, PublicKeyToken=c0436b173445455a’. The system cannot find the file specified. at UiPath.DocumentUnderstanding.Digitizer.Preprocessing.MimeDetectiveTypeChecker.BuildInstance()
at UiPath.DocumentUnderstanding.Digitizer.Preprocessing.MimeDetectiveTypeChecker…cctor()
— End of inner exception stack trace —
at UiPath.DocumentUnderstanding.Digitizer.Utils.ContentTypeUtilities.ValidateBinaryContent(Content content, String& detectedContentType)
at UiPath.DocumentUnderstanding.Digitizer.Utils.ContentTypeUtilities.ValidateContentType(Content content)
at UiPath.DocumentUnderstanding.Digitizer.Digitization.DocumentDigitizer.Digitize(Content content, DigitizationSettings settings, IOcrEngine ocrEngine, CancellationToken token)
at UiPath.IntelligentOCR.Digitization.IntelligentOcrDigitizer.Digitize(Content content, IOcrEngine ocrEngine, ApplyOcrOnPdf applyOcrOnPdf, Boolean detectCheckboxes, IDigitizationScheduler scheduler, IDigitizerTelemetryService telemetryService, CancellationToken token)
at UiPath.IntelligentOCR.Activities.Digitization.DigitizeDocument.ExecuteAsync(NativeActivityContext context, CancellationToken cancellationToken)
at UiPath.Shared.Activities.AsyncTaskNativeImplementation.BookmarkResumptionCallback(NativeActivityContext context, Object value)
at UiPath.Shared.Activities.AsyncTaskNativeActivity.BookmarkResumptionCallback(NativeActivityContext context, Bookmark bookmark, Object value)
at System.Activities.Runtime.BookmarkCallbackWrapper.Invoke(NativeActivityContext context, Bookmark bookmark, Object value)
at System.Activities.Runtime.BookmarkWorkItem.Execute(ActivityExecutor executor, BookmarkManager bookmarkManager)

@parvathi_ayanala

Looks like dependencies are not downloaded fully

Go to c:\users\username\.nuget and rename the packages folder and reopen the project…it would downlaod the dependencies again

Cheers