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

Software Development Network >> Visual Studio

Visual Studio

New Question

VSIP/Visual Studio 2005 SDK and open source language services?
Package load failure after installation
Making help files
There is no source code available for the current location
Microsoft.Build.Commontypes schema is invalid according to XmlSpy
How to Freeze Worksheet Panes (C#)
databinding bug, or am i just expecting too much? - master/detail with a combobox in the detail
Create shortcut to xls on users desktop in setup project
Changing assembly reference path based on build config
url access rs 2005

Top Answerers

rex_rgis
omkar pimplekar
James Moore - Visionspring
Puttoju
Anton L.
akverma
Powermax
Belzicool
Sahil Malik
Lee Brimelow
The Dalmatian Group, Inc.
Only Title

Answer Questions

  • Todder Outlook Winform

    I have 2 questions, I am new to using VSTO... 1. I created a custom meeting request. I have created a To... Button like in the standard Outlook form. How do I set it up so when I click the button, my address book pops up like in the standard form 2a. Along the same lines, how do I get the File, Edit, etc... menus that are standard in the office application 2b. I tried to add buttons to Save, Send and Save, and Delete, which work, but ...Show All

  • Amirc Automation executable consumes 100% CPU

    Hello!!! I have developed and automation executable to druve Excel and I'm poretty happy with it apart from the fact that it consumes 100% of the CPU while it's running - even when the app should really be idling. The problem is caused by this piece of code while (close == false ) System.Windows.Forms. Application .DoEvents(); I got this pattern from my VSTO book ( )and it's abviously going to cause the CPU hogging that I'm expe ...Show All

  • Lars XLN Audio HTML Editor Context Menu

    Does anyone know what the Guid and ID to hook the HTML editor context menu is Can you try   GUID: {D7E8C5E1-BDB8-11d0-9C88-0000F8040A53} And ID: 0x0033 Note that depending on what type page it is, the IDs might be between 0x0032 and 0x003A. Thanks, Dylan There is additional information regarding this post in the GetMarkerCommandInfo in HTML Editor thread This hooks me in the code editor, ...Show All

  • Samuel Chen Display the Content of the Uploaded file in the InfoPath Form.

    Dear Friends, I have some problem regarding InfoPath 2003. How can I display the Content of the Uploaded file in the Infopath Form. For Example ...if I upload the one Excel Sheet file (.xls)...After uploaded...The Form will display the Excel Sheet content on it (Obviously in the same Form). My Questions is it possible . Anyone can help me . Vasanth. Hi Vasanth, I am glad that you found an alternative way to do it, as Infopath didn't s ...Show All

  • Rico Martinez VSS Internet setup, how to?

    I've been messing with the June CTP of VSS and VS2005 and can't get the internet functionality to work with VSS.. is there any guides out there or doucmentation on how to set it up thanks! Hi, The code is trying to access the IIS website "IIS://localhost/W3SVC/1" using ADSI (Active Directory Service Interfaces) and obtain the COM interface IADsContainer. When it fails, the code displays the error message ...Show All

  • Kerilk Host a WCF Service in WAS

    Is it possible to host services in WAS in XP SP2 I've installed Win FX for XP on my m/c. Pls let me know the details of any specific component that need to be installed for this. and a sample WCF code that is hosted in WAS. Thanks in advance WAS is only available on Vista. http://hyperthink.net/blog/PermaLink,guid,e74cfea2-cc84-49dc-b047-b11d3402a94c.aspx Thanks! Scott Unfortunate ...Show All

  • Mathai The "ResolveAssemblyReference" task failed unexpectedly

    Hello, I have the exception hereafter while building (or rebuilding) my application. How can I know which directory he's talking about I tried to remove all bin and obj directories to make a "clean" build, but it does not help. Sebastien Error 1 The "ResolveAssemblyReference" task failed unexpectedly. System.IO.IOException: The file or directory is corrupted and unreadable. at System.IO.__Error.WinIOError(Int32 e ...Show All

  • vvk4 How Can I Benefit From LINQ?

    Hi! I'm modest C# programmer. What does LINQ has to offer me people like me. Any guidance would highly appreciated. Thanks Hi! Thanks to both of you Miha Markic and specially to Keith Farmer for such a comprehensive reply. Perhaps you might download Linq tech preview and read its docs. They should give you an idea. Alternatively (not that Miha's suggestion isn't good -- it's recommended), here's a short answer: ...Show All

  • Ralph_Ai2x Unable to create class diagram from C++/CLI

    Hi, If I try to create a class diagram in a VS 2005 B2 C++/CLI windows app project, I get an error saying "Unable to create class diagram file "file URL". Make sure you have file system permissions to create the file and have disk space availalbe. When I try the same operation from a C# project, things work fine. Any ideas Allan Class Designer does not support C++ in current version. There is another thread di ...Show All

  • metstudent1 Multiple Office Version Development

    Can VSTO be used to develop addins for office 97, 2000, XP and 2003 Thanks Alan No. VSTO 2005 works only with Office 2003. For add-ins that can work in multiple versions of Office, use the Shared Add-in project in the Extensibility folder of Visual Studio Professional (under the Other Project Types folder). Harry Miller Technical Editor http://blogs.msdn.com/harrymiller This posting is provided " ...Show All

  • mzirino Error connecting to VSS test database

    I have VSS 2005 July CTP installed on a Windows 2000 Server and I had success setting up a test database. When I tried to connect to this database using HTTP access on a Windows 2000 Pro system I got this error: --------------------------- Visual SourceSafe Internet --------------------------- Cannot contact the Visual SourceSafe Internet Web Service or cannot access the specified database. The server returned the following error: A connect ...Show All

  • rhc_advent MSMQ error opening queue

    Hello. I'm trying to use msmq to establish communication between and indigo client and an indigo server. I've set the endpoint like this on the server: <endpoint                     address="net.msmq://localhost/private$/indigotests"                     bi ...Show All

  • DOTNETFantasy Excel ListObject Problems

    I have a couple VSTO questions about the ListObject. Is there any way to remove or at least reformat the blue line that appears around a list object I understand the reason for it, and I think it will be OK if I could at least re-color it. Is there any way to get rid of the header row I doubt these two wishes are possible, is there any alternative I would really like to use databinding, as the alternative is to write tons of mapping code an ...Show All

  • D06147 Help still broken

    Just installed the release version of VS2005 standard. Alas, F1 help is still broken. If I position the cursor over a word (for example HANDLE) and hit F1, the following happens: 1. If MSDN is set to use local help only, it always displays the topic-not-found page, even though on the left hand side, the topic is not only present, but selected. A single click on the highlighted item displays the correct information. 2. If MSDN is set to use onlin ...Show All

  • Angz DependencyProperty changed event.

    Hi, I'm using TabItems and want to subscribe to changes to the IsSelected DependencyProperty. How can this be done Thanks a lot Have you tried overriding the property metadata for the IsSelected propety of your TabItems and specify a DepedencyPropertyChanged callback. While I did not try this exact case myself, this could resolve your issue of having to create a DP on your target and the binding.. Nico Vuyge wrote: It ...Show All

293031323334353637383940414243444546

©2008 Software Development Network

powered by phorum