After doing a installation of all the necessary tools, SQL Server, Visual Studio I suddenly realized that my Business Intelligence Templates were missing in Visual Studio. Here is how to restore them. Start Visual Studio and go to Tools->Import and Export Settings… Select Import selected environment settings. Click Next. Select “Yes, save my current [...]
You might have seen this error when using the Microsoft AssemblyInfo Task utility. The reason for this error is that the build number version info cannot be greater than 65535. And when using the default settings in the AssemblyInfo Task configuration file which is yyMMdd: 1: <AssemblyBuildNumberFormat>yyMMdd</AssemblyBuildNumberFormat> For a date info of 2008-09-28 the [...]