Hi there. I have problems opening some example zip´s when the root file was created with older versions of UiPath Studio. Main activities are not available. This happens out of zip´s from the forum and also throughout Level 1, 2 and 3 Training. In Level 1 there were the zip´s of Lesson 11 Practice 2 and Lesson 12 Practice 1 and 2 issued with this, on Level 2 and 3 there are parts of the GetCredential Catch Block of the REFramework not available. Deleting them and replace with other structure kept me going, but this should not be the straightforward way, not…?
Go to Manage Package and update the respective package whichever is throwing error. This will fix your problem without replace with other activities.
Hi, thx. Got that, but all Packages are up to date…
Does this help out of Debugger:
“An ExceptionDetail,
likely created by IncludeExceptionDetailInFaults=true,
whose value is:
System.NullReferenceException: Object reference not set to an instance of an object.
at lambda_method(Closure ,
ActivityContext )
at Microsoft.VisualBasic.Activities.VisualBasicValue1.Execute(CodeActivityContext context) at System.Activities.CodeActivity
1.InternalExecuteInResolutionContext(CodeActivityContext context)
at System.Activities.Runtime.ActivityExecutor.ExecuteInResolutionContext[T](ActivityInstance parentInstance,
Activity1 expressionActivity) at System.Activities.InArgument
1.TryPopulateValue(LocationEnvironment targetEnvironment,
ActivityInstance activityInstance,
ActivityExecutor executor)
at System.Activities.RuntimeArgument.TryPopulateValue(LocationEnvironment targetEnvironment,
ActivityInstance targetActivityInstance,
ActivityExecutor executor,
Object argumentValueOverride,
Location resultLocation,
Boolean skipFastPath)
at System.Activities.ActivityInstance.InternalTryPopulateArgumentValueOrScheduleExpression(RuntimeArgument argument,
Int32 nextArgumentIndex,
ActivityExecutor executor,
IDictionary2 argumentValueOverrides, Location resultLocation, Boolean isDynamicUpdate) at System.Activities.ActivityInstance.ResolveArguments(ActivityExecutor executor, IDictionary
2 argumentValueOverrides,
Location resultLocation,
Int32 startIndex)
at System.Activities.Runtime.ActivityExecutor.ExecuteActivityWorkItem.ExecuteBody(ActivityExecutor executor,
BookmarkManager bookmarkManager,
Location resultLocation)”
Solved, Problem was that an Argument had “null” value…got to step into this…Thx.