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

Software Development Network >> Visual Studio

Visual Studio

New Question

Complex security scenario
Chart Legend
How to: Interact with Windows Forms (C# 2.0 & Word 2003)
locking/unlocking bookmarks dynamically
Task Class relation to Package
Does VSS 2005 Internet Require a Server Share?
Publish fails for WPF app using November CTP
Force Image to native resolution?
design time features in feb. ctp
Zooming Crystal Report When Design

Top Answerers

shuai
gshir
madscene
David Silverlight
Marin Chanev
DannoCoy
Imad.Ozone
Jeroen van der Wal
lihai
Gramm
WebGuyz.Net
Only Title

Answer Questions

  • Nate Smith6744 Toolbox integration with a tool window?

    To be a target / consumer of existing toolbox functionality in VS, does my window have to be a document window or will it work for a tool window as well Thanks, Notre   This works with a toolwindow, as I just did it ...Show All

  • Khaled Hussein Excel Toolbars

    I currently have a VSTO Excel application, which adds a custom toolbar to Excel. However, the user must first open MySpecialApplication.xls file in order to get this toolbar. I would like a way to have this toolbar available in Excel even when my .xls file is not opened. For example, I installed Microsoft Team System, and that installed a custom toolbar in Excel (called Team). Similarly, when I installed Adobe Acrobat, I got a custom toolbar ...Show All

  • Vinit Asher Data Island+Server Document

    Hi   How To Set Cached Data on a Server  . i.e on Word Docuemnt using ServerDocuemnt Class from web page without opening the Word Docuemnt .   Nilesh       Hi, Nilesh, We have a number of topics in our documentation as well as sample code showing how to work with ServerDocument Class and with Cached Data. Here is the link to this documentation on MSDN: http://msdn2.microsoft ...Show All

  • Peter Cwik Envelope declaration and namespaces

    I would like to have a namespace declared in the envelope start tag just as addressing and soap. I've noticed that the AddressingHeader class derives from IMessageHeaderWithSharedNamespace. This is the interface the Message class uses to spit out the namespaces at the beginning, which is what I want. However, this interface is internal to the System.ServiceProcess.dll. It doesn't appear that there is any way I can do this as all the classes/ ...Show All

  • jimbad Open Office standart

    As we know, new Office provide open stabdart throw XML. Will CLR be supporting some providers for Office files, or we will be must writing stupid code for parsing these files Kirill Are you referring to Office 2003 XML or Office "12"   If Office 2003, then these are just standard XML files. System.XML provides the parsing functinalilty for XML. There is no app-specific object model though exposed by an ...Show All

  • velt How to add vsto in visual studio 2005 professional edition

    Hi, I am trying to import VSTO-2005 in visual studio 2005 professional. but not succeeded, I installed window xp-service pack 2 Office 2003 professional-service pack 2 visual studio 2005 Professional VSTO 2005-redistributable package VSTO-Run time but I didnt see the office template in my visual studio . Can I use VSTO-2005 with visual studio professional edition OR I have to install visual studio team system for usin ...Show All

  • ChrisCC VS .NET 2003 Prereq problem

    Context: WinXP SP2 MSDN Disc 2431.4 (May 2005) Problem: I install prerequisites (IIS, FPSE 2000). When I restart the VS .NET 2003 Setup, still says I need to do prerequisites. OK, select item "1", and it then gives me a dialog box in Spanish and executes a "Dell Chipset Utility" application which installs something-god-knows-what in two seconds then exits. Has anyone seen this What the heck is going on You are ...Show All

  • jyao Visual Source Safe Command Line

    Hi! What can be the advantages we can get by using the Visual Source Safe Command Line Hi Ali, Assuming you have a folder $/A and a folder $/B that’s a branch of $/A, y ou can merge all the files from $/B into $/A by using             ss.exe cp $/A             ss.exe merge –C $/B/*.*   The merge command doesn ...Show All

  • Keessie Execute Guidance Automation Memory Error

    Hi I have .net 2005 professional installed on a virtual machine (so we can set this up once for evaulation of the app blocks) but when trying to Execute the "Register Guidance Package" Option i get the following error System.AccessViolationException: Attempted to read or write protected memory. This is often an indication that other memory is corrupt. at EnvDTE.UIHierarchyItems.GetEnumerator() at Microsoft.Practices.RecipeFrame ...Show All

  • Hemantkum VS.NET 2005 beta 2 destroys my network access...

    So I took Visual Studio 2005 beta 2 that arrived in our latest MSDN build and did a installation on one of our test laptops. It seems to work fine, until I shut the laptop down. When I restart it the network card is dead. It's happened to two laptops. At first we thought it was hardware failure, but sent the first laptop back to IBM, and they popped in a new harddrive with a fresh installation of windows and it worked fine again. Something in th ...Show All

  • Donsabras How can you provide input to AddProjectDependencyAction without a wizard?

    I would like to use the AddProjectDependencyAction but I do not want to gather the project input information from the user through a wizard.  I am able to derive the project names as strings in the recipe but the Action wants EnvDTE.Project types as input.  I attempted to use the ProjectConverter but have been unsuccessful. Is it possible to convert a string argument into a EnvDTE.Project Argument and then pass that to the AddPro ...Show All

  • wpzhao Package Load Failure with /NoVsip

    Hi all, To deploy our DSL we requested a PLK and followed the Deploying a DSL walkthrough. When starting the exp. environment with option /NoVsip in the debug settings all works fine (we also deliberately created a package with an erronous PLK/package combination and then the exp. environment with option NoVSIP didn't start, as expected). When installing the package and starting VS with devenv /novsip a Package Load Failure occurs. To m ...Show All

  • Juniorelnino Problem Using Source Control with VS.Net 2003 Professional

    I am writing my own Source Control provider which supports the MS SCC API. It works perfectly when I connect from PowerBuilder which is my primary programming tool. Now I want to test it against VS.Net 2003. I have never used VS.Net 2003 before so I opened the VB.Net sample called 'Calc'. I select the menu option 'Add Solution to Source Control' and get this error message:  There was an error while initializing the WizSource SCM source con ...Show All

  • Joe Fawcett Copying files

    Dumb question of the day but can someone please tell me why this works (ie, it lists files):  <ItemGroup>   <MyFiles Include=" \\someserver\someshare\droppath\somebuild\Debug\*.dll " />  </ItemGroup>  <Target Name="Build" >   <Message Text="@(MyFiles)" />  </Target> and this doesn't:  <ItemGroup>   <MyFiles Include=" $(DropLocation)\$(BuildNumber)\Debug\*. ...Show All

  • Arnolds Upgrade from Crystal Reports.Net 9 to Crystal Reports XI Developer Edition

    Upgraded from Crystal Reports.Net 9 to Crystal Reports XI Developer Edition and the streaming report functionality started generating errors. The Visual Studio.net 2003 did upgrade the Crystal Reports report viewer control but the streaming functionality ceased to work. What backend upgrades are necessary Below is the code followed by the error generated. -----------[ Stream Export Option [1] ]------- 'Dim myExportFile2 As String = Server. ...Show All

95969798990123456789101112

©2008 Software Development Network

powered by phorum