Visual Studio 2012 won’t start

It is working now!. This is what I did: Following the suggestion here: Removed the key: [HKEY_CURRENT_USER\Software\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\Layers]. VS2012 loading but then crashing before I could do anything else (error in C:\Windows\syswow64\KERNELBASE.dll) Then I removed: [HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\11.0] [HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\11.0_Config] and started again and is working fine. I obviously lost all my settings but no big deal as … Read more

InstallShield LE (with Visual Studio 2012) completely fails to detect dependencies

Old post so perhaps this can help you or others going through this infuriating issue (assuming you’re going through errors like -6225). Symptoms: you can (re)build each project without a hitch, including the Install Shield project however, if you build the Solution (of multiple projects) errors just seem to pop up Try: in VS 2012, … Read more

Using TypeScript in an existing Visual Studio Web Site project

Visual Studio now supports “compile on save” for TypeScript files. I’m using Visual Studio 2013 Update 2, and I can turn this on in a Web Site project by going to Tools -> Options -> Text Editor -> TypeScript -> Project, and checking the box “Automatically compile TypeScript files which are not part of a … Read more

How to migrate Visual Studio setup project to InstallShield Limited Edition?

It was right in front of me on the Windows Installer Deployment page, with bold an everything. In Visual Studio, create an InstallShield LE project from the New Project dialog box. Once created, select the new project and then click the InstallShield LE option on the Visual Studio menu bar and choose Visual Studio Deployment … Read more