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

Software Development Network >> Visual Studio

Visual Studio

New Question

Can someone provide an example of XOML only Sequential workflow that loads several Workflow dlls?
Can't compile IServiceHostFactory
"Reload" listobject after UnList()
MediaElement video playing quality
WCF Client Kills Windows Service Hosting WCF Service
How to use MSBuild from the command line?
MSBuild Publish and non-project files
"sgen.exe" exited with code 1
Drag and Drop Column Headers for a custom grid
Visual Studio 2005 SDK (December 2005 CTP) Released

Top Answerers

djalexd
JustJeff
apex1
Adam23
Tammy P
Bruce
venkatesh24837
Chris Peto
Subhash
Arnar Vilhjálmsson
Great American Web
Only Title

Answer Questions

  • Michael__H Adding a new Window via DTE2.MainWindow.LinkedWindows

    Hey all, I have been working on my Add-In for a while in VS2003 and moved it over to 2005 and now I want to be able to have my window integrated into Visual Studio.  Is there a good reference to doing this   I have just started looking at DTE2.MainWindow interface and also the DTE2.MainWindow.LinkedWindows.  Do I simply need to implement Window2 interface and then add it to the LinkedWindows collection and that is it   I ...Show All

  • Robin Speed 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

  • Qber Programattically render pdf from ReportViewer

    I have created several embedded ReportViewer reports in asp.net 2.0 (using VB). Love the ReportViewer. Used Cognos SDK up to 3 wks ago, but not any more! When my app's user pushes a button, 8 diferent reports come up in separate browser windows (e.g. Response.Write("<script>window.open('../Reports/rptOversale_Compare.aspx ','_OverSaleCompare');</script>")). What I want to do is have the reports come up in pdf format ...Show All

  • k_jedsada Programmatically insert a TOC entry and define outline level ?

    Hi, I am able to insert a TOC entry field programmatically, but I don't know how to insert the options such as : - outline level - suppresses page number - multiple table Here is my code : object oTCType = Word.WdFieldType.wdFieldTOCEntry; object oTCText = "\"" + title + "\"" Word.Field subdocTCField = this.Fields.Add( Application.ActiveDocument.Range(ref oTCStart, ref oTCStart), ref oTCType, ...Show All

  • Andrew Arnott - MSFT devenv /setup takes a lot of time...

    Just wondering why devenv /setup from Beta2 takes so much time in compare with VS .NET 2002/2003... Allen, Please do. I was wondering about the same thing as it makes VSIP package compilation/debugging experience extremely painful. Thanks. Thanks for the explanation, Allen! As for the new switch, I think it would be useful. At least, for package developers. Hi ther ...Show All

  • Hamish Robertson VSTA: Missing Dll's from Feb 2006 VS SDK?

    I just installed the Feb 2006 VS SDK and am trying to run the ShapeAppBasicCSharp example. The following project references are not being found: Microsoft.VisualStudio.Tools.Applications.Adapter Microsoft.VisualStudio.Tools.Applications.AddInManager Microsoft.VisualStudio.Tools.Applications.DesignTime System.AddIn I can not find these assemblies anywhere on my machine. Any ideas on where they might be found or how to get them I ...Show All

  • JPD Msbuild treat \r as \n ?

    I'm testing to see whether msbuild can replace nmake. project file <Project xmlns=" http://schemas.microsoft.com/developer/msbuild/2003 ">     <Target Name="test">         <Exec Command="test.exe"/>     </Target> </Project> test.exe only print number. using System; namespace test {         /// <summary>         // ...Show All

  • skg1063 Can we generate code?

    Is there a way to generate code from a class diagram   Given a project without the type on a class diagram, wouldn't it be nice to be able to generate that stub   If there is a way to do this, please let me know. If not, why not Thanks! Hi, You should be able to create new types by dragging the item from the toolbox (it should be visible when you have a class diagram open if not, you can bring it u ...Show All

  • dnhxx Error opening class diagrams

    I get this error when opening class diagrams: Cannot load 'filename': Method not found: 'Boolean VSLangProj90.Reference3.get_resolved()'. This is with beta 2 standard edition. Does anyone have any ideas what the problem is or what I'm missing I also have this problem but I did not have Beta 1 installed previously and I only have one instance of VSLangProj80 in my GAC... This ...Show All

  • Fred de Lange Did not work :-(

    Well I have a word.dot file with C# behind, Office 2003 I am calling this file from a local web server, and I am receiving this error message: The customization does not have the required permissions to execute. One of the things that makes Linux less attractive are the tons of additional steps you need to do in order to get something working right, and I guess now Windows/Office is no different. I guess it is ...Show All

  • Andi Raicu VS.net update issue

    I'm currently developing software using Visual Basic .net.  I maintain copies on multiple computers, some of which are not connected to the network to protect sensitive information.   After updating my operating system on my networked machine, I find that I have MS Development Environment 2003 Version 7.1.3088 whereas on my unnetworked machines, I'm using Version 7.0.9466.  When I attempt to edit programs written in the newer env ...Show All

  • Shalabh337 Chart Legend

    Hi - I've searched for threads about changing the text of a Legend of a Chart (from SumOfStockHeld to Stock Held for example) and there were some entries but no real answer. Is it possible to change the legend text of a chart even if it involves getting down into the object model Thanks Hi P J I found a thread somewhere (maybe in this forum maybe not) where someone suggested creating the query and allowi ...Show All

  • lockheed_man AssemblyInfoTask errors

    Has anyone seen this AssemblyInfoTask error (this is on Team Build server). I only have one linked AssemblyInfo.cs file that I'm attempting to update (for many assemblies). Any help is appreciated...! ---------------------------------------------------------------- Target UpdateAssemblyInfoFiles: C:\Program Files\MSBuild\Microsoft\AssemblyInfoTask\Microsoft.VersionNumber.targets(90,5): error MSB4018: The "AssemblyInfo" task fa ...Show All

  • Kevin111 WCF configuration schema changes

    I recently installed the Jan CTP and I got some config failures with an old sample that used to work just fine. It was complaining about the following: <binding configurationName ='whatever'/> and <endpoint configurationName='whatever'/> On a hunch, I changed 'configurationName' to 'name' and the sample works again. Looks like the docs at windowssdk.msdn.microsoft.com are out of date (see [1] for an example that uses the old configur ...Show All

  • Jartai Uninstalling VS 2005 RC

    I am trying to uninstall VS 2005 RC so I can install the released version of VS 2005. I have tried to do it via Add remove programs and I have tried the vs_uninst.exe tool. I have tried to repair my current version but no matter what I do I get this message and the ununstall failes. Error 1322. A portion of the folder path '' is invalid. It is either empty or exceeds the length allowed by the system. help! Please take a look at Aaro ...Show All

9091929394959697989901234567

©2008 Software Development Network

powered by phorum