Tag Archives: vs2008

Cuda v3.2 template project using C++

Important The tutorial is missing some compilation, linker, library settings steps. However you can download the template project, it works and has everything setup. Introduction Download template project source Download executable I am a developer who has been developing software … Continue reading

Posted in Development, Software | Tagged , , , , , | Leave a comment

Visual Studio 2008 debugging and breakpoints

My development tools are currently Visual Studio 2008, Resharper 4.5, Gallio and Testdriven.NET. But for as long as I have used these tools, my Visual Studio debugger has only worked partly. The problem When I inserted some breakpoints in my code, … Continue reading

Posted in Development, Software | Tagged , , , , , | 2 Comments

Visual Studio 2008 – ItemTemplatesCache missing

The issue  My Visual Studio 2008 opened the solution file with no problem. However, when I was to add a new class, user control, aspx file or similar, I received the error: Could not find part of "c:\Program Files\Microsoft Visual … Continue reading

Posted in Development, Software | Tagged , , , , | 3 Comments