Posts

Showing posts from May, 2015

how to actually burn the files to cd-rom disk

Image
Windows 8.           Clicking “Burn to Disc” on the Share Tab of the Ribbon did not work  

how to build using msbuild

This is the format   MSBuild "MyProjectName.csproj" /T:Package /P:Configuration=Staging;PackageLocation="D:\Vishal\Package.zip"     MSBuild "C:\Users\Karl\Documents\VSO Local Rep\RedPlanet\RPT Umbrella\RedPlanet\redPlanetWebsite\redPlanetWebsite\redPlanetWebsite.vbproj" /T:Package /P:Configuration=Debug;PackageLocation="c:\buildPackage\redplanet.zip"     A reference to could not be added a reference to the component already exists in the project