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

Software Development Network >> Visual Studio

Visual Studio

New Question

Number format
Crystal Reports XI Release 2 Merge Modules are Out
Source Safe and Visual Studio 2005 RC
document_startup problems?
svcutil and custom collections
How to use XAML as window icon?
Can't add MSDN library to x64 install
Mouse events for custom controls in RichTextBox
How to build many DLL to one
Error Generating Client Proxy with FEB CTP

Top Answerers

ZahranyM
Ashok Baria
mandoman2
sugavaru
RamMohanRao
Simon Detheridge
kehoe
CindyKansas
Bard7
AMSS
CloneFinder
Only Title

Answer Questions

  • mokkimhong Error 1603 While installing VS2005 Beta 2 on Win2k SP4

    Thanks QuanT for taking interest in my problem. Again I tried to install VS2005 and it failed. following are details on log files *************   dd_vserror80.txt   *************** [07/04/05,00:10:29] Microsoft .NET Framework 2.0 Beta 2: [2] Error code 1603 for this component means "Fatal error during installation. " [07/04/05,00:10:30] Microsoft .NET Framework 2.0 Beta 2: [2] Setup Failed on component Microsoft .NET Framewor ...Show All

  • Mark Ryan Extending right-click menu for DSL class

    Hello, I would like a user of my DSL to be able to right-click on an item in the model, and see some custom menu item there. When executed a new document should be added to current project (e.g. some text template). Other use for this would be to set a property of the class through the UI rather than "Property" pane. E.g. in the Wizard Language DSL example provided with the SDK, I would like to be able to set start page of the wi ...Show All

  • Jim Mace Server Data Scenarios

    Hi We are going to migrate a windows app to a web app. The legacy win app used unmanaged code with COM interfaces in order to perform process like "MailMerge" on words docs (and other processes but the mailmerge is the main one). Well, with the new web app we are going to analyze a solution for the Office integration issues. We have not decided if to migrate to a server solution or to a client one. Scenarios: 1) Server with ...Show All

  • singollo System.TimeoutException in "Hello World" sample

    Hello I'm newbie to WCF so i started by playing with "Hello World" sample Everything works great except last step ( Securing Communication Between the Client and Server ) When i change binding to WSHttpBinding and run app (server then client), messages are sended ok, client ends but server hangs on HService.Close(); After a while, System.TimeoutException is thrown : System.TimeoutException was unhandled Message="Unable ...Show All

  • Muhammad Imran afzal Context-sensitive Actions pane: Odd update behavior

    I have an Excel workbook that contains two named Ranges: OrderDate and ShipDate. When I select either of these cells, I want the Actions pane to display a user control that contains a label and a DateTimePicker control. I want the user control to show up in the Actions pane only when one of these cells is selected, so I have code on the ranges' Selected and Deselected event handlers to add or remove the control (see code below--SetDate is the na ...Show All

  • IgorM Latest MSDN library compatible with Visual Studio 2003?

    Hi: Can the May 2006 MSDN library be integrated with Visual Studio 2003 If not, what is the latest that can be Best Nag It doesn't appear so. The May 2006 Library is available at http://www.microsoft.com/downloads/details.aspx FamilyID=373930cb-a3d7-4ea5-b421-dd6818dc7c41&DisplayLang=en The Platform SDK contains most of the documentation in the Library, though not the Visual Studio doc. http://www.micros ...Show All

  • vhawk What happened to ServiceHost.Throttle

    The title says it all really.  The ServiceHost generic used to have a property named Throttle which allowed setting of no. of concurrent threads and so on, but this has now disappeared/moved. Anyone know where it went David I don't want a single thread.  I want a selectable no. of threads so I can optimise the cpu use for a particular machine.  This is what I could do with Beta1 For the particular type of job I'm running, ...Show All

  • nirmal_babu HierarchicalDataTemplate.ItemsSource and CompositeCollection

    Hello! The CompositeCollection may be quite useful, but it seems like it may not be used with HierarchicalDataTemplate. Isn't there a way to achive that I think of something like: < HierarchicalDataTemplate.ItemsSource > < CompositeCollection > < CollectionContainer Collection = " {Binding Source={StaticResource GreekGodsData}} " /> < CollectionContainer Collection = &quo ...Show All

  • km9 Welcome to the Domain-Specific Language (DSL) Tools Forum

    Welcome to the Domain-Specific Language (DSL) Tools Forum, which replaces the previous DSL Tools newsgroup ( http://communities.microsoft.com/newsgroups/default.asp icp=whidbey&slcid=us&NewsGroup=microsoft.private.whidbey.teamsystem.workshop.dsltools ). The DSL Tools workbench is located at http://lab.msdn.microsoft.com/teamsystem/workshop/dsltools . Only if they are manually cut and pasted will posts from the newsgroup live ...Show All

  • AndyHerts GAT is VS Solution Centric

    How would you suggest one approaches the following scenarios :   1) A developer has created a non-GAT based solution. The developer requires an extra project to be created and added to their solution with via a GAT package. [the need for the project was not predicted at the time of the solution creation]   2) A developer requires a solution to contain 2 or more projects which are to be created from separate GAT packages. ...Show All

  • RichLeah Connecting to a Remoting Server from an addin

    I have remoting server that publish a singleton object. The object has some primitive objects and another complex object as properties. If I use the remote object from an .exe application i don't have problems. But, If I access to the remote object from the addin (In the same Way!!!) I have problems accesing to some properties. If I try to debug and ask to the Visual Studio to show the value of some properties the IDE hang up... :( The ...Show All

  • prash_ac Exception when running on x64 Vista, possibly in system theme?

    A user of my application is running the newest public beta of Vista x64 (build 5384) on an Athlon64 3200+, and is consistently experiencing an exception that 32-bit Vista and WinXP users aren't seeing at all. My debugging ability in this case is limited because I do not have a x64 machine running Vista, so I'm unable to pinpoint exactly when this is occuring, but from discussion with the user I believe it is happening when a Button is changing f ...Show All

  • RCHINTH Pre-requisites and Office SKUs

    We are working on a POC for one of our clients. The client also tried to install and run VSTO 2005 but is receiving the error message about needing to install SP1 and/or vstor.exe. After some research here on the forum and Google Groups, we are pretty sure this is because he has Office 2003 Standard and not Office 2003 Pro. Can someone please point me to published information @ Microsoft about accurate pre-requisites for (1) developing VSTO 2 ...Show All

  • Belistner Implementation for IVsMultiViewDocumentView interface for "Design" and "HTML" view

    Hi, [Visual Studio Integration/Extensibility in C# question this] I am looking for a sample implementation for IVsMultiViewDocumentView interface for "Design" and "HTML" view for my custom editor. Even your code instructions would be great, if not a sample. Point me in the right direction. I have an XML file which can be edited/managed using my "Design" view and "XML" view will show the current underlying ...Show All

  • rex letor Fails to display Image button, button inactive and Image reports= red cross

    Hi, I got Three problems : CR11/W2KS 1- In the .net viewer , the button picture (export, print etc..) are a red backslash 2 - Those button are not responding (no export, no print..) 3- pictures on reports are small red cross Some idea Thank You Lucien Sounds like a permissions issue. could be one of two things, insufficient permissions to the C:\Program Files\Common Files\Business Objects\3.0\crystalreportviewers11 ...Show All

456789101112131415161718192021

©2008 Software Development Network

powered by phorum