Top "Visual-studio-2008" questions

This tag refers to the Visual Studio line of software development products from Microsoft, the 2008 version.

How do I compile a Visual Studio project from the command-line?

I'm scripting the checkout, build, distribution, test, and commit cycle for a large C++ solution that is using Monotone, CMake, …

c++ python visual-studio-2008 command-line
How can I generate UUID in C#

I am creating an .idl file programmatically. How do I create UUIDs for the interfaces and Methods Programmatically. Can I …

c# .net visual-studio-2008 com uuid
Post Build exited with code 1

I have a project with a post build event: copy $(ProjectDir)DbVerse\Lunaverse.DbVerse.*.exe $(TargetDir) It works fine every …

visual-studio-2008 post-build
How can I disable ReSharper in Visual Studio and enable it again?

I installed ReSharper, and it works in Visual Studio, but how can disable it? Whenever I search in the ReSharper …

visual-studio visual-studio-2008 resharper
Auto generate function documentation in Visual Studio

I was wondering if there is a way (hopefully keyboard shortcut) to create auto generate function headers in visual studio. …

function visual-studio-2008 header auto-generate
Setting Icon for wpf application (VS 08)

Before going much further i'll mention I have tried solutions in following: How do I set the icon for my …

c# wpf visual-studio-2008 resources icons
What is and how to fix System.TypeInitializationException error?

private static void Main(string[] args) { string str = null; Logger.InitUserLogWithRotation(); // <--- error occur ... } When I build project, it …

c# visual-studio-2010 visual-studio-2008 stack-overflow
How do I create/edit a Manifest file?

I have this code from a coworker (probably got it from the web somewhere) but he's out on vacation and …

c# .net visual-studio-2010 visual-studio-2008 manifest
Why do I get the error "Unsafe code may only appear if compiling with /unsafe"?

Why do I get the following error? Unsafe code may only appear if compiling with /unsafe"? I work in C# …

c# visual-studio-2008 windows-ce unsafe