Category: visual studio

  • Could not write to output file error

    One of the few remaining issues I continually have is this “Could not write to output file” compile error I get when I switch my configuration types. I think the majority of time it is when I switch from Debug to Release version. I don't always get it, but it happens I would say once […]

  • Make a Hotkey Macro for Comments in .NET

    I like having comments in the code that shows who did it and when. You can obviously get more complex, but this is good for me. To make your own macro to look like “//SBE 06/04/2004: “, do this: Open Macro Explorer w/in VS.NET. (Tools –> Macros –> Macro Explorer) Create a function like the […]