How to bypass the “Saving changes is not permitted…” message in Microsoft SQL Management Studio

You made a change to a Microsoft SQL Server database table that requires the re-creation of the table you get the following error message when you try to save your changes: Saving changes is not permitted. The changes you have made require the following tables to be dropped and re-created. You have either made changes …

How to fix “The OutputPath property is not set for project…” error in Microsoft Visual Studio

When you build your Visual Studio solution you get the following error message: The OutputPath property is not set for project ‘XYZ.csproj’. Please check to make sure that you have specified a valid combination of Configuration and Platform for this project. Configuration=’Debug’ Platform=’AnyCPU’. This error may also appear if some other project is trying to …

Kickstarter Open Source Death Star by www.gnut.co.uk

There is an Open Source Death Star project on Kickstarter proposed by www.gnut.co.uk They already collected £238,758 for the “project”. 771 people donated £1 or more, and 1,548 donated £10 or more. Goal £20,000,000 for more detailed plans and enough chicken wire to protect reactor exhaust ports. Stretch Goal £543,000,000,000,000,00 ($850,000,000,000,000,000) to secure full funding …

Solving “The type or namespace name … could not be found” error in Microsoft Visual Studio

When you compile a .NET 4.0 C# application the following error message appears: The type or namespace name … could not be found (are you missing a using directive or an assembly reference?) There is also a warning message : The currently targeted framework “.NET Framework,Version=v4.0,Profile=Client” does not include “System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a” which the …