How to resolve code 9009 in Visual Studio? - visual-studio-2019

I am not sure how I can resolve this error in Visual Studio 2019. When I build the script, I keep getting the error 9009. I know it has something to do with the path issue. How do I change the run path to resolve this issue?
Here is my script full path: C:\Users\Name\OneDrive - Workplace\Documents\ArcGIS\ArcPro Tools...
Error when rebuilt: The command "SubWCRev D:... exited with code 9009."
Thanks for your help!

Related

Android gradle not build if running the projects apps

caused by: org.gradle.workers.internal.defaultworkerexecutor$workexecutionexception: a failure occurred while executing com.android.build.gradle.internal.res.parselibraryresourcestask$parseresourcesrunnable
This is error show in the logcat windows.
please help me
I am trying to resolve this error but not solve it is expert level error also i trying to suppport design libarary import in gradle app file.

MSB4018 The"ResolvePackageAssets" task failed unexpectedly

When I build a project in visual studio 2019 then a error came out like this:MSB4018 The"ResolvePackageAssets" task failed unexpectedly.Then I clean the solution and build the solution again but no result.Same error arose.Please! someone help me.

I can not build the generated Android project by Zebble

I am getting the following error when building the android project generated by Zebble for Xamarin.
I followed the steps in -READ-ME-NOW!!!!!!!!!!!! text file. When I did build the android project, this is error I got:
The command "Zebble" update-schema auto" exited with code -1.
Some additional error log I found from Build output:
EXEC : error : Failed to update the xml schema for intellisense: Failed to find the UWP exe file. Searched all EXE files inside: E:\Labs.NET\Xamarin\TestZebble\TestZebbleApp\Run\UWP\bin
Could you please tell me what has gone wrong.
Hope this helps:
Remove all zebble folders from nuget packages folder.
Remove the Run\Android\Zebble.exe file.
Update the zebble nuget to latest version.
Set the Android project as startup project.
From Build > Configuration Manager be sure that Build and Deploy are enabled for android project.
Rebuild the solution.

Nuget package restore error in build definition

I'm getting this error when building a project​ using Visual Studio online service build:
Error:
This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is ....\Attempt17\.nuget\NuGet.targets.
It is giving that nuget.target file is missing but it is already present in .nuget folder.
Any help?
You should add a "Nuget Package Restore" task to your build before you run your compilation. You no longer need a ".nuget" folder.
I had a different cause, in VSTS/Azure DevOps using "Use Nuget" first then "NuGet restore" second, on Hosted agent...the restore was throwing this error. Error began showing sometime around Feb 1, 2019.
I had to change this...
Path to solution, packages.config, or project.json: **/*.sln
to this...
Path to solution, packages.config, or project.json: **\{YOUR_SOLUTION_NAME}.sln
And the error went away.
Hope this helps!

Error when build BlackBerry project use Eclipse?

I'm using Blackberry plugin for Eclipse.
I have just encountered a problem today.
I can't build any Blackberry project successful.
The error is:
Packaging project BlackBerryDVRRemote
C:\Eclipse\plugins\net.rim.ejde.componentpack5.0.0_5.0.0.25\components\bin\rapc.exe -quiet codename=deliverables\Standard\5.0.0\BlackBerryDVRRemote deliverables\Standard\5.0.0\BlackBerryDVRRemote.rapc -sourceroot=D:\PHONG\BlackBerry WorkSpace\WorkSpace1\BlackBerryDVRRemote\src;D:\PHONG\BlackBerry WorkSpace\WorkSpace1\BlackBerryDVRRemote\res -import=C:\Eclipse\plugins\net.rim.ejde.componentpack5.0.0_5.0.0.25\components\lib\net_rim_api.jar D:\PHONG\BlackBerry WorkSpace\WorkSpace1\BlackBerryDVRRemote\bin
Warning!: No entry points found
Warning!: No definition found for exported static routine: .main(String[])
Packaging project BlackBerryDVRRemote succeeded (took 0.932 seconds)
These Blackberry projects was built successful yesterday, but today is not.
In the "Bin" folder I don't see any *.class file.
I Right click on the project and choose propertiers-->Java build path, I see "Default output folder" is BlackBerryDVRRemote/bin.
I Right click on the project and choose "Run/Debug As Simulator/Device", I see no happen.
Please help me to fix it,
Many thanks !
When i restart eclipse, i see the following error:
Problems occurred when invoking code from plug-in: "org.eclipse.ui.workbench".
Exception stack tracke:
org.eclipse.swt.SWTException: Widget is disposed
at org.eclipse.swt.SWT.error(SWT.java:3884)
at org.eclipse.swt.SWT.error(SWT.java:3799)
at org.eclipse.swt.SWT.error(SWT.java:3770)
at org.eclipse.swt.widgets.Widget.error(Widget.java:463)
at org.eclipse.swt.widgets.Widget.checkWidget(Widget.java:336)
at org.eclipse.swt.widgets.Widget.getData(Widget.java:550)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:74)
at org.eclipse.ui.internal.WorkbenchWindow.close(WorkbenchWindow.java:814)
at org.eclipse.jface.window.WindowManager.close(WindowManager.java:109)
at org.eclipse.ui.internal.Workbench$16.run(Workbench.java:930)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
at org.eclipse.ui.internal.Workbench.busyClose(Workbench.java:927)
at org.eclipse.ui.internal.Workbench.access$15(Workbench.java:856)
at org.eclipse.ui.internal.Workbench$23.run(Workbench.java:1100)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.ja
Please help, thanks all !
thanks too: I have the same issue with Juno & BlackBerry resource editor.
By removing the project from the workspace and re-importing it, it works!

Resources