It’s running from Studio perfectly fine but while running from orch/assistant it’s giving the attached issue.
When I am gng to this path this file is not there…but I am not even understanding why bot is seeking this file… Can anybody help here?
have a check if a referenced Package / Dependency canbe associated with this package at your development end
Once this is cleared then check if this package is offered for the deployment (eg. ORC Feeds) and is also present in the nuget repo from the executing robot
Hi @ppr , Can you please elaborate further…as I am not properly understanding this…
Issue: Entry point was wrongly mentioned as “Code/Main.xaml” which should’ve been “Main.xaml” in project.json file
Solution: I’ve gone to the project.json and replaced “Code/Main.xaml” with “Main.xaml” and it resolved the issue. Also, please make sure that the place you are pushing your code should also has “Main.xaml” as entry point.
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.