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

Not able add .mdf file in App_data

HI I am not able to add .mdf file in App_data(vs 2008 web developer). If i right click on App_data and try to add new item and select sql server file and click OK. I am getting error as "Connections to Sql Server files(*.mdf)…
vinod R
  • 1
  • 1
0
votes
1 answer

Telerik RadControls RadFormDecorator - Tow Problem About Positioning

i am using asp.net with c# web app in vs 2008 problem 1: i do not know why Telerik RadControls- RadFormDecorator Moves some controls (such as Buttons or chech boxes) and changes their positioning up or down in my form after viewing in browser... i…
SilverLight
  • 19,668
  • 65
  • 192
  • 300
0
votes
1 answer

ClickOnce Application Files dialog filename problem

In the ClickOnce "Application Files" files dialog, most of the entries for files are listed with the name "C". I have seen this on a colleague's machine for a different project as well. Has anyone else seen this and is there a way to get the…
Ted1391
  • 139
  • 3
  • 12
0
votes
1 answer

How to allow the user to select an input file for my SQL AdventureWorks web application?

I have a SQL and VS 2008 web application that I need to capture the full file path (directories and file name) from the selected file on the client computer. And I want the user to be able to run this application from a Mozilla Firefox browser. …
salvationishere
  • 3,461
  • 29
  • 104
  • 143
0
votes
1 answer

VS2008: Is there a way to enable bracket matching for javascript?

The bracket matching in VS2008 is a handy feature, but doesn't seem to work for javascript code. Is there a way to enable it?
chris
  • 36,094
  • 53
  • 157
  • 237
0
votes
2 answers

My Windows Service crashes with "the key does not exist in the appSettings configuration section"

There is the same question listed under The key 'UserID' does not exist in the appSettings configuration section, but unfortunately none of the answers worked in my case. All was working fine, I checked everything in and when I opened the solution…
Fet
  • 728
  • 3
  • 19
  • 33
0
votes
1 answer

How do i pass parameter to subreports in crystal report from textbox c# webform

Greetings from Appdev (i'm new to Crystall Report) I was Creating a web application which will contains a crystal report. My Requirement is: The report should be displayed Based on the value (textbox in web form) which is given in textbox. Eg: if…
Appdev
  • 189
  • 2
  • 6
  • 28
0
votes
1 answer

Malfunctioning of Tab and Space Key in visual studio 2008

When I write a code vs2008 editor , and give space it typed "....." and when I give tab it shows arrow symbol. How to resolve this to make it function as it does have. waiting for your prompt and positive response Thanking you
Furqan Misarwala
  • 1,743
  • 6
  • 26
  • 53
0
votes
2 answers

Cannot find the type of subclass in DataType property

In my xaml file for window in wpf project am using binding to the type in such way ... where SectionContainer.SectionNode is…
FLCL
  • 2,445
  • 2
  • 24
  • 45
0
votes
1 answer

Using placeholders to insert HTML

I've built a SSRS report which will become a dashboard. I'm using kiosk mode in IE 9 with this command line to display my report: "C:\Program Files\Internet Explorer\iexplore.exe" -k…
Nick.Mc
  • 18,304
  • 6
  • 61
  • 91
0
votes
1 answer

Visual Studio 2008 hangs while opening the solution

I have a windows service project which I have created in Visual Studio 2008, sp1 with .net framework 3.5. The solution was working fine until today when I tried to open it again for further working and it just got hanged. Project doesn't get opened…
shrekDeep
  • 2,260
  • 7
  • 27
  • 39
0
votes
1 answer

How to calculate double variable with 10 decimal precision in C++

I'm going to calculate double type with 10 decimal point precision. of course, I hope the result precesion has same 10 decimal precision. However, it doesn't work, only 6 decimal point is possible in VS2008. Is there any reason or any idea ? double…
Changju.rhee
  • 463
  • 3
  • 11
  • 26
0
votes
1 answer

Compiling Qt app agains latest VC++ 2008 runtime

Hi I have a problem compiling my Qt app with Visual studio 2008 SP1. For the sake of purity I created a windows XP virtual machine, installed VS 2008, then SP1 and then compiled Qt 4.6. Now from looking at the manifest of the Qt DLLs (using XN…
ak.
  • 3,329
  • 3
  • 38
  • 50
0
votes
1 answer

How do I hide a property from the properties window in Compact Framework 3.5 / Visual Studio 2008?

I've created a derived control, which inherits from DataGrid. I needed access to the scroll bars, so that I could reset the horizontal scroll bar to 0 each time a row is clicked. My new property works great a run-time, but has an undesired effect…
Matty Brown
  • 404
  • 3
  • 16
0
votes
2 answers

How to add enum properties to a WebControl

Edit: It looks like it might be a Visual Studio issue. If I restart Visual Studio it works until I rebuild the solution. I'm getting an "'B' could not be set on property 'MyMode'" exception in the designer when using this code: public class…
Greg
  • 16,540
  • 9
  • 51
  • 97
1 2 3
13
14