Appcelerator Titanium error message on closing iOS simulator - appcelerator-mobile

After I click 'Stop' button in Appcelerator Titanium IDE I get the following message:
close failed in file object destructor:
With no further explanation.
Anybody knows what is that? I just updated my titanium studio today(up to Titanium Studio, build: 1.0.8.201201262211), thank you.

Related

How can I get rid of VS2017 JavaScript error while debugging?

I installed the latest release of Visual Studio 2017. It pops up a JavaScript error window when I start building an ASPNetCore project pointing at the following location:
"file:///C:/Program%20Files%20(x86)/Microsoft%20Visual%20Studio/2017/Enterprise/common7/ide/PrivateAssemblies/plugin.vs.js"
It appears irrespective of a type of a browser I choose to run my project on.
How can I solve this?
OK. I don't know why, but when I upgraded IE9 to IE11 the issue has gone.

VisualStudio 2017 15.7.0 can't use DataTips in debug mode of WebForm

I update to VS 15.7.0 this morning. In WSP: webform, when I use debug and hover over variagles, no DataTip popup, sadly...
I test in .ASPX, .ASHX, .CS ... all won't work.
But I open a new console project to test, that's totally fine.
Any suggestion? thanks.
After update to 15.7.1 this morning, BUG terminated.

Want to open command prompt when running a program in visual studio community

My visual studio community 2015 are opening a MFC program when I hit RUN. All over youtube, everyone has command promt automatically opening when hitting the RUN or Local windows debugger button. I want to change it to command promt aswell, does anyone have a solution?
(beginner)
It seems you created an MFC project and when you start this, of course you start an MFC program.
If you want a console application use File->New->Project and select the Win32 console project template.
See this MSDN article for more information.

NSight (NVIDIA) does not work correctly using 'Pause and Capture frame' functionality with Visual Studio

I installed NSight for Visual Studio 2012 several days ago. But today there is something wrong with the 'Pause and Capture frame' functionality. Actually, when I click on the icon as showing below I don't have the frame scrubber in visual studio (the page showing the analysis page)!
Here's the steps I follow:
1) Click on 'NSIGHT' menu and 'Start Graphics Debugging'
2) The program is being launched in a window showing the NSIGHT GUI on it. I press the command 'CTRL + Z' and I click on the icon 'Pause and Capture frame' as follow:
Then have the following display:
But on my Visual Studio interface I don't have the 'Frame Scrubber' (the analysis page showing all the information about all the graphics pipeline).
I don't have this page:
I think I have unintentionally modified a propertie which disabled the loading of this page.
Does anyone can help me, please ?
Thanks a lot in advance for your help!
The solution is to click on 'Window' menu and 'Reset Window Layout' as follow:
I hope this post will be helpfull for somebody!
The Nsight Visual Studio Graphics Debugger adds a number of new Toolwindows to Visual Studio. These toolwindows can be accesssed through the Nsight > Windows submenu.
After executing "Pause and Capture a Frame" the graphics debugger is in a paused replay mode. The graphics API state is available in the "API Instpector" toolwindow which can be opened using the command Nsight > Windows > API Inspector.
The API Inspector is a multi-instance toolwindow as are most of the graphics debugger toolwindows. This means that you can open the window multiple times. If you close all instances of the window it will not be re-opened when you "Pause and Capture a Frame". The toolwindow is persisted in the Visual Studio Debug Window Layout and will only be visible in Paused Mode.
For more information see the Nsight Visual Studio Edition User Guide section on the API Inspector

Visual Studio 2010: When creating new project vs2010 wants to open html file of wizard

As title says when I'm creating new project in vs2010 it wants to open wizard html in browser. The file it wants to open:
file:///C:/Program Files/Microsoft Visual Studio
10.0/VC/VCWizards/AppWiz/Generic/Application/html/1033/default.htm
So in the end I can't create project. Any ideas what can be wrong? I'm using Windows 7 64bit. I tried uninstalling Internet Explorer but it didn't solve my problem.
I'll explain how it works now:
I click File -> New -> Project...
I choose win32 console app, set name, click ok.
Now after ok it should show wizard but instead of it it wants to open html in firefox. The file it wants to open is mentioned above. It looks like it can't somehow show this html in application because this html have wizzards buttons and text...
Uninstalling old Internet Explorer 8 and installing Internet Explorer 9 solved this problem.