Announcing CodeAssistant.net January 30, 2018Munir HusseiniNo Comments From today on, the new site CodeAssistant.net is online. A collection of tools, converters and generators for software and web…
MSB4057: The target “package” does not exist in the project. September 29, 2017September 29, 2017Munir HusseiniNo Comments When MSBuild executes a project file, it might not find all imported targets files and ignore them silently. This makes…
Visual Studio 2017 Failed To Install – Setup Failed To Detect Shared Configuration April 28, 2017September 28, 2017Munir HusseiniNo Comments Today, I tried to install Visual Studio 2017. As with too many Microsoft products lately, after paying a significant amount…
Fix Visual Studio 2013 Razor CSHTML Intellisense in Class Library or Console Application February 5, 2015September 27, 2017Munir HusseiniNo Comments
C#: Getting Installer Product Data From Hosted Web PI GUI October 28, 2014September 29, 2017Munir Husseini2 Comments The previous post explained how to get event notification from a running Web PI GUI window that is hosted in…
C#: Getting Feedback From Hosted Web PI GUI October 27, 2014September 29, 2017Munir HusseiniNo Comments The previous post explained how to host the GUI of Microsoft Web Platform Installer (Web PI GUI) in an own…
C#: Hosting Web PI GUI In Own Application October 25, 2014September 29, 2017Munir HusseiniNo Comments The Microsoft Web Platform Installer (Web PI) is a very cool tool for installing frameworks, programs and web application. It…
TFS: Get And Modify Included And Excluded Pending Changes in Visual Studio October 11, 2014Munir HusseiniNo Comments In this post on Stack Overflow, I posted code that allows access to the included/excluded pending changes that the user…
ANTLR cannot generate ‘org.antlr.v4.codegen.CSharp_v4_5_1Target’ code as of version 4.1-SNAPSHOT February 16, 2014Munir Husseini5 Comments Today I tried to create an ANTLR 4 grammar and compile it to C#. Of course, I used Sam Harwell’s…
Adding Solution Folders Via Visual Studio Automation January 23, 2014Munir HusseiniNo Comments In the Visual Studio Solution Explorer, you can add solution folders to group projects or project items. These solution folders…