Can't install ASP.NET4.5 in windows 8.1 - asp.net

I go to
Control Panel -> Programs and Features -> Turn Windowsfeatures on or
off
and when check ASP.NET4.5 and click Ok, give me this error:
Windows couldn't complete the requested changes.
The request is not supported.
Error code: 0x80070032
How can I fix this problem?

Related

Mule 4 : Transform Message does not show its related properties for editing in studio

Issue : When I drag and drop the Transform message component in Anypoint Studio v7.4.2 , I am not able to see the properties to edit it.
The issue started occurring suddenly when I was debugging an application in Studio.
It said :
An error has occurred. See error log for more details.
Class org.mule.tooling.ui.dfl.contribution.editor.script.output.OutputPreviewController$1 does not implement the requested interface com.google.common.util.concurrent.FutureCallback
And since then I have tried to
close and reopen project,
reimport project in Anypoint Studio
restarted studio and the Windows system
but nothing is working.
Attached is the screenshot. Can someone please help?
Try resetting perspective. Windows -> perspective -> Reset Perspective or switch workspace . If that fails you can always reinstalling Studio.

HTTP Error 502.5 - Process Failure asp.net core 2.2

I just downloaded and installed both the Core 2.2 SDK and the Core 2.2 Runtime. I also updated my version of Visual Studio 17 to the latest version.
To test 2.2, I created a simple ASP.NET Core website and, without changing anything, when I run the application I get the 502.5 error. The same thing happened on a similar setup on my notebook.
I would think that out-of-the box, this should work so I'm thinking something else is going on here. If I create a Core 2.1 application it is fine.
Any suggestions? The given link on the error page seems to cover this generically.
Common causes of startup issues like 502.5 (Process Failure) is listed below: 
1. The application process start application process failed to start. 
2. Started but then stopped. 
3. The application started but failed to listen on the configured port. 
Things you can try :
1) Add CaptureStartupError() and UserSetting() in their Main/program.cs file as
suggested here
https://learn.microsoft.com/en-us/aspnet/core/fundamentals/error-handling?view=aspnetcore-2.2#startup-exception-handling
2) Review eventlog.xml for error or exceptions.
3) Enable stdoutLogFile
https://learn.microsoft.com/en-us/aspnet/core/hosting/aspnet-core-module#log-creation-and-redirection
4) When Detailed Errors is set to true and Capture Startup Errors is true, a detailed error page is displayed in response to every request to the server.
https://learn.microsoft.com/en-us/aspnet/core/fundamentals/error-handling#startup-exception-handling
Try this:
Close any running apps.
Change default port to something else.
Run VS as Administrator.

Web Deploy 3.5 Install Error - #2738

I'm attempting to create a custom WordPress theme using MS WebMatrix and am encountering the following error when trying to install the WP app:
Error 2738: Could not access VBScript runtime for custom action
This occurs when the download attempts to install Web Deploy 3.5. I'm currently running Windows 7 64-bit OS.
The research that I've done indicates this is error stems from "VBScript being not properly configured to run on the PC."
The solutions I've encountered and tried - to no avail - are:
Run MS FixIT
Re-registering the VBScript dll via cmd prompt - c:\windows\syswow64\regsvr32 vbscript.dll
Run the System File Checker tool sfc /scannow
[Note: I do not have, nor have I had McAfee installed - I've seen reports that in some instances the McAfee installation can cause the wrong vbscript .dll to be registered]
Outside of doing a factory wipe - which I'd like to reserve as a last resort or completely scrap using WebMatrix entirely - I've run out of potential solutions searching this specific problem.
Has anyone had success with this issue outside of the solutions posted here already? Any help would be appreciated.
So, I discovered a solution to this issue that hasn't been covered well online, so I'm posting it here.
A steadfast solution to resolving this error if running Windows 7 64-bit OS:
Open your registry editor
Start -> Search -> Type "regedit"
In the editor, click on:
HKEY_LOCAL_MACHINE\SOFTWARE\CLASSES\Wow6432Node\CLSID{B54F3741-5B07-11cf-A4B0-00AA004A55E8}\InprocServer32
Check the value for (Default)
If it's anything other than C:\Windows\SysWOW64\vbscript.dll that's where your issue is originating
Make sure you have the correct permissions to edit the value for (default)
Right Click on InprocServer32 -> Permissions -> Give yourself "Full Control"
Now edit (Default) and set it to C:\Windows\SysWOW64\vbscript.dll
Reboot
This should fix any issues that might have been encountered during the execution of custom VBScript during Web Deploy download.

VS2015-CTP: Unable to get Ripple session info. Exception: Cannot send a content-body with this verb-type

i recently installed the new windows 10 preview and the visual studio 2015-ctp (complete installation) and tried to play with cordova. So i just created a new project from the templates and tried to run it with ripple.
I got an error message pointing out that ANDROID_HOME is not defined, so i added a new environment variable:
ANDROID_HOME pointing to: C:\Program Files (x86)\Android\android-sdk
Now i got another error without any hints on how to deal with it:
Unable to get launched browser process for Ripple.
Unable to get Ripple session info. Exception: Cannot send a content-body with this verb-type.
Any ideas?
Thanks very much!
Edit: Still no answer? Do you have problems understanding my Question?
In VS, go to Tools > Options > Tools for Apache Cordova > Environment Variable Overrides. You might try setting the Android SDK variable here. It may report errors if there's a problem.

Error #2130 Unable to flush sharedObject

I cant flush the shared object in my project. What can I do for that problem?
Make sure that the URL is valid. I had the same problem with a double slash (//) in the URL:
http://localhost/myProject//MyProject.html?debug=true
Flash should be allowed to store data to your hard drive. You can configure storage settings here :
http://www.macromedia.com/support/documentation/en/flashplayer/help/settings_manager03.html
I was having the same problem in Windows 7. I went to control panel and allowed storage from there. you can do the same at
Control Panel -> System & Security -> Flash Player
"Error #2130 Unable to flush sharedObject" can also happen when you do flash() on remote object with debug(!) version of Flash player installed.
Uninstall debug version and install a normal one to solve the problem.

Resources