JetBrains Toolbox app is blank on Windows - jetbrains-toolbox

I installed JetBrains Toolbox app on my Windows 10. But when I start it up, it just shows a blank border, like this:
I tried to reinstall it but still not work. Someone knows how to solve this?

Looks similar to ALL-1419. Please try applying a workaround from https://youtrack.jetbrains.com/issue/ALL-1419#comment=27-2027477 (set JETBRAINS_TOOLBOX_NO_SOFTWARE_OPEN_GL=true)

Related

Unable to build ASP.Net apps

I am trying to build and compile an ASP.Net solution. The solution is new. Here is how I create it:
For this demonstration I avoid creating anything post-creating the project,
And here are the errors that I am getting:
All errors above, lead to the following place:
Any direction would be greatly appreciated!
Thanks!
Ok, assuming you looking to create a asp.net webforms app?
Your screen caps look ok, and it not clear why your resulting application has errors, or build issues.
I would try to create another project, different name. See if that works.
Better, try tapping windows key, type in 2022, and then right click and try run as administrator, and see if that helps. (the default source folder might for some reason require elevated rights to work).
And if above does not work?
then I would try a repair, or even re-install of VS. Perhaps the templates are messed up.
Following your exact steps, my vs2022 created asp.net web applcation without issues.
best guess:
Your VS install is messed up, re-install, or repair.
tools->get tools and features.
Then: close the modifying window, and you should see this:
Try a repair.
Thanks Albert and everyone attempting to help!
What I did that solved the issue is to click the errors, and I was redirected to the following document:
Here, I deleted every tag that was highlighted in any of the errors, more specifically, things related to Video Builder Cloud Services (VBCS), and off I go :)

Visual studio 2012 doesn't work when hitting play button

I have a asp.net project that I have run many times without issue. Yesterday for some reason when I hit the play button it looks like it is compiling in the output window but then it just sits there. The hour glass is showing on the cursor but no response from VS. At times it will open internet explorer but then it will continually show "Waiting for localhost" on the tab. I did delete the *.suo file and it didn't seem to fix it.
I'm running visual studio professional 2012 Version 11.0.61219.00 Update 5.
My .net framwork version is 4.6.01055.
Thank you for any help.
Try rebuilding your project but if that doesn't work it is a high chance that something is wrong with your code and it we will need to see it.
I followed the steps in this link and it fixed my issue. It was a symbol loading issue. So far I tried a couple of projects and they loaded pretty quick. Thanks again for help everyone.
Visual Studio Debugging/Loading Very Slow

Trouble to install SimpLESS

I am trying to install SimpLESS on my Windows 7 64bit PC. However, as soon as I tried to run the installer, it popup an error message saying: "Could not query info: Invalid HTTP Status Code (403)". I tried with Google, but didn't found any solution for that.
Do you ever experience this problem before? Any idea what causes that problem? How can I solve it? If worst case I can't get run on my PC, is there any other way to do LESS CSS on my PC?
Thank you.
I was also facing same problem.
what i have done is, quit some background running application like torrent etc.
Now its working perfectly.
Click on below link for the same
http://developer.appcelerator.com/question/105351/downloading--installing-problem-could-not-query-info-invalid-http-status-code-0

Dreamweaver CS5.5 BSOD (Blue Screen of Death) help?

I just finished downloading and installing the trial version of the Adobe Dreamweaver CS5.5 but for some reason, whenever I try to run it, I get a BSOD or Blue Screen of Death. I'm pretty sure I meet and exceed the requirements for Windows as defined HERE.
I would so much want to try it to see if it's worth buying but as I said, it keeps giving me the BSOD. Has anyone ever encountered this before? Is there a "fix" to this problem? What should I do?
Additional Note:
I'm using Windows XP Service Pack 2.
It certainly looks like it went corrupt on the install. Try uninstalling the trial and then run the CS Clean tool to get the registry entries and other junk removed too:
http://www.adobe.com/support/contact/cscleanertool.html

Syntax highlighting for html markup disappears in Visual Studio 2008

This happened to me in Visual Studio 2008 pre and post 2008 sp1 on more than one computer and to someone else I know, so it can't be an isolated incident.
Seemingly random, every so often I lose all syntax highlighting in my aspx page (the html) so that Visual Studio now looks like a really expensive version of notepad.
Does anyone know why does happens? Better yet, anyone know how to fix it?
it happened to me after an uninstall of visual studio using a removal tool at http://msdn.microsoft.com/en-us/vstudio/bb968856.aspx
I had to run this before upgrading sql server management studio to 2008 version
syntax highlighting has disappeared since because of package loading failures. I didn't find the fix yet so if anybody has an idea...
You have basically experienced Visual Studio giving up. It gives up for many reason, the page is too complicated to highlight which is usually because there are too many syntax errors. The highlighting is done with some very complicated and intelligent RegEx statements essentially, however if Visual Studio is unable to apply them it just displays black text.
One thing to try is to fix all the syntax issues, if any.
By the way this "giving up" happens in most IDE's. I have seen it happen once or twice in Elcipse too.
Try Ctrl-K, Ctrl-D (reformat document). This will usually restore you syntax coloring. If it doesn't, it should tell you where it got confused (e.g. Couldn't reformat due to line 123).
I've followed the instructions from Andrea but had to include the following procedure:
Andrea Instructions:
Enter VS2008, click on Tools/Options
Check "Show all settings" option
Choose Environment/International Settings
Change the language combo box.
Close VS2008.
...then...
After closing Visual Studio, run this command below from a command prompt with admin permission:
run devenv /resetskippkgs
Reference: http://forums.asp.net/t/1413383.aspx
when this happens to me, i let it sit there for a minute. it will usually bring the syntax highlighting back.
i had the same problem. Installation of DPack
solved this issue
Enter VS2008, click on Tools/Options
Check "Show all settings" option
Choose Environment/International Settings
Change the language combo box.
Close VS2008.

Resources