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

Software Development Network >> Visual Studio

Visual Studio

New Question

What Version of VS 2005 is Compatible with the June SQL Server 2005 CTP?
Documentation for .Net 2.0 ?
Source Safe 2005
How To View InfoPath Form
How do I add custom Platforms?
VSTO_Main thread where did it go?
How To Display A Single Record
Problem resizing charts
IClientOperationSelector Behaviour
Problem using ServerDocument.AddCustomization

Top Answerers

Ross71
Lucky_Luck
Kars Blom
Dave White
Vignesh Kannappan
moyoz
NoSoupForYou
mmickas
lildiapaz
annemarie
Betatron
Only Title

Answer Questions

  • SuperMadAlex Word spellingchecker in french ..

    how can i do a spellcheck in french How can i set it to do a spellcheck in french Thanks, If you're automating Word and checking text in Word, then the text you're checking has to be formatted with that language AND the required proofing tools must be installed. If you use the Document object or Range, this is what's going to happen. If you're wanting to simply check any string, then you have to use the ...Show All

  • Raul Villaronga System.NullReferenceException when trying to run Sparkle

    Hi guys, I'm trying to run Expression Interactive Designer on Win2K3 server (it's been reported that it works fine on this OS). I uninstalled my November CTP WinFX runtime components, SDK and VS Extensions and then installed the January CTP WinFX runtime components. My old (November CTP) WPF apps still run fine. However, attemtping to run Sparkle results in a System.NullReferenceException. Anybody else having this problem By the way, i ...Show All

  • Bill Rubin displaying a pop-up window

    Hi, I'm been working with ms build quite some time now and I was wondering if there's any way to show a confirmation window to accept or reject changes before the project is deployed. Thank you for you advice You could write a custom task to achieve this. In your task show the dialog and have the task output a property of its result. Sayed Ibrahim Hashimi www.sedodream.com ...Show All

  • dave_m 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

  • R.E How to run a VB script file to control WPF controls at run time.

    Challenges: I need sample code on the scenarion mention below. "How to run a VB script file to control WPF controls at run time." Please guide me in this aspect. i wiil be grateful if i get guidance on the same Thanks. shruthii Hi Rob Relyea, Thanks a lot for your prompt reply .But it's great hearing from you so soon. But issue is like ------------ "In the sho ...Show All

  • YHEYEH Problem mid-way installing / running VB.Net Design View and tools

    I had this posted also under Visual Studio Express, an added off-that-topic, so I'm moving it here since it deals with installation. This was longer, so I edited out what I fixed...still a problem running the design view and tools. "Package Load Failure Package "Visual Studio Explorers and Designers Package" has failed to load properly ( GUID = BD8529D3-625D-4496-8354-3DAD630ECC1B} ). Please contact package vendor for assistance. Applicati ...Show All

  • Steven Yetter loading language package fail!

    hello all. after installing vs2005 SDK. i get a message ,loading language package fail. the package guid is "{e444c1dd-7c8e-4126-81c8-392c63bfebe3}" anybody can help me! thanks. I have the same problem! I try do reinstall it all, but the problem is still there! What should i do i really can't remember that i had install data analysis tools . :),where it come from This GUID r ...Show All

  • Gokhan Ertas WHAT'S THE STATUS OF THE BUG IN THE CLASS DESIGNER?

    The class details window is no longer accessible after you set it's autohide property.  The workaround you proposed, as far as I know, is: DO NOT SET THE AUTOHIDE PROPERTY. This was reported to you many months ago during the BETA cycle, and now the bug persists in the RTM. This is very annoying because I've become accustomed to the convenience of setting the autohide properties of most windows except the code and form designer.  B ...Show All

  • BMWAustin Document Explorer Crashes on Search

    Clean install of Windows xp Service Pack2, Sql Server 2005 Developer Edition installed, VS 2003 installed, Whenever I perfrom a search or filter I get Document Explorer has encountered a problem and needs to close. Document Explorer works fine for Sql Server Documentation, it only exhibits this behavior with Visual Studio Documentation and does not matter if it is launched from the IDE or from menu. Help!!! this is very frustrating. Thanks ...Show All

  • Dustin Andrews Canvas, Shapes, and Events. What's happening here?

    I've noticed some interesting behaviour with events on a Canvas, and I was just wondering what is going on. I have a custom GridControl with a Canvas on it, that has a handler for the Canvas MouseDown event. uiElement.MouseDown += new System.Windows.Input. MouseButtonEventHandler (uiElement_MouseDown); I've added some PolyLines to the canvas, and I've noticed that if I click on the lines, then my event handler doesn't get called. So o ...Show All

  • Bio Andy Replacing text

    CAn anyone help me for replacing text in word xp after numerous occurences. for example replace "," with ";" only after 17 occurences of ",". Thanks or at least send me to the correct forum can you help me whats wrong in code rng.Find.Execute findtext = "^#" it works in built in word feature but in code I want to search for only digits the compiler ...Show All

  • Simone Windows Graphics Foundation ?

    When looking for some info, I came across the Windows Vista Developer Story page.( http://msdn.microsoft.com/windowsvista/downloads/developerstory/default.aspx ) This has the following in the list of contents: Presentation: Aero, Windows Presentation Foundation (coming soon) Presentation: ASP.NET, Windows Graphics Foundation (coming soon) Can anyone tell me what "Windows Graphics Foundation" is and how it differs from WPF ...Show All

  • patri_ar Fail clearing directory

    I fail in doing a very simple task. In the beginning of a target I would like to make sure that the output directory is empty. I do this with the below 2 lines that removes and creates the directory. < RemoveDir Directories = " $(OutputPath) " Condition = " Exists('$(OutputPath)') " /> < MakeDir Directories = " $(OutputPath) " /> In some rare cases it only removes the directory, but seems to forget to create it again. By T ...Show All

  • gillet FindUnderPath not working

    I have a strange thing going on. I am using FindUnderPath to make sure my files exist before I do anything with them in deployment. The problem is, FindUnderPath says the files exist and gives locations in "InPath" but the files are missing. How is it finding a file that isn't there < PropertyGroup > < ReleaseRoot > \\build\BuildSuppository\Duck\$(BuildNum)\Release </ ReleaseRoot > </ PropertyGro ...Show All

  • JackChan Databinding and passing parameters...

    I'm binding to properties on a user control as below < Canvas.Resources > < ObjectDataProvider x:Key = " MarkCollectionDS " d:IsDataSource = " True " ObjectType = " {x:Type DataSets:MarkCollection} " /> < DataTemplate x:Key = " MarkCollectionTemplate " > < StackPanel x:Name = " StackPanel " > < Controls:MarkControl Latitude = " {Binding Lat ...Show All

252627282930313233343536373839404142

©2008 Software Development Network

powered by phorum