Tag Archives: Visual Studio

How to show line numbers in Visual Studio 2010

I’ve been using Visual Studio since forever, yet it always takes me a while to remember how to show line numbers.  It’s especially hard to remember after a fresh install of Visual Studio.  Assuming you have it installed and open, … Continue reading

Posted in .net, C#, development, microsoft, tips and tricks, Visual Studio | Tagged , , , , | 9 Comments

Invalid token ‘void’ in class, struct, or interface member declaration

EDIT : After finishing this post I ran into all sorts of other strange issues and restarted using a Web Appliction instead of a plain old Website.  Between IntelliSense not showing any classes, to project reference issues, I couldn’t figured it … Continue reading

Posted in .net, C#, development, hack, microsoft, tips and tricks, Visual Studio | Tagged , , , , , , , | 3 Comments

Find out why Visual Studio’s publish fails

Have you ever had Visual Studio tell you your web application publish failed, but never gives you a reason why?  You’re not alone.  I’ve been putting off looking into this issue on a project and just found a way to … Continue reading

Posted in .net, C#, development, microsoft, tips and tricks, Visual Studio | Tagged , , , , , , , , , | 23 Comments

How to customize WebForm1.aspx in Visual Studio 2003

I finally found out where to customize the WebForm1.aspx template for Visual Studio 03. C:\Program Files\Microsoft Visual Studio .NET 2003\VC#\VC#Wizards\CSharpAddWebFormWiz\Templates\1033\WebForm1.aspx Now I don’t have to keep removing all those extra tags that Visual Studio likes to add. MS_POSITIONING?!?! Am I … Continue reading

Posted in .net, hack, microsoft | Tagged , , , | Leave a comment