When I try to publish
This type of error:
An error occurred trying to load the page.
The publish components are not available. You need to reinstall Visual Studio to publish your application.
Related
I've created a .net MAUI solution on the Mac via the command line:
dotnet new maui -n "MyApp"
When I open this via Visual Studio For Mac 2022, it errors out because Xamarin.Android is not installed.
I'm not interested in supporting Android at this point, and the download for Xamarin.Android is large. Is there any way to load the solution without installing Xamarin.Android?
I need to be able to run a console application in an external terminal in visual studio for mac, and I've seen this and visual studio shows this:
instead of this:
Is there any way I can run it in a external console while still using visual studio for mac?
This is the About Visual Studio window:
After completing a tutorial in Visual Studio Code, I can open up both my Angular app and my Web Api app, in Visual Studio Code for Mac, using a single line of code in a terminal window 'code .' where I'm in the parent folder for both the two projects.
This opens both projects up in Visual Studio Code and I can then run 'ng serve' and 'dotnet run' from terminals within VS Code.
Now I want to open both these projects in Visual Studio for Mac 2019, under a single solution, but can only seem to open up the Web Api app.
Is there an equivalent of 'code .' for Visual Studio for Mac 2019 that will open up both project folders in a solution? Or is there another way to open up the Angular SPA app in a solution in Visual Studio for Mac 2019? And then run it from Visual Studio?
I have Visual Studio 2017 Version 15.7.1 + Xamarin.Android 8.3.0.19 running on Win7. When I create an F# project based on Blank App Android template, build fails with the following error:
1>FSC: error FS0193: Could not find file
'C:\Users\vhrd47\source\repos\App5\App5\ProvidedTypese4595d25-58bd-4f87-96fc-ec2d29402d62.dll'.
What am I doing wrong ?
We've been building a mobile application in Visual Studid Community 2015 using the Cordova platform with the aim to publish to Android and iOS.
Android we have no issues with but want to submit the app to Apple. The problem is that we tried setting up a remote agent the last couple of days but have ran into a brick wall.
On our Macbook Pro we've installed node latest version as we are running Cordova CLI 5.4.1. Also we've installed xCode latest version. Signed up for Apple's developer program, created a distribution profile, got our certificate etc. In other words we've ticked all the boxes.
Now the issue is once we try running the remote agent and trying to connect remotely via Visual Studio to our Mac to submit to the Apple store. If we use remote agent we get the follwoing 404 error in Mac's terminal:
GET /certs/{pin number} 200 12ms - 3.49kb
GET /modules/taco-remote 404 3ms
And in Visual Studio the following pop up:
Unable to connect to remote iOS build server. Underlying exception:
The remote server returned an error: (404) not found.
If we try to use remotebuild we get an error "error parsing JSON remotebuild.config".
We've tried finding documentation or information on either of these but everything just points back to: http://taco.visualstudio.com/en-us/docs/ios-guide/ for remote build or Visual Studio's pages on how to install and run remote agent.
We've followed those steps 10 times but just keep on getting the same error. If we try from another computer's Visual Studio we get an error "Could not resolve host" though the host name is definitely correct.
We are using Visual Studio Community 2015.
Any ideas?