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

Software Development Network >> Visual Studio

Visual Studio

New Question

How to set compartment's default expanded property to false?
Help please. I need to protect my work in Microsoft Word.
Accessing the domain model using code
Server installation
Adding new VSS DB (Internet) in VS.NET, why provide local srcsafe.ini path?
table of data
ItemOperations.AddNewItem no longer functions
MsBuild and .VDPROJ
Visual Studio 2005 Install Error - DepCheck indicates Microsoft Visual Studio 2005 Professional Edition - ENU is not installed
How to Build website from AssemblyInfo Task

Top Answerers

nickrogers
Justin Robinson
Webman
gb__
Angus Leeming
Myron Marston
CraigT
Akin
visual_newbie
Spock101
Guardian Unlimited
Only Title

Answer Questions

  • WebTest Compact Framework Support?

    We currently use .NET Remoting for our inhouse line-of-business applications. The main problem with .NET Remoting is that is not supported in the compact framework (which is really a compact framework problem not a remoting problem, remoting rocks!). This keeps us from developing applications that integrate with these systems. Will Indigo/WCF be supported from the compact framework With the release of RC0, is there anymore news regarding ...Show All

  • sla Accessibility of Window components

    hi all, i have a window 'mainwindow', with its components in its xaml file. this window contains a textbox, which i want to access from another class. 'mainwindow' is initialized at program start, so i think there has to be an object of this class available for another class. but if i try to do something like this: mainwindow_textboxname.Text = "sometext"; i get the following error msg.: 'An object reference is required for ...Show All

  • Stalkers MSDN Library May 2006 update is failing

    I just received the MSDN library May 2006 DVD, and it detects the previous library (Jan 2006), begins to install, and then prompts for the Visual Studio 2005 DVD. I insert my Visual Studio 2005 Profesional Edition DVD, but the Library install just keeps re-prompting to insert the Visual Studio 2005 DVD. How should I complete the Library update Thanks, Jim I am having the same problem. Why d ...Show All

  • Pitipied CrystalDecisions.CrystalReports.Engine.LogOnException: Logon failed.

    I am trying to access a Crystal Report through an ASP.NET page.  The access works just fine until the page is refreshed.  Then I receive the following error: CrystalDecisions.CrystalReports.Engine.LogOnException: Logon failed. I have tried the push and pull methods.  I have read other posts that people getting this same error had success with datasets.  I get the same error.  I have checked permissions in SQL, IIS, and ...Show All

  • lilixx How do you Edit a Tracepoint in VS 2005?

    How do you Edit a Tracepoint in VS 2005 Clicking on it deletes the tracepoint... Thanks! Right click and open up the 'When hit...' dialog. I note for the record that if your cursor is beyond the end of the tracepointed statement, that seleting "When Hit" will do nothing.  This is confusing - and maybe even a bug - because when the cursor is BEFORE the tracepointe ...Show All

  • Jonathon H. ==> I need help. Add-in 101 <==

    Dear all, I am a programmer but totally new in vs add-in world. I read some tutorials available on the internet, for example those in the codeprojects website. I feel that I have a lot need to know in this field. Who could give me some suggestions besed on your experiences about how to walk in to the door to this world Appreciate! Best regards, Christopher. perhaps this will be of some assitance http://www. ...Show All

  • MattTaylor Poor performance and garbage collector problem with styles

    To test the performance of programmatically populating Grid and Canvas I’ve written a small test program:   < Window x:Class = " Wba.WPFPerform.Window1 "     xmlns = " http://schemas.microsoft.com/winfx/avalon/2005 "     xmlns:x = " http://schemas.microsoft.com/winfx/xaml/2005 "     Title = " Wba.WPFPerform "     Width = " 1000 "   & ...Show All

  • Judas [FR]SvcUtil.exe

    Bonjour(Hello) Sorry my english isn't good. Ne sachant pas trop m'exprimer en anglais je pose ma question en francais en esperant avoir une reponse. Voila je viens de rentrer dans WCF que je trouve formidable, sur une WebCast j'ai compris que l'on pouvais utiliser SVCUTIL.EXE pour generer cote client les proxy a la place de referencer les dll d'interface. Hors je n'arrive pas comprendre comment utiliser cet outil. Merci de vos rep ...Show All

  • isjam Building all configurations and all platforms

    Hi: I'm sure this must be a FAQ, but I can't find the answer anywhere. I have a MSBuild project file that is building a Visual Studio solution file using the MSBuild task. I want to build every configuration of every platform in the *.sln (references *.vcproj) file. How do I go about doing this  This used to be easy in VC6. Are you trying to do this from the command-line or from within Visual Studio ...Show All

  • jazzmanmann WPF replacement for AcceptButton and CancelButton?

    Hopefully this is a simple question. What is the WPF replacement for the AcceptButton and CancelButton properties that are in Windows forms I want to set the button that will act as the default for the enter and escape keys. I'm thinking it should be somewhere in the System.Windows.Input namespace, but I haven't run into it yet. Thanks much. Bruce Bukovics Author of .NET 2.0 Interoperability Recipes http://www.apress.com/book/bookDisplay.html b ...Show All

  • Vijay2kr SourceSafe from IDE

    I am not being able to see anything from Visual Studio 2005 Beta 2 File > Source Countr > (NOTHING IS THERE) please, help!!! thanks Thank you so much "Open From Source Control" has been integrated into the Open Project dialog itself. Go File->Open Project, and then you will see the SourceSafe icon on the icon bar to the left of that dialog. That will allow you to navigate into your SourceSafe stores. I got Launch ...Show All

  • Turkalp Kucur Problem with related data

    I'm not sure if this is a problem with my code, or with DLinq, but I'm having trouble with a very basic set of related data. I've included all the data needed to replicate the problem. I've created a new SQL Server 2000 database called LINQTestDB, and within it created two tables: Parent ID                int (identity) PK Description    nvarchar(255) ...Show All

  • Subwoofer47 SQLMetal Timeout

    I am getting a timeout error when I run SQLMetal on some of my databases. Are there any restrictions as to how many tables there can be The ones that time out have 300+ tables in them. I can get it to work on smaller databases (e.g. Northwind and some of my own with less than 100 tables). -Larry Thanks Larry for trying out SqlMetal. This is a known issue we are looking into - SqlMetal currently does ...Show All

  • M. R. Miller Statistics of WCF service

    In my client server WCF application I want to keep track of service and client statistics like: 1. Number of client currently connected to the Service 2. Status of a particular client request 3. Memory utilization by service 4. CPU utilization by service Other related statistics You can use the WCF manageability features to answer all these questions. Performance counters: Provide statistics ab ...Show All

  • Jules Verne Alter a Section Width

    Hi, Is it possible to change the width of the Section in crystal reports. in the property of a section the width is a readonly. how can i change that. Thanx in advance. Regards Amjath The width of a section is usually determined by the paper size. To change the paper size of the report: right-click on a blank section on the report select Design Select printer Setup... and change either your paper ...Show All

101112131415161718192021222324252627

©2008 Software Development Network

powered by phorum