Getting Gradle error “Could not reserve enough space for object heap” constantly in Intellij IDEA

I got the same error in Visual Studio 2015 with cordova 5.1.1 under Windows 10. To solve the issue, set this environment variable: _JAVA_OPTIONS=-Xmx512M Right click on start-button and open “System” Search for “Advanced system settings” and open it Click the button “Environment Variables …” In System Variables, click “New…” New Variable Name: _JAVA_OPTIONS New … Read more

Remove ios, windows8, and wp8 from Xamarin Forms PCL – nuget 3.0 opt-into error?

The solution that worked for me: Uninstall Xamarin.Forms: Right Click Solution -> Manage NuGet Packages -> Uninstall Xamarin.Forms -> Restart VS Then remove build platforms: Right Click Solution -> Properties -> Build -> under Targeting select Change -> Remove platform(s) -> Restart VS Reinstall Xamarin.Forms: Manage NuGet packages -> Search for Xamarin.Forms -> Install -> … Read more

How to change Visual Studio 2012,2013 or 2015 License Key?

I had the same problem and wanted to change the product key to another. Unfortunate it’s not as easy as it was on VS2010. The following steps work: Remove the registry key containing the license information: HKEY_CLASSES_ROOT\Licenses\77550D6B-6352-4E77-9DA3-537419DF564B If you can’t find the key, use sysinternals ProcessMonitor to check the registry access of VS2012 to locate … Read more

Why does intellisense and code suggestion stop working when Visual Studio is open?

I should note that I haven’t had the issue since upgrading my RAM. I can’t confirm if it’s related but the problem was prevalent when I had 2-4GB RAM. No problems since going to 8 and 16GB. If only one file/window appears to be affected, close and reopen that file. If that doesn’t work, try … Read more

Prerequisites button disabled – MSI installer

Prerequisities in Visual Studio Projects In Configuration at the top of the dialog, did you try to select either Release or Debug? That should enable the Prerequisites… button. Unecessary, outdated prerequisites? One pet-peeve of mine: is it really necessary to include the .NET runtime as a prerequisite when most users have it installed by their … Read more

Error Installing Visual Studio 2015 Enterprise Update 1 with Team Explorer

Well I ended up opening a technical support case with microsoft to resolve my issue. They found the issue below in my log files: The actual problem During the VS 2015 install, there are couple of VSIX packages installed via custom action. For example: TeamExplorer.vsix is executed via custom action and TeamExplorer.vsix package installs the … Read more

SSIS: script task (vs15) not work when deploy on sql server 2014

This worked for me: Install SSDT-BI for Visual Studio 2013. Open your solution in Visual Studio 2015. Select your SSIS Project in the Solution Explorer. In the Project menu select Properties. In the Property Pages dialog select Configuration Properties -> General Under Deployment Target Version change the Target Server Version to “SQL Server 2014.” Clean … Read more