Mickey
July 14, 2017, 7:42am
1
Hi, All.
I have the question, how to use Visual Studio in order to use WindowsForm.
I want to know how create WindowsForm for UiPath File.
I know about where the exefile is and the path to the file, Mian.xaml, that I want to execute.
Please let me know how to write the code in VisualStudio.
I want to write it on the C# code.
Thank you.
Mickey
closl
August 1, 2017, 1:38am
2
Did you ever get this figured out? I have a similar question and no one is responding to my post…
Masire
(Masire Fofana)
August 1, 2017, 8:05am
4
Hello @Mickey , you’ll find an example here : Read me
I also did it in one of my projects, you can find my Visual Studio solution attached: MyAppsLauncher.zip (3.3 MB).
Let me know if you need help.
Regards,
Masiré
2 Likes
closl
August 1, 2017, 3:16pm
5
I’m having a problem with adding a .xaml file from UiPath project to the solution in your .zip
Project does not build once my .xaml from UiPath is included in project.
closl
August 1, 2017, 3:21pm
6
This is the .xaml file that was added to your demo solution…
Ship Orders.xaml (138.0 KB)
Masire
(Masire Fofana)
August 2, 2017, 8:36am
7
Why are you trying to add the xaml file in your Visual Studio project ?
closl
August 2, 2017, 11:51am
8
We are incorporating processes into our unit test solution.
Masire
(Masire Fofana)
August 3, 2017, 7:59am
9
What you can do from C# is launch an UiPath project, you don’t have to integrate it in the C# project. Please look at my first comment. Good luck!
hgj
(hgbvchbv)
April 20, 2018, 5:24pm
10
Bonjour Masire, j’ai essayé de suivre de suivre votre exemple pour lancer mon robot à partir de mon application .Net. Par contre j’ai toujours cette erreur:
Could not cast or convert from System.String to UiPath.Models.WorkflowFileInfo.
Quelqu’un peut-il m’aider Svp.
Hey is is mandatory to host robot in WCF . Can i directly execute/start project from .Net c#.
GavinZan
(Gavin Zan)
November 20, 2019, 2:42am
13
Does the UiPath projects need to be deployed as the web service?