I got an error when i publish my work in local i don't use orchestra




after I get the nupkg file and run it like a bat file I got this error could someone help please?

do you want to launch a specific Xaml file inside that published package? bc i dont see you have added “entry” to point which Xaml file UiRobot has to launch. And from what i can see you have wrong path to the nupkg file.






I want to create .bat file to excute the robot whenever i want

Hi,

I guess your project might be template project because your publish folder is .template.
For now, can you check isTemplate property in your project.json file using notepad etc?

If it’s true, your project is Template project and unable to run as it is.
It’s necessary to create new project using this template.
OR
Modifying isTempate to false might work.(Please make back up the project in advance)

Regards,

How can I fix it the path is right I check on him very few time
Please do you have an exxample?

even i make it false but i still got the same error :frowning:

Hi,

Did you re-publish it?

OR

Can you try to put the template nupkg file to .template folder, then create new project from the template via Template menu - Local?

Finally, publish the project, then run it.

Regards,

thank you very much it worked very well :blush:

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.