Software Development Network Logo
  • Visual Basic
  • Visual FoxPro
  • Visual C#
  • Microsoft ISV
  • VS Team System
  • Windows Forms
  • Windows Vista
  • Visual Studio
  • Smart Device
  • Architecture
  • .NET Development
  • Windows Live
  • Visual C++
  • Visual J#
  • SQL Server

Software Development Network >> Visual Studio

Visual Studio

New Question

Plotting Points in 3D Space
Backward Compatibility Issue with Domain Model
Is it possible to change 'VS2005 professional in german' to an english version ?
August CTP
Converting Add-In (7.1->8.0)
Windowsless application with Sparcle ore Orcas Extensions
ListOject Displaying updates on Excel have event problem
Pre/Post Operation Invokation Extensibility
Help disabling Just-In-Debugging
VSS2005 is slower than VSS6, "LAN booster" does not boost :(

Top Answerers

mmouer
arclsvg
Sajay Antony - MSFT
Roland Kamsika
Student_Jon
Misswing
geno.prida
Michael Feingold
K Wenzel
AKazi
xCBL -
Only Title

Answer Questions

  • Simon64 Dynamic IP

    I write Client and Server in Wcf and i have problem with base address. The Server take the base address from other source ( dll config i write ) Uri baseAddress = TakeBaseIP(); // Create a ServiceHost for the CalculatorService type and provide the base address. using ( ServiceHost serviceHost = new ServiceHost ( typeof (General Service ), baseAddress)) // Open the ServiceHostBase to create listeners and start listening ...Show All

  • DaveQuick Why will LINQ fail ?

    Microsoft tries to helping object developers to close the gap between the relational world and the object world.And they call this " object modelling approach " Dlinq. Using " custom business entities " in enterprise programming with Dlinq might seem the best thing after " sliced bread " but it isn't. For my part I have written my Mappers and used commercial OR/M tools. They mostly provide the same thing. __Read the table from the datab ...Show All

  • btreff VSTO & MS Access

    I'm just trying to get up to speed on the new Visual Studio 2005 and the new Tools for Office.  We do a lot of work with MS Access (and Excel) and what I find odd is that in all the articles I've read there is not mention of MS Access w.r.t. the VSTO.  Do the VSTO not work with MS Access   What am I supposed to use if I am doing development with Access 2003 Can someone please clarify how VSTO works with MS Access   We've alr ...Show All

  • deerchao Get the current / active worksheet

    I'd like to ask how I can get an instance of the active worksheet in order to use the AddListObject method Currently, I used: Globals.Sheet1.Controls.AddListObject... But I want to add the listobject to the active worksheet instead of hardcoding to Sheet1. (If a user create a new worksheet, then my code will not work anymore) Thanks, Hi, Anyone know how to add Excel host controls on the "ACTIVE" ...Show All

  • umberto21 Trips to the database

    I have a general performance question that needs clarification. Assuming an object graph of Customer, Orders, OrderDetails and assume I am retrieving one customer with 10 orders and each order has 5 orderdetails, how many trips to the database will be required Is it 3 or 12 Thanks, Dave Foderick I'm talking about the non-deferred case. I'm also talking about non-projection where the relationship between customers and orders is specified i ...Show All

  • thkeeler Print function does not work in x64 runtime

    Print button in crystal reports viewer does not work in x64 runtime, when I click on the print, no response and no error, nothing happen. Is this a bug Does anyone else have the same problem Barry, have you had any success with this I am having the same problem and my search for information is futile. I've installed CRRedist2005_X64.msi in addition to the hotfix supplied by Crystal which they claim resolves th ...Show All

  • Dox Cannot install GAT or any other guidance package

    Trying to install GAT or any other guidance package gives me the following error on a dialog box - "Operation is not valid due to the current state of the object" - clicking on the OK button rolls back the installation. GAX Preview release (Dec 2005) installed - no problem GAT version: Preview release (Dec 2005) Visual Studio version: VSTS (2005) O/S: Windows XP service pack 2 .NET: Version 1.1 and 2.0 installed MSI: ...Show All

  • foxbuilder Share and mulitple versions

    I've some questions about the correct steps to share a project. My team has several members, some members checked out files and add some new features which is going to release in next build and they will not complete and check in today, but I need to do a build today based on the current version. I get the latest version on build machine and compile the solution, then I label the project with 1.0, and share it as 1.1 in history dialog. After sha ...Show All

  • David75 Remote debugging a website with it's wwwroot on a share (UNC)

    Hello, I have Windows XP SP2 with Visual Studio .Net 2003 Professional. I have run DebuggerFirewall.hta to configure the XP firewall for remote debugging. I have a Web Project as follows: http://project.acme.test (a site on the Windows 2003 webserver configured with host header) \\fileserver\websites\project (a share with full control for everyone on a Windows 2003 fileserver) On the webserver the site's documentroot is that ...Show All

  • Theo Lindebaum Whidbey icon set

    Hi guys! I'm putting the finishing touches on an add-in for VS 2005 and I would like to use the same kind of icons used in Whidbey; I don't want to confuse the user with different icons for common tasks (as in buttons for displaying open file dialogs etc). Can I use, say the #59 smiley face on a TreeNode in a TreeView If so, do I load the resources from some dll manually or is there an api to do it Are there any licensing problems I have s ...Show All

  • nirav_a_parikh Controlling Page Breaks When Rendering Local Report as a PDF

    I'm having some issues with page breaks being automatically added to a report when rendered as a PDF. I have a few textboxes which can grow to accomodate various amounts of text and a have a border on all sides. Depending on the actual rendered size of textbox one of three things happens: 1) Textbox can fit in remaining space on a given page (after previous items) - textbox added as expected (no page breaks added). 2) Textbox can ...Show All

  • Scott Stumpf vb file for a crystal report is not getting created in visual studio 2005

    Hi Friends, I like to know how we can use crystal report in visual studio 2005. Today i created an rpt file, but the corresponding vb file is not getting created. in Visual studio 2003 vb file will be created as we are including a new rpt file. Please help me out. It will be highly appreciable. Regards, Jayan Hello Jayan, By default Visual Studio 2005 hides the .vb file. In the Solution Explorer you need to click on the Show All Fil ...Show All

  • YnottonY VS2005 RC CodeAnalysis + Solution Folders = Rebuild all failed

    When I enable Code Analysis for a  C# project that is placed into a Solution Folder 'rebuild' and 'run code analysis' generate the message "Rebuild all failed". Has anybody else experienced this behavior My creation steps: Start Visual Studio Create a new C# Class Library  (select create a directory for the solution) Enable Code Analysis Rebuild the project.  As expected Analysis warnings are displayed in  ...Show All

  • jlove DataTemplate as an external file

    Hi, I would want to use a DataTemplate from an external file, not within the file that contains my XAML code. Is it possible to have external sources of DataTemplate If yes, how Thanks for your responses!! Thank you very much MichaelLatta, just checked this out now. It works just with a little modification. I am posting the code that worked perfectly: < Window.Resources > < ResourceDictionary > < Resou ...Show All

  • Shamrox Parent&VisualOperations

    Where's VisualOperations in november I want to know Parent of ListViewItem but ListViewItem.Parent is null. Thanks. OK,I found VisualTreeHelper-it works as before,but what about LogicalTreeHelper What is the difference LogicalTreeHelper.GetParent(ListViewItem)==null and VisualTreeHelper.GetParent(ListViewItem) is not.Why By the way it could be useful to have shortcut for Parent in such elements as ListViewItem ...Show All

484950515253545556575859606162636465

©2008 Software Development Network

powered by phorum