Software Development Network Logo
  • Visual Studio
  • .NET Development
  • Visual C++
  • Microsoft ISV
  • Game Technologies
  • VS Team System
  • Windows Forms
  • Visual C#
  • Visual Basic
  • VS Express Editions
  • Windows Live
  • Visual J#
  • Visual FoxPro
  • SQL Server
  • Architecture

Software Development Network >> Visual Studio

Visual Studio

New Question

Localization tool
Callback question
BinaryMessageEncoding and TcpStreaming Binding in September CTP
Help still broken
XAML (office 12) Ribbon control
Remote debugging "Access denied"
How do I add custom Platforms?
VS2005B2: Cant debug T-SQL stored procedure
Team Suite Beta 2 error "Package Load Failure"
What happened to the SS.EXE - SourceSafe Command Line Utility?

Top Answerers

muku
tig281075
swaroop.m
alan1963
Justahobby
Harpreet Bhatti
Jake Reynolds
Richard Waymire - MSFT
richard_w
RKK
X.Systems, Inc.
Only Title

Answer Questions

  • WorkerBee Alternating row colors

    This may seem like a stupid question to some but how do I implement alternating row colors in my local rdlc files. Thanks, Darren How do you do this for a matrix I set the BackgroundColor to the above expression and get the following error message: [rsInvalidScopeInMatrix] The BackgroundColor expression for the textbox ‘textbox2’ has a scope parameter that is not valid for RunningValue, RowNumber or Previous. ...Show All

  • PvR_NZ Automatic check in

    I'm running VSS 2005 with VS 2005. 1) When I open a project under source control it used to ask me which files I wanted to check out. Now it just opens the project. 2) When I close a project it used to prompt me to check in my changed files. Now I have to remember to manually check in the files before I close the project. How do I get it to prompt me again Cheers, Ben I knew the answer was simple but ...Show All

  • Zeesha knowledge of classes within project

    How does Visual Studio know about Classes within a project For example if I had 2 source files, each being a class library, Class1 and Class2. If I add an instance of Class2 in Class1 intellisense knows about Class2's constructor, methods, etc. I'm wondering if this will be a problem with the Package we are creating that contains our own proprietary language. Currently we call an assembly that uses reflection on the project references to valida ...Show All

  • Merlinv Worry about LazyLoading

    ForExample if we had a PERSON class with 50 attributeTypes and the class had compositon and aggregation relationships with 10 other classes. How will DLinQ deal with "Lazy Loading" if I only need 2 attributeTypes from PERSON class and 2 more related attributeTypes Can it create an optimized SQL sentence that I get the FASTEST result from my RDBMS Or does it load all the 50 attributeTypes and relations In the current de ...Show All

  • lifeforms I think that is a Bug in Visual Studio 2005 (ActionsPane)

    Bug in Visual Studio 2005 (ActionsPane)  I am working in machine with visual studio 2005 beta and operating system XP professional and office 2003 with service pack 2. I have an error when I am adding controls in Actionspane in a word Document: this.ActionsPane.Controls.Ad(new DateTimePicker()); Because, I proved that in another machine with widows wp professional and office 2003 with service pack 1, and work correctly. The problem is t ...Show All

  • shep58029 Creating a new wizard

    Is there a class that implement a wizard framework something where I don't need to handle all the "Next/Back" buttons but simply deal with the content of each page Thanks, Sami. I found out what the problem is: By default, the WizardPage property ShowInfoPanel is set to false!! After I change it to true I was able to see the InfoPanel and the new controls inside it. ...Show All

  • Tubarão CustomControl ConverterParameter

    Hello, I would like create a custom control and i need to convert value for displaying. The convert of this value depends of an other property of my control and i would like to take my control in ConverterParametrer I hope you understand what i wrote because. Thanks for your help Exemple : < ResourceDictionary xmlns = " http://schemas.microsoft.com/winfx/avalon/2005 " xmlns:x = " http://schemas.microsof ...Show All

  • EddieR Remove few features from VS2005

    Hi, We need to remove few features from the VS2005 setup. following features should be removed from setup. 1. SQL server 2005 Express Edition & mobile edition 2. .Net framework 2.0 3. J# We tried creating MST, but we didn't succeed. which is the best way of removing these features.even we opened MSI and we were not able to locate these features. one more query, in previous version VS 2003, the setup has been called with few arguments t ...Show All

  • Sibusiso Unable to begin a storyboard in a datatrigger.

    With the following code: <Button.Triggers> <DataTrigger Binding="{Binding Path=ReadyToAnimate}" Value="True"> <DataTrigger.EnterActions> <BeginStoryboard> <Storyboard> <DoubleAnimation Storyboard.TargetName="myButton" Storyboard.TargetProperty="Opacity" To="1" Duration="0:0:0.3" /> </Storyboard> </BeginS ...Show All

  • Li-Jen AsyncCallback threw an exception

    I have created WIndows Service & deployed it on Win 2003 Server. This service just has Add/Multiply function. My WCF client is noramal WEB App. which is consumming this service the Service returns me the Result but after proxy.End MethodName ( IAsyncReslt ) gets executed it gives me the Error saying AsyncCallback threw an exception. Can anyone please help me on the same. Following is my Web Page Code. public partial class _ ...Show All

  • Large_Goose is it possible to programmatically dock a tool window?

    I'm trying to figure out if it is possible to programmatically dock/tab a tool window the same way that windows such as Solution Explorer and other builtin windows are docked when they are first opened.  I've tried CreateLinkedWindowFrame, but this doesn't seem to do quite what I want.  It does allow multiple windows to be tabbed together, but it creates a floating frame.  I would like to be able to add my tool window into t ...Show All

  • Chris D Jones Reportviewer doesn't print first time I click print button

    I use a WindowsForm Reportviewer. C# 2.0 I generate the report and all is OK but when the user try to print (print button in toolbar), the application open the printdialog, I select the printer and press Ok. But the application doesn't generate a document. When I try again, all work fine. If I close the application and restart, occurs the same (first doesn't works, second works, all time works). somebody have any idea Thanks form ...Show All

  • The Poodle Can't install VS 2005 Tools for Office

    I have installed VS 2005 Profesional and Office 2003 Standard with Service Pack 2 and am trying unsuccessfully to install VS 2005 Tools for Office. It gets about 60% of the way through initializing and then complains that I don't have Office 2003 Service Pack 1 and quits. As I said, I have service pack 2. I have done a full install of Office, including all the extra tools it wants, and have even downloaded and installed a trial version of ...Show All

  • Rod Fraga Printing Crystal Reports

    Im using VS 2003 and Crystal Reports 10. Im trying to print a report to the default printer without opening a print dialog box. I have a table with IDs followed by text that populates the fields of the crystal report. If I use the crystalReportViewer1.PrintReport(); method, it uses the selection string to pull up the correct data, and will print, but it opens a print dialog box. If I use ReportDocument.PrintToPrinter method, it will print to the ...Show All

  • Paul.Prasanta Common Settings for all the projects in a Solution

    Hi, I have an issue, if you could find time then can you please suggest some opinion Issue: I have a dotnet solution and under that a no. of projects are existing. I want to control project settings(like buid type, Enable/Disable Framepointer etc..) for each project from one common place (may be xml file or anything else). When ask to build solution it should read settings from that file and apply to each project and then it should build. One w ...Show All

545556575859606162636465666768697071

©2008 Software Development Network

powered by phorum