Wakanda Enterprise Studio launches as a background process - background

Windows 10 14393.105
16GB RAM
64bit OS
Wakanda Ent Studio 11.197492 - fresh install
All other Wakanda's uninstalled
Norton 360 - auto protect - off
When I launch Wak Ent Studio, it loads and runs as a background process, and no window displays.
It was working two days ago.
I uninstalled all Wakanda's, and reinstalled Wak Ent, latest version.
How do I fix this so that I can use Wak End Studio?

The solution that worked for me was to reinstall the entire machine, from scratch.
I do not know what was causing the problem, and I had to make progress.
It works now, after a fresh machine install.

Related

Why the SSMS-setup-ENU for version 17.8.1 isn't running?

I have successfully downloaded and installed the developer version of SQL server 2017. Then I went to the SSMS website and downloaded the latest version of SSMS, which is 17.8.1. The exe file was properly downloaded and it is not damaged at all. When I double-clicked it, windows ask me if I am allowing this app to change my device. I clicked yes. Then nothing happened. The installation process just won't begin. My system is 64bit win10, and it is updated to the latest version. I have also downloaded some earlier versions of SSMS such as 17.5 and 17.3 and I encountered the exact same problem. I'd like to know if it has anything to do with my visual studio? I have downloaded and installed the latest visual studio 2017, and it doesn't help.
This happens when the latest dot net framework is not installed. The setup does not show what is its missing it just do not run.
You can try installing 4.6.2 net
Go to this link.
https://www.microsoft.com/en-us/download/details.aspx?id=53344
After finishing installation.
Run SSMS setup and it will show the installation screen.

does changing an operating system solve the .dll file issues?

I tried installing Xammp on my pc (windows 8.1) and it says api-ms-....dll is missing. I have tried every solution I've seen online like upgrading my OS, downloading and installing a new visual studio redistributed 2015 but still not working. please would changing the OS solve this problem?
My question is, does changing the OS from maybe windows 8.1 to windows 7 solve this problem? because I have tried most of the online solutions but still having the same issue
You need to install the following windows update: KB2999226 (Update for Universal C Runtime in Windows)
The missing dll api-ms-win-crt-runtime-l1-1-0.dll is installed with a Windows update. To resolve this issue, download and install the Update for Universal C Runtime in Windows from Microsoft. (Source)
Sidenote: The details page from Microsoft was last updated in Jan 2017. You probably should install all other updates that have been released since then.

VB application built using visual studio 2015 installation to windows xp

I updated a vb windows forms application using visual studio 2015. I need to install this on a windows xp machine.
I updated my application to run using .net framework 4.0, the same as the one installed in the xp machine.
When I tried to install it the first time, it asked me to restart the machine, which I did. after restarting it gave me the error that installation is incomplete.
I have been researching all morning on how to fix it, i tried the dpca.dll solution, i tried restarting the windows installer service, i used msiexec to view the logs, and now it gives me the error that a dll required for this install to complete could not be run. I have no idea which dll, it doesn't say.
My application is fine. It builds and installs beautifully on windows 7 and above.
Please help me before I smash the windows xp machine into pieces.
I came across a comment that i can run the executable itself, just needed to copy all the dll files and put it in the same folder as the executable. So I just copied the whole folder and run the exe on the xp machine and it works.

Endeca 11.1 on win 10 installation

Endeca Toools and Framework 11.1 is not installing completly in win 10 any ideas?
In the progress bar it is showing 100% but the installation is not even completed for hours, any one come across this situation, please help.
Experienced a similar issue while installing Endeca 11.3 on Windows 2012 R2. The installer runs to 100% and then stops in the process of 'Save Inventory Pending'.
Quit the installer, then made sure I execute the 'setup.exe' as Administrator. First 'deinstall' the last attempt and then installed again without issue.
Suspect your problem is not running the installer as Administrator (even though you are an admin on the machine).

visual studio crash when try to start kernel debugger

I have a project on my studies to write kernel driver. First step of this project is to prepere working environment, so I installed WDK, installed and configured Windows 7 x64 on virtualbox machine and created hello world kernel driver solution from the internet. After that I could deploy and debug my driver in windows 7 client machine directly from visual studio. Everything worked fine. After few days there was an update to windows 10 (host) - november update 1511, I installed that and (sic!) removed ,,previous Windows installations" to get disk space. Unfortunatelly when I opened my project again - I couldn't deploy and debug my driver due to visual studio crash. I can't find workaround for 3 days which is really frustrating beacause I have to show it to my professor on monday.
What I have tried to do:
I completly reinstalled visual studio and WDK (in host and client machine) and it still happens.
After compile, when I click ,,Debugging tools for Windows - Kernel Debugger", visual studio is crashing
(screen)
I can't get previous installation back and now I have no time to reinstall entire system.
Can you help me, please? Is there a way to get it working again?
PS. Excuse me for my english
I solved that.
After I upgraded my OS, I had still installed WDK 10.0.10240, it was not updated to the newer version. Even if I reinstalled it with new wdksetup.exe downloaded from microsoft site, there was still this version. Microsoft did not update their download page. I searched in google "WDK 10.0.10586.11" and I found the direct link to the newest WDK 10.0.10586.0 on tweettunnel.com/vanhoivo.
The link is:
http://download.microsoft.com/download/C/E/1/CE19C726-6036-4443-845B-A652B0F48CD7/wdk/wdksetup.exe
After I installed this wdk version, the problem has solved, VisualStudio is not crashing now and I can deploy and debug my driver. However, I think that is a bug in VisualStudio - it should show an error that WDK version is not appropriate
Thanks