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

Software Development Network >> Visual Studio

Visual Studio

New Question

Demo application available
VSS and MSVS2005
How to create a new Code Generator in VS 2005?
Cecil project from Mono : better than Linq ?
How to support Exception Assistant
How to determine the type of build being executed in the BuildEvents_OnBuildProjConfigBegin handler.
Integrating my own content on the Codezone community search tab
Bin Directory Goes Into Source Control
user input validation
Binary files randomly corrupted after check-in in VSS RTM (8.0.50727.42)

Top Answerers

jarrodl
Jasim Iqbal
Harold van de Kamp
Wolfgang.999
vsone
horaciojk
mok
ChrispWard
Joe.M
Patrick MCCormick
Jane and Richard - Scribble Case Review
Only Title

Answer Questions

  • bmacneal Search/find a string on a webbrowser kind of custom editor

    Hi, I've implemented a custom editor for my xml files, which are displayed in a webbrowser control within the EditorPane However I am not able to find a way to implement IvsFindTarget interface such that I can highlight search string on this webbrowser control. Imagine i have a nice table on the webbrowser control which represents my nodes in XML. Now if a user does ctrl+f and searches for a string in "current document", I am not sure ...Show All

  • Pranav Changes to the ProjectName from a Wizard is ignored

    Hey GAT team! I have a fairly simple project template that is running a recipe that helps the developer build the ProjectName for the new project. (among other things of course ;-) The recipe contains the ProjectName argument, ie: < Argument Name = " ProjectName " > < ValueProvider Type = " Evaluator " Expression = " $(AppNamePrefix).Entities " > < MonitorArgument Name = " AppNamePrefix " /> </ ValueP ...Show All

  • Lars Middendorf Cider type initializer error

    On one of our machines we are getting an error with Cider, after we create a new project, and try to click over to design mode, the following error prevents the design canvas from displaying: Error      1              The type initializer for 'AvalonAdapter' threw an exception.          C:\Projects\cider2\cid ...Show All

  • Orman How to tell the RTD that a file is dirty

    I need a way to trigger the RTD to think a doc is dirty even though it hasn't be modified by a editor. hmm... for what ever  reason, IsDocDataDirty isn't being called, but other calls on that interface are being called.. Any ideas Hi Bill, The IDE periodically checks if the document is dirty by calling IVsPersistDocData2::IsDocDataDirty(). If you return TRUE from the pfDirty argument, the IDE will display the document as being ...Show All

  • Riceroman <the system cannot find the reference specified>

    I'm trying to create an application with an Outlook connection. I have Outlook 2003 with the latest service packs, Visual Studio 2005 and Visual Studio Tools for Office. Outlook is functioning correctly. I try and add the following COM reference: Microsoft Outlook 11.0 Object library. To do this, I select Add from the References Tab of my Project. I click on the COM tab and locate the Microsoft Outlook 11.0 Object Library and add it to my pro ...Show All

  • Ame How to separate a complex Application?

    I'd like to create a WPF-Application. In a more complex application the .xaml-files tends grew very fast, so I like to separate components of the application in different files. Is it possible to include or to refer another component (e.g. Win1.xaml + Win1.xaml.cs) It's not the problem to include a 'StackPanel' or a 'Grid' via the ResourceDictonary. But when the gird contains buttons with click-action it doesn't work. Thanks for ...Show All

  • Syed Khasim How to identify the difference bwteen non-defined property and empty property?

    Experts,    The the following blue scripts can work well. -----------------------------------------------------------------------------        <PropertyGroup>           <My1></My1>          .....     </PropertyGroup>          <PropertyG ...Show All

  • GMann bug in july ctp?

    trying to display a report in an asp.net page. The page runs and the page count is correct but the pages are blank. Export to excel errors, but export to PDF works and looks right. Known bug is there a workaround Allen Ok Rajeev. Win XP Sp2, July CTP of visual studio. OK, simplest repro I can do... I created a new web application. Added a report to it (report.rdlc) and put a line on the report. No data so ...Show All

  • Aaron Kravitz alternating table row colour

    Hi, the title says it all... how do I alternate the row colour using the Table control in an RDLC I'm using VS 2005. I can see the properties for the Detail row but there doesn't seem to be anything there to alternate colour. regards JOel Use this expression to alternate row colors in detail row on the color property =iif(RowNumber(Nothing) mod 2, "#e8e8c9", "White") How do you then reset the alternate row ...Show All

  • Venkat Sathyamurthy ReportViewer LocalReport Export File type limitation(VS.NET 2005 beta 2)

    I need export the report to Excel,PDF,CVS,TXT format,but the LocalReport  Export File type only one: Excel . I know the RemoteReport (SQL Server Reporting Services) support many export file types, but the ReportViewer need License , so I didn't try the RemoteReport. The following material come from VS.NET 2005 Beta 2 MSDN: ReportViewer Controls in Visual Studio 2005 ... Remote processing mode requires a licensed copy of Microsoft SQL ...Show All

  • Danny F&amp;#252;rni&amp;#223; Passing a token between services and InfoCard

    I would like to use InfoCard to authenticate and acquire a token on one channel and then I would like to create a second channel and pass the token I acquired in the first channel to it so that I am not prompted by InfoCard again. Something like this (pseudocode). Is this possible or would it by nature invalidate the token All of my services require the same claims, and my application calls into multiple services, so I want to get the token onc ...Show All

  • Brad Ward Subversion SVN with Visual Studio 2005

    Anyone know how I can use Subversion SVN source control in combination with VS .NET 2005 to have source control for a website served on IIS with Frontpage extension 2002 Thanks in advance guys! The MSSCCI interface has changed in VS2003/VS2005 by adding new functions; however, it is backward compatible, so theoretically providers that worked with VS2002 should work with VS2005, too. By implementing the new ...Show All

  • Haider Ali Khan When the DTE invokes the IVsWindowPane.LoadViewState and SaveViewState method?

    hello all. i am creating a Editor by Implement IVsWindowPane interface,and set a break point to debug and be about to know when these methods would to be invoked.but,it never run to the brak point in LoadStateView method. anybody can Tell me when the DTE Invoke this method and what functions these method doing   thanks.. The interfaces that are part of VSIP are not built exclusively for the use of the DTE object model. The ...Show All

  • Dmano ListView with 35000 items

    HI All, I tried using the Listview with ObservableCollection as the datasource containing 35000 items.  Deletion in Observable collection is of O(n) , means if i have to delete two items present at the end of list, then Observable collection searches 35000+ 34999 times. It such an expensive deletion.    Could anybody suggest better way to diplay data in listview when there many items. more than 35000.   Th ...Show All

  • lechkung Error while checking-in in VSS 6.0

    In my .Net project (inside Visual Studio .Net) some files (.VB, .RESX) are not possible to check-in!! When try to do this, message is shown: "Error reading from file". Then it say, "file <VSS path for file> already exisits". None of these were NOT checked-out by me. When try to look for this in SourceSafe, clicking the folder which has those files says, "Error reading from file". I deleted one of these files from the project. And later ...Show All

444546474849505152535455565758596061

©2008 Software Development Network

powered by phorum