Activity Creator erros

Hello,
I am trying to write my first custom activity. using Activity Creator. When I created a simple project (following the step-by-step tutorial at : [https://docs.uipath.com/developer/other/latest/developer-guide/using-activity-creator]) i get the warnings as below:

Missing XML comment for publicly visible type or member ‘Addition’
Missing XML comment for publicly visible type or member ‘Addition.FirstNumber’

and error:

Could not find a part of the path ‘C:\Users\ , \Test.FirstActivity.Activities.Design\obj\Debug\net6.0-windows\Test.FirstActivity.Activities.Design_qse2rkvn_wpftmp.GeneratedMSBuildEditorConfig.editorconfig’. Test.FirstActivity.Activities.Design

Any ideas ?

@Bartlomiej_Smolec

First two warnings go off if you unckeck or set cmldoc to false it is not a problem though

And for the error it seems like the design file is missing…did you happen to delete anything?

Or while publishing did you miss any step?

Cheers

Thanks for your answer. Problem was other, the path to project was too long (I move project to other location a now is ok)

1 Like