I have couple of windows service written in VB 6.0... FOr many years these services are successfully running on windows server 2003, Now its time for windows server 2012 in my organisation.. I am able to install the VB 6.0 windows service application using the CB 6.0 package on windows server 2012, but unable to install the service from the command prompt. I tried below to install the service, command is executing without any errors but service is not reflecting in Services.msc
Command:
xxx.exe -install
Related
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
I used to use ubuntu bash on windows 10 and want to install it on windows 2012 R2. But I couldn't find how to install it. Doesn't it support windows 2012?
Ubuntu Bash requires Windows Subsystem for Linux (WSL) which requires Windows 10 Anniversary Update or later (build 1607+). It is not available on Windows Server 2012.
Microsoft has announced plans to bring WSL support to Windows Server 2016 later in the year 2017.
In the meanwhile, cygwin may or may not be an alternative for you.
I followed the instructions on Deploy Visual Studio Test Agent Task to deploy my job on Mac OSX agents.
My Mac OSX is 10.12, PowerShell is 6.0 and I have already installed .NET Core on Mac and also updated the openSSL followed by instructions.
My VSTS is: https://vivicai.visualstudio.com
Following command is for Windows, what’s the equivalent for Mac OSX?
netsh advfirewall firewall set rule group="File and Printer Sharing" new enable=yes
After running following command in Mac OSX, it always shows the error,
what can I do to fix the error? Thank you very much.
ConfigureWinRM.ps1 {FQDN} https
It is not supported for Mac OSX.
Test: Visual Studio Test Agent Deployment
Demands and prerequisites
This task requires the target computer to have:
Windows 7 Service Pack 1 or Windows 2008 R2 Service Pack 2 or higher
.NET 4.5 or higher
PSRemoting enabled by running the Enable-PSRemoting PowerShell script
Install and configure test agents
Requirements
Windows 10
Windows 8, Windows 8.1
Windows 7 Service Pack 1
Windows XP Service Pack 3
Windows Server 2012, Windows Server 2012 R2
Windows Server 2008 Release 2, Service Pack 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
Has anyone tried to run a Win32 executable on Amazon's Windows 2008 Server image? I had tried but Amazon's Windows 2008 server image says the executable is not Win32.
I then tried the same executable on a local Windows XP and Windows 7 machine, and it could install fine.
Does anyone have similar experience?
Thanks!
If the error occurs at the opening of files, click Start / Run, then enter and confirm the following command:
regsvr32 / i SHELL32.DLL
For other causes please check this article:
.exe is not a valid Win32 application