Unable to publish the project.
No entry point found. Error that no entry point was found when publishing
Why is he doing this?
Unable to publish the project.
No entry point found. Error that no entry point was found when publishing
Why is he doing this?
Hi @echogac1412
"main"
property and ensure that its value is set to “Main.xaml” (assuming your entry point file is named Main.xaml).“main”: “Main.xaml”
Hope it helps!!
Hi @echogac1412
Make sure before you publish your process or projects there are no errors in your process. Then it will get published successfully. Main.xaml file srves as an entry point for publishing a process…
Hope it helps!!
Regards,
Fixed it, but this time they want you to remove the unused import and try again.
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.