Top "Visual-studio-2008-sp1" questions

For issues relating to Visual Studio 2008, Service Pack 1.

What is this version of Visual Studio - ".... 4462 QFE"

Develop a project in VS for Windows Mobile 6.5. The project was developed on my machine. When I try to view …

visual-studio-2008 version visual-studio-2008-sp1 windows-mobile-6.5
"Installation failed due to the absence of a ServiceProcessInstaller" Problem

When I start to installing using installutil it gives me following error, I have set ServiceInstaller and ServiceInstallerProcess, System.InvalidOperationException: …

windows c#-3.0 installation service visual-studio-2008-sp1
Why my data is lost after postback

I have a simple form as: <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Default.aspx.cs" Inherits="WebApplication1._Default" %> &…

c# .net visual-studio-2008-sp1
C++ Project compiles as static lib, fails (linker error) as dynamic lib. why?

I've a VS2008 native C++ project, that I wish to compile as a DLL. It only references one external library (…

c++ dll visual-studio-2008-sp1 log4cplus
How to deploy a visual studio custom tool?

I have my own custom tool for Visual Studio 2008 SP1. It consists of 5 assemblies: 3 assemblies with code that are used …

c# deployment visual-studio-2008-sp1 customtool