Visual Studio for Mac - Windows Authentication - Is it feasible? - asp.net-core-2.0

I'm operating in a mixed environment with some developers using macOS and others Windows 10. I've got an ASP.NET Core 2.0 MVC project that is configured for Windows Authentication and can be tested/debugged in Visual Studio on Windows but I'm clueless how to enable Windows Authentication while testing the app in Visual Studio on the Mac. Is this even feasible?

Yes it is from CLI. Please try this command from terminal-
dotnet new mvc -o moviemvc --auth Individual
reference : visual studio mac for mac missing of identity class

Related

Error Installing Windows 10 development tools for Visual Studio 2015 RC on Windows 8.1

I am running Windows 8.1 and I have installed Visual Studio 2015 Enterprise RC with Blend.
I am trying to install the Windows 10 development tools for Visual Studio 2015 RC and getting the following error:
ExecuteError: Package (VSSecondaryInstaller_box) failed: Error Message Id: 1603 ErrorMessage: Windows 10 SDK 10.0.10069 : The installer failed. User cancelled installation. Error code: -2147023294
Has anyone else gotten this error and found a solution to successfully install?
Through a quick google of the error code you provided, I found an article with the following post:
To get unblocked, go to https://dev.windows.com/downloads/windows-10-developer-tools. Scroll to the bottom of the page and install the Windows 10 SDK and Windows 10 emulators outside of Visual Studio setup.
Source:
https://social.msdn.microsoft.com/Forums/en-US/17bc9d5e-2ea7-4149-bb75-23997db8bd25/known-issue-emulators-for-windows-mobile-10010069-the-installer-failed-user-cancelled?forum=Win10SDKToolsIssues
I cannot speak for the solutions' effectiveness personally, but it was a marked answer. I hope this helps!
We've fixed this issue, and have released an update as of 7PM PDT 30 April 2015.
New installs of Visual Studio 2015 RC should expect to no longer encounter this problem, unless you lose your internet connection during installation. (That is, this error now indicates that the Windows SDK or Windows Emulator setup invoked by Visual Studio setup has lost internet connectivity and cannot download necessary files.)
To fix the issue, re-run setup and select the features "Universal
Windows App Development Tools" and/or "Emulators for Windows Mobile"
again.
If you have already installed Visual Studio and encountered this problem, you can now modify your Visual Studio installation to successfully install.
Go to Program & Features, select Visual Studio 2015 RC, and select Change.
Click Modify, then select the features "Universal Windows App
Development Tools" and/or "Emulators for Windows Mobile", and click
Update.
Note that "Universal Windows App Development Tools" will be already selected. This is expected. Keep it selected, and click Update.
An alternate solution is to install the Windows 10 SDK and Windows Emulators separately. Go to https://dev.windows.com/downloads/windows-10-developer-tools. Scroll to the bottom of the page and install the Windows 10 SDK and Windows 10 emulators outside of Visual Studio setup.
(See also this known issue: https://social.msdn.microsoft.com/Forums/en-US/17bc9d5e-2ea7-4149-bb75-23997db8bd25/)
Thanks!
-Paul Chapman (program manager with Visual Studio at Microsoft)
Installed Windows 10 installed from scratch.
Installed VS2015 from ISO.
VS2015 failed to install the Windows 10 emulators.
No loss of connectivity.
Here's my 2 cents. I tried all the methods in all the forums and the tools failed to install for me on Windows 10. Then as a last resort, I enabled 'Developer Mode' in Settings and tried installing the tools again and voila! They did.

Node.js error (could not find) while creating Hybrid app in visual studio 2013

I have done fresh installation of Visual Studio 2013 - update 3 and have installed Visual studio 2013 MDA (Multi Device Application), and also have installed setup for Node js..
But when I create New Hybrid - Application project it shows me an error of "Node.js cannot be found"
Please help me..
You need to have NodeJS installed on your system.
Get the installer from this page: http://nodejs.org/download/
After installation you should also check if node command is usable the command line (cmd).
If it's not available you will need to manually add NodeJS to your path.

How to deploy Windows 8.0 app on Windows 8.1 tablet?

I have Windows RT tablet with 8.1 update. I'm trying to build both 8.0 and 8.1 versions of my app. I have no problem deploy my app from Visual Studio 2013 (windows 8.1 version) onto the device. But when I try to deploy the app from Visual Studio 2012 (windows 8.0 version), it says:
Unable to connect to the Microsoft Visual Studio Remote Debugging Monitor named 'tablet:4018'. The remote debugger is not an acceptable version.
Remote Tools 2012 refuse to run on the 8.1 tablet, it says the .dll signature are not compatible, or so.
You have to install the 2012 Remote Debugger Tools on the tablet. Afterwards, you can install the 2013 version side by side as well.

Visual Studio Express 2012 for Web won't start. "Cannot find one or more components"

I installed VS Express 2012 for Web from the Web Platform Installer, but it won't start. I click the shortcut (or the EXE) and get this error message:
Microsoft Visual Studio Express 2012 for Web
Cannot find one or more components. Please reinstall the application.
I've tried uninstalling, reinstalling, running the repair tool. Downloading the standalone install, etc. I have Windows 7 x64 SP1 fully updated from Windows Update. I'm not sure where to begin troubleshooting. I ran collect.exe but don't know where to look or what to look for.
I had the same problem with VS 2012 Express for Desktop, also on Windows 7 x64 SP1. These two links have the same solution which worked for me:
http://social.msdn.microsoft.com/Forums/en-US/4f24be62-7a19-4f95-bc33-1f57cc3d3fcd/visual-studio-express-2012-for-desktop-cannot-find-one-or-more-components?forum=vssetup
http://maditguy72.blogspot.com/2013/06/cannot-find-one-or-more-components.html
The solution that worked for me is to delete this registry key: [HKEY_CURRENT_USER\Software\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\Layers]

Dreamweaver Installation Issues

I have installed Adobe Dreamweaver CS4 but it is not opening and displaying the error as follow:
This application has failed to start because its side-by-side configuration is incorrect.
I have Windows Vista installed on my laptop.
Do one or more of the following solutions:
Solution 1: Install the Microsoft Visual C++ 2005 runtime. (Visual C++ users only)
If you are a Microsoft Visual C++ user, then do the following steps:
Install the Microsoft Visual C++ 2005 runtime.
Reboot the machine
Relaunch the Suite applications.
Solution 2: Reboot your system and restart the applications.
If you have just installed Creative Suite, then perform the following steps:
Reboot the machine.
Relaunch the Suite applications
Source

Resources