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

Software Development Network >> Visual Studio

Visual Studio

New Question

Generics & WCF
Branching in VSS 2005
How can receive plain text Message?
Search/find a string on a webbrowser kind of custom editor
new package wizard
ReportViewer - Print Layout
Basic Content in Button question
how do we resize controls in the window?
Need a good solution for MSDN installation problems!
Create host side type map TypeInfrastructureManager

Top Answerers

CommonGenius
Hoang Minh
trichards57
Bartz
MoeC
Ariff
Haplo
jbenson0011
asd9ny0yy
Alain Bismark
OpenTop C++ Library
Only Title

Answer Questions

  • Brian Bruce Trying to create projects in a recursive way

    Hi everyone, I hope you can help me. I am trying to create some projects in a recursive way. I am developing an application which uses the command line to create the projects. But now I have a problem if the user introduces a path with more than one new projects to create. For example: If I have the VSS Tree like this "$MyVSS/Test" and the user wants to create the project "$MyVss/Test/application/_INS", but if the &q ...Show All

  • Ben Chess How to load image dynamically

    HI all, I am using ASP.net with c# to load crystal report. I would like to know how i can load an image in the Report Header section of the report dynamically from aspx page. thanks pradeep_TP Hello, Which version of Crystal Reports are you using If you are trying to load an image based on a file path from a database then this is a new feature that was introduced in our latest version, Crystal Reports XI. htt ...Show All

  • Jason Perez We don’t test our code, Microsoft! (word toolbar events broken)

    Just can’t imagine how stupid is that You are releasing an add in to Visual Studio 2005 that allows you to write code to Microsoft Office, and you are not running enough tests before releasing it. Don’t believe me Here is a simple scenario: 1- Create a new Microsoft word template with C# project. 2- In the document start event, add a new button to the toolbar; here is some code. private void Thi ...Show All

  • Mike Oliver local MSDN with VS2005

    Hello After reading posts about MSDN and trying suggested solutions I cave still problems to install it. I had VS2003 witj MSDN October installed on my XP SP2 PC. Then I've installed VS2005 from CDs version and MSDN October from DVD as a result no help was available on 2005. I've tried repair, then reinstall, then uninstall VS2005 and MSDN and re-install again. Nothing Then I've removed everhithing: VS2003, 2005, MSDN, MSSQL (all) Document Reade ...Show All

  • odeddror Databinding with WCF

    Hello, is possible to do databinding with WCF My scenario is the next: I`d like have a service in WCF that return a collection of objetcs (for instance, class Person), and the client (Avalon application) make databinding with the collection, if the cliente make any change in the information, this information has change in the collection of objects (Person) in the service. A functionality looks like a dataset in a windows form applica ...Show All

  • pratdevil Creating Custom Editor

    Hi I have the following requirement: 1) Provide custom editor - with intellisense support 2) Customize property Grid - which will list custom objects etc... 3) Provide custom tool window - which will enable user for data entry 4) Any data entered by user either using property grid or in custom tool window should be parsed and displayed in custom editor I have following queries, I would be glad if you'll could help me with t ...Show All

  • Buda56 How to make a column's width 50% of the grid's width?

    hello, is this possible. Something like <columnDefinition width="0.5"> or <columnDefinition width="50%"> doesn't seem to work. thanks in advance Kimme If you really want one column to be 1/2 the width even with other columns present, you can also use a value converter. By binding the width of the grid to the width of the column, and using a value converter to apply the 1/2 you c ...Show All

  • backwater VS2005 Team Suite Project Portal

    The project portal that can be displayed from the team explorer in Visual Studio 2005 shows three reports one of which is a bug rate graph. When clicking on the graph I get an error from the ReportServer application. " A parameter or data source credential is missing a value.  Prompting for this value has been disabled.  Supply a value or enable prompting ". Can anyone help with this Many thanks swg ...Show All

  • Bassim Matuk Document Explorer crashes

    Thought I'd start a new thread, since I'm using Visual C# Express, rather than full VS2005. Windows XP Pro SP2, Visual Studio 2003 Pro, SQL Server 2000 Developer Edition, Visual C# Express, Visual Web Developer Express, SQL Express 2005, MSDE. I also have Virtual Server 2005 SP1 beta installed. Problem just started this weekend. Whenever I click on any topic in the Index, Document Explorer crashes. I've tried Repair on Visual C# Express, Visual ...Show All

  • nadeemmar History command disabled in VS 2005

    Hi, I have no problem displaying the history of a VSS project and issuing a Get command from this dialog box in VSS Explorer. But for the very same project, the History command is disabled from the Solution / Project / File context menus in VS 2005. From VS, I'm using the VSS Internet plugin (this is a remote database). Known bug or did I again miss something Thanks in advance.   MainSoft wrote: But for the ...Show All

  • Salam VS 2005 (Final) Install failure -- Setup Failed on component Microsoft Document Explorer 2005

    I have ran the clean up tool to remove the previous beta version of VS 2005.  So please don't suggest that.  I still receive errors while trying to install Visual Studio 2005 Final version.  This is the error log file: [11/02/05,10:50:40] Microsoft Document Explorer 2005: [2] Error code 1603 for this component means "Fatal error during installation. " [11/02/05,10:50:40] Microsoft Document Explorer 2005: [2] Setup ...Show All

  • Li Lien Reliable Transactions.....

    Is there a way to call a method at a publish endpoint and if that site is down, have messages queued so that when the site comes back up, those messages are sent all with out the client not caring or knowing   thanks Ralph Yes, using the netMsmqBinding. The service exposes an endpoint over netMsmqBinding, the client will be configured for the same binding. So long as MSMQ is installed on the cli ...Show All

  • dansingirl17 MSB3061

    I'm running the Feb CTP, including Orcas. Nearly any time I try to rebuild an application I receive the warning in the subject and the message "Cannot delete the project output: is the file read-only " This is, despite the warning, a build failure. The file that can't be deleted is MyApp.vshost.exe. You know what, I just figured out what it is. Orcas locks this file if you have any XAML files open (assuming for the designer ). Is th ...Show All

  • alien- problem with resource dll for wizards?

    If I want to create a DLL to contain icons and strings to be used in a VSDIR file, does that DLL have to be in C++ and therefore not C#! If so, how do I associate a GUID with it (and register it) I want my VSDIR to be {guid}|#number instead of C:\mystuff\resource.dll|#number The wizards I have written are in C#. I don't mind using a resource DLL but its giving it a GUID thats the problem. Thanks Jason ...Show All

  • CStacker Domain model designer toolbox items disappeared

    Hi, I'm going through the DSL tools walkthrough 1, and things have been going pretty smoothly until suddenly my toolbox items for the Domain Model have completely disappeared.  Even if shut down VS or start a completely new DSL project, the toolbox items are still gone. Any idea why that might be or where I may have hidden them (and how I can show them again) Thank you, Notre I am also facing the same pro ...Show All

202122232425262728293031323334353637

©2008 Software Development Network

powered by phorum