visual-studio-2008-sp1

Install Visual Studio 2008 Sp1 on "D" Drive

I am trying to install VS2008 sp1 to my work machine - it has a pathetic 10Gb C drive. The SP1 bootstrapper doesn't give the option to install items to D, only C. It needs 3Gb free and the machine only has about 700Mb. VS allowed me to install to D originally why not the SP. The only thing I can think of that it requires system files in...

Is it possible to slipstream the Visual Studio 2008 SP1 install?

From what I've read, VS 2008 SP1 and Team Foundation Server SP1 packages are traditional service packs that require you to first install the original versions before you will be able to install the SP. Is there a way, supported or not, to slipstream the install? ...

How can in install VS 2008 without using ~6.5GB of space on my C drive?

When I launch the VS 2008 SP1 installer it says that it needs 6,366MB, and my C drive only has 2,452MB free space. Is there a way to install it that doesn't require so much free space? I've tried downloading the ISO image and mounting that, but it still requires 5,864MB free. Am I missing any obvious command line switches? ...

How to solve the Single stepping problem with VS2008 SP1

Debugging in visual studio seems to have been broken with sp1. Single stepping randomly does not work and just starts to run. Sometimes breakpoints are ignored. It is unpredictable and unusable. It will generally hit the first break point but after that it is totally unpredictable. Any idea what needs to be done to correct this behavi...

Visual Studio 2008 / Web site problem

I am using VS 2008 with SP1 and the IE 8 beta 2. Whenever I start a new Web site or when I double-click an ASPX in the solution explorer, VS insists on attempting to the display the ASPX page in a free-standing IE browser instance. The address is the local file path to the ASPX it's trying to load and an error that says, "The XML page ca...

Visual Haskell 2008

Is Haskell for Visual Studio 2005 compatible with VS2008 SP1 ? ...

VS 2008 Service Pack 1 problem

Hi, My OPS is XP and service pack 3 installed.I cant install vs2008 service pack1,In log file i see 'Visual C++ 2008 SP1 Design-Time Components for x86 - KB947888' cant be installed. Error code is 1603.Last part of Installation file is here. Returning IDOK. INSTALLMESSAGE_ERROR [Error 1335. The cabinet file 'patch.cab' required...

How to edit default templates for database objects using VSTS 2008 Database Edition GDR Version

I'm giving Visual Studio Team System 2008 Database Edition (GDR Version) a go on a new project I'm working on and have come up against a slightly annoying problem that I am hoping someone knows how to resolve. In a nutshell, I would like to alter the default templates used to generate database objects, particularly stored procedures. In...

WCF Test Client shows IMetadataExchange

When I use the WCF Test Client, it shows an IMetadataExchange end point, even if I don't have one defined. However that endpoint also has an error indicating it can't talk to the endpoint. I've tested this on a few applications and it happens with all of them: 'The contract 'IMetadataExchange' in client configuration does not match the ...

How to unit test F# code in Visual Studio 2008?

I'm new to F# and I intend to create new F# project, and unit test it with F# in Visual Studio 2008, but the Visual Studio 2008 Unit Test Wizard don't have a F# test project option (just have C, C# and VB options). Is it possible to unit test F#? Is it possible to unit test F# with a F# test project? Is it possible to unit test F# with...

Cannot step into .NET framework source with VS2008 SP1.

Somehow my VS2008 SP1 has lost the ability to step into .NET framework sources. I've played around with checkboxes to no end; I've re-deleted the Symbol cache folder a dozen times; and I've tried all kinds of debug symbol servers. All it does is download some .PDB files, but when I try to select a stack frame in .NET, I always get the m...

Can't use WPF designer in VS2008 SP1

Hi, i searched several hours four solution and nothing found. If I open WPF Designer in my VS2008 Team Suite SP1 I become following error: Loading this assembly would produce a different grant set from other instances. (Exception from HRESULT: 0x80131401) at System.RuntimeTypeHandle.CreateInstance(RuntimeType type, Boole...

Error Compiling Program in Visual Studio 2008

So I have never seen this issue before and don't know where to begin troubleshooting the issue. Cannot register assembly "obj\Debug\MyProject.Vsto.dll". Loading this assembly would produce a different grant set from other instances. (Exception from HRESULT: 0x80131401) Where do I start to troubleshoot this? I should mention this...

After installing Visual Studio SP1, LC.exe can't be found by the build. Solution?

After installing VS Sp1, the build breaks as it can't find LC.exe (to run on top of license files). Seems like SP1 don't install LC.exe I found in this MSDN forum post and the solution I found is, I should install Windows SDK. http://social.msdn.microsoft.com/Forums/en-US/vssetup/thread/93fe03a0-117c-406e-b0ea-c2e2227e1835/ Microsoft ...

How do I install VS 2008 sp1 with < 4 G of available space on C:

I'm shocked that this hasn't been asked yet - but I can't install VS 2008 sp1 because my c: (%SYSTEMDRIVE%) has around 1.6 G free... How in the world can I get sp1 to install? Thanks UPDATE: I had the C++ bits installed - and I wasn't using them... Once I removed the C++ bits the installer stopped complaining. ALSO - FYI - my %tmp% a...

Web site reports xxx does not exist in current context after upgrade to VS2008 Sp1

I just upgraded to VS2008 Sp1, and I have a weird issue going on. I get a lot of errors from my code behind pages indicating that a control doesn't exist in the current context and I am also getting an errors that the pages do not have methods. It seems like ide is trying to compile the c# code without compiling the aspx code. The sit...

Installating VS2008 SP1 - bug

I've been trying to install SP1 VS2008 and I get this error...... vs90sp1\VC_IA64Runtime.exe - Exe installer's log file/hint (%temp%\dd_VC_IA64Runtime*.txt|%temp%..\dd_VC_IA64Runtime*.txt) does not exist or is invalid. OS Vista 32 bit. HELLLLP. ...

SQL 2005 express with 2008 express compatibility

I installed VS 2008 without SQL 2005, then I installed SQL 2008, then I needed 2005 express so I reinstalled VS checking the SQL feature. The installation went OK, however I still cannot open mdf files from VS. I think there is no 2005v instance installed. When I dbl-click an mdf file in VS I get the following message: Connections to SQ...

"Unsolvable" bug in Visual Studio - how do I connect to SQL Server 2008 Express?

I've been struggling for some time now to be able to use the built-in functions in Visual Studio 2008 to handle *.mdf database files with SQL Server 2008 Express. I'm running on an x64-based system, and I've read that there is a known problem with this setup, but the hotfix has not solved my problems. Basically, what happens is that whe...

Key board shortcut to compile a selected file in VS IDE

Is there any keyboard short cut to compile selected file in C++ project in VS 2008? Thanks much! ...