vscode won't run on my laptop while i'm offline - visual-studio-code

vscode won't run on my win10 64bit os while i'm not connected to internet! as soon as I connect to internet it open's.
I have tried a lot to find the problem. even I have reinstalled my windows but it doesn't work.
what is the problem? pls help me if u know the answer

See this issue vscode won't run offline. There is a workaround posted there: comment: loopback adapter.
Later comment in that thread indicates it may have been fixed in an insider's build of windows 10.

Related

Unable to open or uninstall Tableau Public 2020

I'm trying to open Tableau Public. It won't let me and says, "An administrator has blocked you from running this app". I tried uninstalling it. It won't let me do that either. Does anyone know why?
I had the same problem. I downloaded the latest version and installed it this resolved the problem. I hope it works for you too.
I was facing the same issue(Windows 10), the problem was I have already installed tableau public and I want to install Tableau desktop in my pc but somehow I am neither able to uninstall tableau public nor able to install the new version of tableau desktop.
Below are the steps which I have followed and now it's working fine for me.
Go to C:\Windows\SysWOW64 and find gpedit.exe and run it (other than Windows 10 you can direct run gpedi.exe from windows+r means from the run menu)
Go to the specified path as shown in the image and Disable it.
Restart the pc and try to re-install it again.
I was having the same problem and I tried a couple of things regarding Windows and none of them work so, I wouldnt try again. I downloaded again Tableau, installed and it works... just like Amit said
Update: I downloaded the latest version and it seemed to solve the issue.

MongoDB Compass loading forever

My MongoDB Compass won't launch. It was working an hour ago, but now it just shows this screen forever.
I've tried rebooting. And even uninstalling and re-installing Compass. But every time I launch it, it just shows the loading screen and never proceeds. If I go to Connect > Connect to..., it just opens another window that does the same thing.
Version 1.10.9
Windows 10 x64
How can I get this program to launch correctly? What should I investigate to try to figure this out?
Had the same issue today, with the Version 1.10.9 on Mac OSX. I then reinstalled MongoDB Compass Community Edition to the latest Beta version (Version 1.11.0-beta.1), the loading proceeded and everything went fine.
Same here. I tried uninstalling/reinstalling. No joy.
I reinstalled an older version 1.8.2 which worked fine. Must be an issue with the latest release.
Edit: I upgraded to 1.10.9 this morning and reverted to 1.8.2 after coming across this issue.
After having the same issue today (november 24:th) i used the latest stable version (1.10.10) and it solved the problem. I´m on Mac OS Sierra (10.12.6).
On window 7, i found the issue was because of two reason and both were related to power shell.
First problem was because of execution policy related to power shell script, which can be solved by running the following with administrator privilege.
Set-ExecutionPolicy RemoteSigned
After this, please check the power shell version, in case you are trying to install latest version of mongodb on window 7, power cell version needs to me minimum of 3.0, in my case it was 2.0 and because of that installation was getting stuck. After upgrading power shell to latest, installation went through quickly.
I managed to surprisingly fix this issue by restarting my computer. I was on Ubuntu 18.04, Compass v1.x (somewhere this year).
I understand that the poster is on Windows but this was the first hit on Google.
This seems to be forever error, even in 3.6.3 version, that i've tried today. There are questions about the error everywhere.
The link below
Installation/Update of MongoDB 3.6.2 on Windows Hangs
explains the problem - the install trying to run execute the PowerShell script to download/install MongoDB Compass, which seems to hang due to insufficient rights.
DO NOT install Compass, or install it later with appropriate rights.
The same problem here.
My MongoDB version v4.2.1, compass-1.23 on Win 10 OS.
In MongoDB Compass screen panel, I went to View-> Toggle DevTools.
In Console section there was error indication in red :
"""Error: Command failed: powershell (...'powershell' is not recognized as an internal ..."""
Powershell can be added to environment variables paths:
Please check this:
Powershell' is not recognized as an internal or external command, operable program or batch file
So, I closed MongoDB Compass window. Then I added path to environment variables:
C:\Windows\System32\WindowsPowerShell\v1.0\
And it solved my problem.
You can also add this line too, to enable MongoDB cmd line commands (your location and version can be different):
C:\Program Files\MongoDB\Server\4.2\bin\
Please check this: How to Install MongoDB on Windows 7/8/10 | How to Install Mongo Compass as separate installer

Not able to install software on macOS using installer

I just bought a new MacBook Pro 2016 Edition about 2 weeks ago.
I installed a bunch of applications and software so far by copying them into Applications Folder as well as by following installer wizard.
Now today I tried to install Wireshark using installer wizard. I tried to install teamviewer too later today which also uses installer wizard. And both give me the same error.
I really need to resolve this because I need TeamViewer soon and I'm not finding anyone else facing this issue online anywhere.
Please advise.
Thank you
I also encountered such an error before,to solve it dont copy the pakage to your app folder, but instead open it with admin powers and that should fix the issue.
If you have purchased this software then you can call the tech support, else dont call them it can put you in danger for installing pirated software.
I looked everywhere. Didn't find a viable solution. But then reinstalled the OS. Which didn't affect any of my data or installed application. I got the whole Operating System the same way I left it. But resolved the issue I was facing.

Connecting to Sails.js in windows xp

i have a simple sails chat project, when im trying to fire a message nothing is happening and in the console its just write "Connecting to Sails.js"
im using windows xp, can that be the problem ? and if so, how can i fix it?
when im trying to run the exact code in other computer with windows 7 it works like a charm
appreciate your help
This may not be an issue with Windows XP. Check this Github issue and see if you have the same symptoms. Then try switching browsers and see if the problem persists.
https://github.com/balderdashy/sails/issues/1622

how to get localhost working on xp in parallels desktop

Im using parallels desktop on my macbook (lion os) and I want to get xampp/localhost to work on the version of XP I have installed so I am able to test my websites in Internet explorer.
Obviously I don't want to have to install two different versions of xampp on my parallels desktop as that would mean duplicating sql databases etc.
Anyone know how to do this?
Thanks for any help in advance!
After further research I have found that if you go to Terminal and type in the command "ifconfig" and look for the "vnic1" section which is the last section to be printed and it has an ip address called "inet" e.g. "10.37.129.2" this will take you directly to local host.
If it doesn't work you must ensure that your parallels is set to a shared network under the preferences network section. Hope this helps others who are having difficulties.