Hi,
I have published a package from my studio to the robot tray. I want to access the config.xlsx file after publishing the packages.
Ideally it should be present in \lib\net45 folder but I am unable to locate this.
Hi,
I have published a package from my studio to the robot tray. I want to access the config.xlsx file after publishing the packages.
Ideally it should be present in \lib\net45 folder but I am unable to locate this.
Net45?
So a few signals here, Legacy support is ending, projects should be urgently migrated to Windows compatibility, the folder you indicate suggests an old version and legacy compatibility. Perhaps you are on a really old on premise version but I’d still suggest future proofing and updating.
Secondly, I dont believe its considered good practice to mess with the config once deployed, you can use assets to change values on the fly after the code is deployed.
Apologies for the confusion. My project is windows compatible. Currently orchestrator is not available.
You can’t run your processes without an Orchestrator, how is it not available?
Using a standalone license. Copied the nuget package to “C:\ProgramData\UiPath\Packages”. Where can I find the deployed project folder in this scenario?
They still do those? I thought they were all gone by now. I have never used a standalone licence.
within the .nuget folder where the nuget repository is located
Yes still available.
Not sure where i can find this location. I checked in the folder as well where UiPath is installed.
you can try
%UserProfile%\.nuget\packages
I’d consider using a shared location for your config then, messing with the nuget sounds like a nightmare.
True. I wanted to know about it to perform some testing.
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.