UiPath.AI.ComputerVision.Activities Download - uipath

I'm getting trouble when I go for additional packages "UiPath.AI.ComputerVision.Activities" using manage packages. It shows me blankly.

You need to configure UiPath's Beta NuGet Feed.
Open Manage Packages
Click the Settings tab
Add a new User defined package source for https://www.myget.org/F/uipath
After that,
Install UiPath.UiAutomation.Activities package v19.2.0 from the Offical feed and when installing UiPathVision make sure that Include Prerelease is checked.
References:
How to add the UiPath Beta activity feed
AI Computer Vision is Now available for Preview
About the AI Computer Vision Activities Pack

As stated on their website:
The first incarnation of the Computer Vision Activities pack is
released in Beta and can only be downloaded from the Beta feed. For
more information on how to install the beta feed, please go to our
Forum here.

Related

Xamarin.Forms : No resource found that matches the given name (at 'value' with value '#integer/google_play_services_version')

I am developing an application via Xamarin in Visual Studio and at my first try, I encountered the following errors :
No resource found that matches the given name (at 'value' with value '#integer/google_play_services_version').
OR
Please install package: 'GPS Base' available in SDK installer.
Which were asked a lot in the Stack Overflow and even in the Xamarin Forum. For example the following links :
How to fix "No resource found that matches the given name (at 'value' with value '#integer/google_play_services_version')"
https://forums.xamarin.com/discussion/47224/no-resource-found-that-matches-the-given-name-with-value-integer-google-play-services-version
How to fix"No resource found that matches the given name (at 'value' with value '#integer/google_play_services_version)" in Xamarin android c#
BUT nobody has a reliable and correct answer to it.
Is there anybody who can help me to tackle this error please ?
Thanks in advance !
based on the message:
Please install package: 'GPS Base' available in SDK installer.
I would suggest making sure you have Google Play Services installed in your Android SDK Manager. In VS Tools->Android->Android SDK Manager will open the Android SDK Manager. Scroll down to the "Extras" section and look for Google Play Services and make sure it is installed. In fact I would make sure all of the Google Play XXX packages are installed along with the Google Repository.
Well, I do not have the mentioned problems anymore when I removed Visual Studio 2015 Update 3 and installed a fresh version of Visual Studio 2017 Enterprise Edition. It seems that the newly released version of Visual Studio is smart enough to find and manage all those packages for me !
I was experiencing same issue. Even after trying so many answers from numerous blogs, none worked. I was able to resolve this by installing Xamarin.GooglePlayServices.Maps nuget package by right clicking on Android project of Xamarin solution and installing the package by selecting Manage NuGet Packages. Earlier I was installing the package using Tools> NuGet Package Manager > Manage NuGet packages for solution. Hope this helps!!

What is the minimal install footprint to be able to open a sln with a .CloudService

I'm opening a solution which has a dependency on an outdated version of the Azure SDK such that Web PI wont install it.
This leaves me with the following error when I build the project:
WAT080 : Failed to locate the Microsoft Azure SDK. Please make sure the Microsoft Azure SDK v2.7 is installed.
What's the least amount of
steps I need to execute and
junk I can put into my environment
to make it load in VS and compile?
Navigate to the archived downloads page: https://azure.microsoft.com/en-gb/downloads/archive-net-downloads/
Follow the trail via the appropriate Azure SDK for .NET (As of Mar 2017, v2.7.1 is here)
Click the download button
Select MicrosoftAzureAuthoringTools-x64.msi
Select MicrosoftAzureLibsForNet-x64.msi <- x86 is not useful
Select MicrosoftAzureTools.VS140.exe <- 14:- VS 2015
I downloaded and installed each separately
HACK: My installation of VS2015 was slightly mangled, so I was still seeing a message from VS offering to install the 2.7 tools. I was able to get over that by installing the latest (2.9 at time of writing) tools, whereupon I got a clean build. I'll be doing a clean reinstall of VS and will research whether that can be avoided

how to install framework SDK(.NETCore, version=v5)

I recently installed Visual Studio 2015 Community for universal app development, but when ever I create a new project and select the universal app under windows the error pops up saying:
"One or more projects requires a framework SDK(.NETCore v=5.00) that
is either not installed or is included as part of a future update to
visual studio"
In that error box there is a hyperlink mentioned to download the update but it goes right to the Microsoft website's home page.
I read some where to install the .NETCore via nuget package manager console. I have done that it was successful, but again whenever I create a new project it says to install the Framework SDk(.NETCore v5).
I haven't found any solution on this particular error but their were some tutorials to install the .NETCore but they didn't helped me out.
Kindly tell me how to get rid of this, I have wasted almost my 5 days trying to fix this issue.
i actually fixed that issue by First Modifying the setup of vs and their unchecking the Window Universal App development option. it means uninstalling the universal Window App development from visual studio then again modifying the setup i re checked the universal window App development option and update it. that fixed my issue.
You have to install the "Tools and Windows SDK."

Cannot load shared 'project' in Windows Universal app after upgrading to Azure SDK 2.6

