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.
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
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
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.