Not able to create project in Angular 7? - node.js

I have faced an issue when I have created new project using "ng new MyTestApp".
It returned "Access is denied"
Attached Screenshot is below:
I don't know why it is coming, Is it my system settings or anyother settings whether i can need to be installed?
Please suggest way to fixing this?

Related

HTTP Error 500.31 - ANCM Failed to Find Native Dependencies error while publishing my MVC .net 3.1 core project to Azure

Not sure what details I should be providing to be completely honest, other than I googled and searched for this solution and I deleted everything and retried and didnt work out, I downloaded all the files needed, I added application settings and it added an error for me telling me that I need to install or update Microsoft.WindowsDesktop.App, version 3.1.0, which I have installed and already existed anyway
I tried going to application event logs on Azure portal, there was 3 errors first this one which some people suggested going to web.config and changing it to Module not v2, and I dont see any web.config file in my mvc project
2nd error which I already talked about but its just not working, so I assume somehow its not seeing it??
3rd error Also this I am not quite sure what to do with it.
Lastly, as I said I am not sure what information I should provide, I dont have much time and I was asked to publish it on azure there was no problems and seemed easy but errors popped up and nothing on the internet fixed my issues, you can comment and I will add any required data to fix this.
Thanks in advance
I installed each and every package in the dotnet folder to make sure everything is right and everytime it recognized there is a file already and asked me if I want to repair I said yes but that didnt help
I checked my .json file if it had any errors like some people suggested
checked if Azure portal specified that I am using ASP.NET 3.1core which it did
~~I used search for "stdoutLogFile" to check if I can find it anywhere on my solution since I cant find my web.config but I there was no result~~
I found out that I can add the web.config and make changes to it, and I did so but there was no result for it, still same error (yes I change the publish profile and republish to make sure it took the changes)
[enter image description here][1]
[1]: https://i.stack.imgur.com/rgiVi.png I got these errors when I opened the profile.arm.json folder under the server dependency folder

codedu ui gives access is denied error for the program under test

I dont know if anyone ever come up with this situation but today I come up with this weird situation with codedu, nothing works when I run tests. Today when I come to office , installed AccessDatabaseEngine for datadriven test and start a testMethod, none of my records are running, I took a new record and also not working. Restart VS or restart PC doesnt help. Please somebody help me getting out of this situation. When I run a test, it bring up the already open application (UAT) but can not play.
I am not sure whether its cause but I installed AccessDatabaseEngine before running any test. I tried to uninstall it but when I look at applications I cant see where its placed..
I noticed that I doesnt record all, I tried to record a new test. It throws "Access is Denied", while capturing the application
and it gives Control not found error when I try to run
I found some pages for same error
I checked CodedUITestBuilder config file and I see this line was commented and I changed it but this did not fixed.
<startup useLegacyV2RuntimeActivationPolicy="true">
<supportedRuntime version="v4.0"/>
</startup>
I also tried changing properties of CodedUITestBuilder.exe but again same result
Coded UI Test Builder fails to generate code for recorded action
Its fixed after I uninstalled the AccessDatabaseEngine . I installed it by clicking same exe. I should not install it because its too old, that is obvious with its icon.

Azure Resource Group (2.9) error: PowerShell deployment script is missing

I followed this link (https://azure.microsoft.com/en-us/documentation/articles/vs-azure-tools-resource-groups-deployment-projects-create-deploy/) to create azure resource group. However, I got the error when deploying the Project
"PowerShell deployment script is missing"
Does anyone knows what cause this error?
I am using VS2013 and Azure sdk 2.9
I burned a lot of time debugging the same problem!
Make sure in the file properties for the ps1 file are set to Build Action = "Content"
This will ensure that it's copied to the bin folder during building.
According to this
http://blog.thingsgeeky.co.uk/visual-studio-azure-sdk-json-outline-blank/
Your ps1 file must be called Deploy-AzureResourceGroup.ps1
I had renamed mine. I renamed it back and the error went away
In my case rebooting didn't help and the Build Action was already set to 'Content'. What did work for me is to clear the recent list of the Deploy context menu and then click 'New' to create a new deployment config.
I found a very stupid solution. I just need to restart my machine and the issue is gone. It needs a reboot after installation from WebPI
Just had the same error. You have to build your resource group project in Visual Studio before you can actually deploy from it.
I created a resource group project and immediately tried to deploy but that doesn't work because the project hadn't built yet.
I know this is an old thread but still relevant. I had to right click-->Properties on the "Deploy-AzureResourceGroup.ps1" file and select one of the copy options "Copy always" or "Copy if newer"

No error code during Deploy using Web Deploy 3.5

I'm totally new to web deployement. I did set up a deploy on one of my project, I did the same thing on another one. But when I try to publish my website, I have this error with no code.
I don't even know where to search for the log file on the IIS server. Can you tell me, Everything is running with default configuration. I just need to know where to find the information so I can publish my website.
I finally found this blog where the solution is explained : http://bartwullems.blogspot.fr/2013/01/webdeploy-error-systemunauthorizedacces.html
I didn't know where to look for the logs but once I found the right log, the error is : System.UnauthorizedAccessException: Attempted to perform an unauthorized operation. at System.Security.AccessControl.Win32.SetSecurityInfo

Private NuGet Gallery

I am trying to set up an internal nuget feed for my company. I have built the site and deployed it to IIS server. I can install from the site itf I manually add packages to it but I cannot push to it from the command line. When I try to I get prompted for credential (none work) then get an error that says "Cannot access a closed Stream." I have been to NuGet and read everything they propose but none of it works. I am thinking this is a server setting but I have no idea which one. Has anyone encountered this that can share the solution?
Solved this issue by removing WebDAV and adding PUT to the web.config authorization
I just added a comment to the Github issue tracker for a similar (probably identical) problem raised there:
https://github.com/NuGet/NuGetGallery/issues/487
This is probably a result of WebDAV being installed in IIS - it seems to interfere with the settings required for NuGet Gallery. We certainly saw a similar issue with 405 errors, and uninstalling the WebDAV module fixed the problem.

Resources