Cannot publish .net application or to install Web Deploy 3.5 - vbscript

When I tried to publish my .net application on the server using using Web Deploy 3.0 I got this error:
Web deployment task failed. Microsoft.Web.Deployment.DeploymentBaseOptions' does not contain a definition for 'UserAgent'
Searching the web I found that someone fixed this problem upgrading Web Deploy to version 3,.5.
When I tried to upgrade Web Deploy to the version 3.5 I got this error:
http://sciepa.org/zalek/pictures/WebDeploy3.5Failed.png
MSI (s) (78:1C) [13:26:40:909]: Hello, I'm your 32bit Elevated custom action server.
DEBUG: Error 2738: Could not access VBScript runtime for custom action
MSI (s) (78:54) [13:26:40:916]: Product: Microsoft Web Deploy 3.5 -- The installer has encountered an unexpected error installing this package. This may indicate a problem with this package. The error code is 2738
Then I tried to get current Web Deploy using Visual Studio 2013, and got this error:
http://sciepa.org/zalek/pictures/WebDeploy3.5FailedWithVS.png
Here are logs of the installation through Visual Studio:
http://sciepa.org/zalek/pictures/Log_with_vs_professional.txt
To fix error code is 2738 someone suggested this command:
[http://www.jakeludington.com/windows_7/20091115_error_2738_could_not_access_vbscript_run_time_for_custom_action.html][4]
I registered vbscript using command:
c:\windows\syswow64\regsvr32 vbscript.dll
c:\windows\system32\regsvr32 vbscript.dll
I also added to the PATH folders where vbscript.dll is located: C:\Windows\SysWOW64\;c:\windows\system32\
but it didn't help.
Any ideas what to do next?

After many hours of searching, repairing system using SFC.EXE /SCANNOW command I found that the problem was McAfee antivirus program. My PC come with McAfee, but I uninstall it it - at least this is what I thought I did.
This page explains how to do it in details:
detail explanation
What I did was to run this program:
McAfee uninstall
Zalek

Related

Installing dot net 1.x on Windows 2012

I'm trying unsuccessfully to install the "Windows Hosting Bundle" used by a legacy web application with dot net core 1.0.x on one of our server running Microsoft Windows 2012 R2 Standard.
I am using the installer found at this link here:
https://dotnet.microsoft.com/en-us/download/dotnet/1.0
The installer completes without any errors and I noticed that the bundle goes into the local folder:
C:\Program Files\dotnet\shared\Microsoft.NETCore.App
When I run the command "dotnet --list-runtimes" from the prompt, I don't see the runtime listed in the output (and the web application hosted on IIS fail to start).
I am assuming it is not "registered" correctly or?
Thank you all

Error code 0x80070002 when trying to install IIS on Windows 10 Pro 64

I am trying to install IIS on my Windows 10 machine, but keep getting this error:
Windows couldn't complete the requested changes.
The system could not find the file specified.
Error code 0x80070002
Any help would be greatly appreciated.
I think this error may be caused by the .net framework, you can try to run the following command:
C:\Windows\Microsoft.NET\Framework64\v4.0.30319\aspnet_regiis.exe -r
Or you can run one of the repair utilities supplied by Microsoft:
Microsoft .NET Framework Repair Tool
If you do not have the correct framework, you can download version at the following links:
Download .NET Framework
Once installed, try to install the IIS features again.

httpd.exe - Application error while starting apache in xampp server in window 8.1

I got
httpd.exe - system error, The program can't start because
api-ms-win-crt-runtime-l1-1-0.dll is missing while starting Apache
server.
I'm using windows 8.1 machine.
To solve that problem i copy .dll files in window32 directory and when i restart the xampp, got new error.
httpd.exe - Application error The application was unable to start
correctly (0xc000007b). Click OK to close application
Port 80 is not actually being used. I have already reinstalled it many times but same error occurs.
I'm trying to install latest xampp version (7.1.1)
The api-ms-win-crt-runtime-l1-1-0.dll is part of the Visual C++ 2015 Redistrutable package.
You copied a wrong DLL (wrong CPU archtecture), which generates the error
0xc000007b - STATUS_INVALID_IMAGE_FORMAT - {Bad Image} %hs is either
not designed to run on Windows or it contains an error. Try
installing the program again using the original installation media or
contact your system administrator or the software vendor for support.
Delete the wrong DLL again, download and install the Microsoft Visual C++ 2015 Redistributable Update 3.
Run the program with compatibility for Windows Vista service pack 2

Error installing Windows SDK 10.0.14393

installation of VS 2015 Update 3 reported an error installing Windows SDK 10.0.14393.
i found some forum entries about that issue, tipping for separat installation of the SDK. i did so. result:
Blockquote
Installation did not complete successfully.
Log-File shows that the rollback started after
CAQuietExec: Creating UnionWinMD using mdmerge tool
CAQuietExec: MDMerge failed. Please check See MDMerge tool logs at C:\Users\Lothar\AppData\Local\Temp\UnionWinmdWorkingFolder\Logs\27555-MDMerge.log and C:\Users\Lothar\AppData\Local\Temp\UnionWinmdWorkingFolder\Logs\27555-MDMerge.err
CAQuietExec: Error 0x80070002: Command line returned an error.
CAQuietExec: Error 0x80070002: CAQuietExec Failed
CustomAction GenUnionWinMD returned actual error code 1603 (note this may not be 100% accurate if translation happened inside sandbox)
MSI (s) (74:50) [11:34:03:800]: Note: 1: 2265 2: 3: -2147287035
Any suggestions?
My instance of your problem included problems with the KB3165756 Update to Visual Studio 2015, lo these last 2 days. Though I've cleared that (downloaded the VS2015 .iso AND ran it OFFLINE <-- that was key), the 10.0.14393 Windows SDK installer now simply terminates without doing anything. Like you, the 10586 SDK installer went in smoothly.
For the version 10.0.14393.33 this helped me: https://github.com/PowerShell/PowerShell/issues/2571#issuecomment-259671943
You have to download the entire installer package via web-install of SDK. Then go to the folder with downloaded data and edit UserExperienceManifest.xml the described way.

Error on sharepoint server 2010 configuration

I need to install sharepoint server 2010 on my developer pc with 64bit windows 7 OS. I followed microsoft instructions on http://msdn.microsoft.com/en-us/library/ee554869.aspx
Let me describe you on this. I copied all the files from the CD to my D: drive. Changed the config at D:\SharePoint Server 2010\Files\Setup and added the tag ''. Installed the prerequisites manually. Made specified changes to windows features, and run the setup.exe file. Selected 'Standalone' as installation type. The installation completed successfully.
While running configuration wizard, I got the message 'Configuration failed' saying 'Failed to create the configuration database'.
I had this happen to me when installed my local development for SharePoint. This link might be able to help. http://myspexp.com/2010/05/31/configuration-failed-when-installing-sp-2010-on-windows-7-failed-big-time-3
While running configuration wizard, I got the message 'Configuration failed' saying 'Failed to create the configuration database'.
Please follow
http://www.microsoft.com/downloads/details.aspx?FamilyID=eb9c345f-e830-40b8-a5fe-ae7a864c4d76&displaylang=en#filelist
Install Windows update, installation will work Fine
To install sharepoint on windows 7
Please follow
http://msdn.microsoft.com/en-us/library/ee554869(office.14)

Resources