I've just installed the April 2015 release of the Azure SDK. It is version 2.6 and previously I was on 2.5. Now one of my projects will not load. It is the shared project in a Windows Universal application.
When I right-click the project and choose 'reload' I get the pop-up error
The method or operation is not implemented
The output window gives more detail:
Things.Shared.shproj : error : The composition produced a single
composition error. The root cause is provided below. Review the
CompositionException.Errors property for more detailed information.
1) No exports were found that match the constraint:
ContractName Microsoft.VisualStudio.ProjectSystem.References.IBuildDependencyProjectReferencesService
RequiredTypeIdentity Microsoft.VisualStudio.ProjectSystem.References.IBuildDependencyProjectReferencesService
Resulting in: Cannot set import
'Microsoft.VisualStudio.Azure.Deployment.ProjectReferenceMaintenanceService.ProjectReferencesService
(ContractName="Microsoft.VisualStudio.ProjectSystem.References.IBuildDependencyProjectReferencesService")'
on part
'Microsoft.VisualStudio.Azure.Deployment.ProjectReferenceMaintenanceService'.
Element:
Microsoft.VisualStudio.Azure.Deployment.ProjectReferenceMaintenanceService.ProjectReferencesService
(ContractName="Microsoft.VisualStudio.ProjectSystem.References.IBuildDependencyProjectReferencesService")
--> Microsoft.VisualStudio.Azure.Deployment.ProjectReferenceMaintenanceService
Resulting in: Cannot get export
'Microsoft.VisualStudio.Azure.Deployment.ProjectReferenceMaintenanceService.WireUp
(ContractName="Microsoft.VisualStudio.ProjectSystem.ConfiguredProject.AutoLoad")'
from part
'Microsoft.VisualStudio.Azure.Deployment.ProjectReferenceMaintenanceService'.
Element:
Microsoft.VisualStudio.Azure.Deployment.ProjectReferenceMaintenanceService.WireUp
(ContractName="Microsoft.VisualStudio.ProjectSystem.ConfiguredProject.AutoLoad")
--> Microsoft.VisualStudio.Azure.Deployment.ProjectReferenceMaintenanceService
The other parts to the Windows Universal app (the Windows 8.1 project and the Windows Phone 8.1 project) have two Azure NuGet packages installed: Windows Azure Mobile Services 1.3.2 and Windows Azure Storage 4.3.0. (N.B. Those two projects load without issue.)
This is not a show stopper for me since uninstalling the Azure SDK 2.6 removes the load failure. To uninstall I go via the Control Panel to 'uninstall or change a program' and then uninstall Microsoft Azure Tools for Microsoft Visual Studio 2013 - v2.6
I would like to know how to fix this without uninstalling the Azure SDK 4.6.
Over on the Azure Mobile Services forum Chuck Weininger has posted the following answer:
The [fixed] build of Azure SDK 2.6 is now available, but it may not have
propagated to all download servers yet.
You can run the Web Platform Installer and if you don’t have the new
build installed, it should allow you to install 2.6 again. But it
might not if you are accessing a download server that doesn’t have the
new bits yet. If WebPI doesn't allow you to install 2.6 again, then
wait a few hours and try again.
The build number for the version with the fixes is build
2.6.30508.1601. You can identify the build of the SDK from Control Panel -> Programs and Features -> Microsoft Azure Tools for Microsoft
Visual Studio 2013 – v 2.6. The Version column will display the build
number
I have followed Chuck's instructions and have the new build and the shared project now loads without issue.
We have been able to reproduce the issue, but don't have a workaround at this time. If you want to use the Universal App projects with VS 2013, you will have to uninstall Azure SDK for VS 2.6. The issue does not happen on VS 2015 RC if you would like to give that a try. We hope to have news soon about how we can get a fix for this issue on VS 2013.
Chuck Weininger, Dev Lead, Microsoft
https://social.msdn.microsoft.com/Forums/en-US/e8123821-dcb1-477f-a746-f6f016a724ea/cannot-load-shared-project-in-windows-universal-app-after-upgrading-to-azure-sdk-26?forum=azuremobile&prof=required#de621720-3afc-458c-ba85-f691be9e74c1

License for packages obtained via NuGet Packages Manager

Hi i am new to windows phone app development,
I've got Json.Net via NuGet PAckage Manager in visual studio express edition, for my application.
I'm using it only in my app which is developed in visual studio express.
Now my question is,do i need to get license for using it?
Yes of course. You have to get the license.
Nuget Package Manager is just a manager, which manages all your packages and just deploys it to your project during run time.
For more Details click here
The Previous Answer is Correct in a strict sense. Nuget Package Manager is not responsible for obtaining a license for the packages it deploys for you.
But as far as Json.Net is concerned.
a Previous Response has documented that JSON.NET is free of charge for Commercial use. Can I distribute JSON.NET with my commercial application?.
I believe some of the confusion on Nuget Json.net Package stems from the fact that right after Install of Json.Net on Nuget Package Manager you are directed to the following page NewtonSoft Store Page. But this page actually refers to a different product which has a different package. I am speculating, but I think this up-sell is what's confusing many folks. Whatever ships with Newtonsoft.Json.dll is free of charge. including the very limited portion of namespace Newtonsoft.Json.Schema that it includes.

Resources