System.AggregateException on lesson 3 Notepad

Source:  Type into 'editable text'

Message: One or more erros occurred.

Exception Type:  System.AggregateException

An ExceptionDetail, likely created by IncludeExceptionDetailInFaults=true, whose value is:
System.AggregateException: One or more errors occurred. ----> System.IO.FileNotFoundException: Could not load file or assembly 'UiPath.Interop, Version=0.0.3.0, Culture=neutral, PublicKeyToken=461894da7f0ba157' or one of its dependencies. The system cannot find the file specified.
   at UiPath.Core.UiElement..ctor(SelectorStrategy strategy)
   at UiPath.Core.Activities.Services.DriverService.CreateElement()
   at UiPath.Core.Activities.Target.<>c__DisplayClass35_0.<GetBaseElement>b__0()
   at System.Threading.Tasks.Task.InnerInvoke()
   at System.Threading.Tasks.Task.Execute()
   --- End of inner ExceptionDetail stack trace ---
   at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
   at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken)
   at UiPath.Core.Activities.Target.GetBaseElement(ActivityContext context, CancellationToken token)
   at UiPath.Core.Activities.Target.GetFindMethod(TargetFindCriteria criteria, CancellationToken ct, Int32 defaultTimeout)
   at UiPath.Core.Activities.Target.GetElementAsync(TargetFindCriteria criteria, CancellationToken ct, Nullable`1 delayBefore)
   at UiPath.Core.Activities.TargetAsyncActivity.GetElementAsync(AsyncCodeActivityContext context, CancellationToken ct, Nullable`1 delayBefore)
   at UiPath.Core.Activities.BaseTypeInto.ExecuteAsync(AsyncCodeActivityContext context, CancellationToken cancellationToken)
   at UiPath.Core.Activities.TaskAsyncCodeActivity.ExecuteAsyncWithResult(AsyncCodeActivityContext context, CancellationToken cancellationToken)
   at UiPath.Core.Activities.TaskAsyncCodeActivity`1.BeginExecute(AsyncCodeActivityContext context, AsyncCallback callback, Object state)
   at System.Activities.AsyncCodeActivity.InternalExecute(ActivityInstance instance, ActivityExecutor executor, BookmarkManager bookmarkManager)
   at System.Activities.ActivityInstance.Execute(ActivityExecutor executor, BookmarkManager bookmarkManager)
   at System.Activities.Runtime.ActivityExecutor.ExecuteActivityWorkItem.ExecuteBody(ActivityExecutor executor, BookmarkManager bookmarkManager, Location resultLocation)

This is for example given for the Recordere called Notepad.xaml which looks like:

Edit: I think this is the key line:

System.IO.FileNotFoundException: Could not load file or assembly 'UiPath.Interop, Version=0.0.3.0, Culture=neutral, PublicKeyToken=461894da7f0ba157' or one of its dependencies. The system cannot find the file specified.

2 posts were merged into an existing topic: The project has the same name as a referenced package (“UIPATH”). This scenario is not supported and will lead to dependency resolve issues