Questions tagged [visual-studio-2008-sp1]

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

Microsoft released Service Pack 1 for Visual Studio 2008 on 11 August 2008.

Available from Microsoft website: http://www.microsoft.com/en-us/download/details.aspx?id=23691

209 questions
0
votes
1 answer

Failing to compile rrd

I'm having problems compiling the rrdtool with Visual Studio 2008. I have all the zip files added and extracted. I opened rrd.sln and tried a build solution for each of the 3 projects; rrdlib, rrdtool and rrdupdate but I'm getting failures on all…
0
votes
1 answer

Pluralization service in Entity Framework - Visual Studio 2008?

Does any one know if there is kinda implementation/addon for VS 2008 SP1 for pluralization service in entity framework like there is gonna b in vs 2010? example: In database: Entity Order ---OrderId ---CustomerId ---OrderDate Entity Customer …
0
votes
1 answer

Reading string value from registry key

My simplified code: HKEY hKey; if(someCondition) lRes = RegOpenKeyExW(HKEY_LOCAL_MACHINE, L"SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Run", 0, KEY_READ, &hKey); else lRes = RegOpenKeyExW(HKEY_LOCAL_MACHINE,…
Sanich
  • 1,739
  • 6
  • 25
  • 43
0
votes
1 answer

Link error with name mangling declspec mismatch in Visual C++ 2008 application at link time

I have a DLL and a main executable, and the main executable is not linking in the symbols from the import library of the DLL anymore, and the declspec in the DLL .map file is not matching, nor is the mangled C++ name matching. I can't figure out why…
Warren P
  • 65,725
  • 40
  • 181
  • 316
0
votes
1 answer

How do I set the ADO.NET Data Services MaxProtocolVersion to use V2?

I'm completely new to ADO.NET/WCF Data Services. On my first time setting up and testing an ADO.NET data service, I ran into this puzzling error: The response requires that version 2 of the protocol be used, but the MaxProtocolVersion of the data…
0
votes
2 answers

Location of Visual Studio 2008 SP1 After Installation

I recently did an online installation of SP1 for VS 2008, where installation of VS 2008 + .NET 3.5 SP1 didn't provide me with templates for the Entity Framework and others. I now have to move VS 2008 to another machine, and I don't want to wait out…
ProfK
  • 49,207
  • 121
  • 399
  • 775
0
votes
1 answer

Maximize screen size in IE8 using default htm page under MVC2/visual Studio 2008?

I have an intranet web site programmed using MVC2/.net 3.5 using VS2008. One of the (strange) requirements is running the web app in Full screen (so hide all the toolbars stuff). I have created a default.htm page with javascript which does that…
0
votes
3 answers

Inherited ComboBox for Color support populates items multiple times

Below is code to an inherited ComboBox. The issue is that the ComboBox is being populated (PopulateComboBox()) multiple times. Edit: I've taken the advice of Amit Mittal (find his answer below) and implemented ISupportInitialize. Now…
Mark S
  • 105
  • 9
0
votes
1 answer

Loading DataTable into SP

I have SQL Server 2008 and VS 2008 Pro. And I am coding in C#. I accept a text input file from the customer and I parse this data into a DataTable in my C# aspx.cs file. I know that this is working correctly. So I populated the DataTable. But…
salvationishere
  • 3,461
  • 29
  • 104
  • 143
0
votes
3 answers

When adding a reference in a VS2008 C# form project, does Visual Studio copy the referenced assembly

into the project directory? Or does it simply reference the dll where it exists? My assumption was that when you compile, it copies to dll into the local bin/debug(release) directory. I am running into some issues with a project at work involving…
Kevin
  • 1,940
  • 3
  • 24
  • 38
-1
votes
1 answer

New Excel.Application() kills debugger with no error

I'm using VS 2008 and attempting to open an Excel 2003 template, input some values, and save the workbook. I know that I have the right code for what I'm trying to do, but I'm getting some odd behavior when I call the New Excel.Application()…
-2
votes
4 answers

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

I am trying to run the VS 2008 SP1 installer, but it says that I need 6,366MB of available space, and my C drive currently only has 2,452MB available. Is there any good way to install that doesn't require so much free space? I have also tried…
travis
  • 35,751
  • 21
  • 71
  • 94
-2
votes
2 answers

Bug when managing whole numbers using C++ and VS2008?

I was debugging a C++ program and I found out that, for some reason, under my version of visual studio 2008, some numbers dont seem to be stored correctly. For example,number -3254535440 seems to be stored as 1040431856. These numbers are small…
-4
votes
1 answer

Can we use VB.net file inside C# Console Application Project and use it successfully?

If your answer is NO then please provide answer related to .Net Architecture
user2096592
  • 53
  • 1
  • 2
  • 8
1 2 3
13
14