Tag Archives: visual studio 2008

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

Visual Studio 2008 makes porting from .net1 to .net2 a snap

I recently ported a .net1 project to .net2. I have to give props to Microsoft for making Visual Studio 08 so helpful in the migration process. There is a conversion wizard that updates the .net guts of the project itself. … Continue reading

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