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

Software Development Network >> Visual Studio

Visual Studio

New Question

WPF App design: How to handle selection events without coupling
RC HyperLink
Document Explorer crashes
Overload all <bold> tags
Web Part Templates
filter
Error no 0x80072EE2
problem with shaed add-in macro settings
Clearing Report Parameters
Multiple Hosts?

Top Answerers

Brainwav
David_W
ChrisCow
JKay
Daan van Schaijk
Wayne Duke
meshula
jason R S
the Wolf
DenisM
Desarrollo Inform谩tico
Only Title

Answer Questions

  • janfe313 Can I save information inside a Word Document

    Is it posible to save information in a Word Document, in a a way the user can’t see it or edit it, but i can read it or modify it using code Thanks Hi jalekz, If you want to do it using VSTO framework, you could use the Data Island to cache your information. You will find a good description here: Caching Data http://msdn2.microsoft.com/en-us/library/75akte27(VS.80).aspx   This would be an example on how to ha ...Show All

  • Rahul_hk1 MSBuild vs NAnt

    Please share your thoughts about comparison between those two     I agree! As a user who has spent a considerable amount of time working with NAnt and recently introduced to MSBuild it seems to me that Microsoft would have gained a significant amount of brand recognition and support from the development community for working with the existing tool to contrib functionality. Is the MSBuild tool a c ...Show All

  • noname267 Debugging Problems in VSNet 2005

    When I start a web project using Debug-->Start Debugging, I get the error: Microsoft Visual C++ Runtime Libary - Runtime Error! Program: C:\Program Files\Internet Explorer\iexplore.exe The application has requested the Runtime to terminate it in an unusual way. Please contact... Then when I click "OK" I get: iexplore.exe - Application Error. The exception unknown software exception (0x40000015) occurred in the application at loc ...Show All

  • CosmicSheep Suggestion: what about paging?

    I didn't see anything in DLinq about paging - e.g. getting just the 21st through 30th objects from a result set that would otherwise contain thousands of objects. It seems like something that would be important, in some applications... Maybe the Take and Skip operators could be used to do this. As the previous post points out, you can use Take and Skip. We are also looking at various paging patterns t ...Show All

  • TDP Visual Studio 2005 Combined Help Collection Broken

    This has been discussed several times and I've still not seen a fix that actually works for it. I've tried everything posted here in the forums, newsgroups and on the web with the same results: The V isual Studio 2005 Combined Help Collection along with SQL Books Online are not available. Pointing Dexplore.exe to here: ms-help://MS.VSCC.v80/dv_vscccommon/local/CollectionManager.htm Shows this at the bottom of the page: Collectio ...Show All

  • bb32223 Assembly attribute missing

    My program is OK in Nov. CTP. But, there are Assembly error in Jan, 2006 CTP. My compiler is VS Professional 2005. Here are some code: < Mapping XmlNamespace="uc" ClrNamespace="UnitConversion" > <Window x:Class="UnitConversion.Window1" xmlns=" http://schemas.microsoft.com/winfx/avalon/2005 " xmlns:x=" http://schemas.microsoft.com/winfx/xaml/2005 " Title="Converter" ...Show All

  • Shiku Required software to install on Web Server for VSTO?

    Greetings, I know there are a number of posts that discuss deployment issues, but I was not able to find one that explicitly addresses this question. It is stated in the Microsoft Documentation that there are a number of required software prerequisites (.net 2.0, vsto runtime, interop, etc) that the end-user machine needs to run a VSTO 2005 application (regardless of whether it was deployed locally or through network). My question does not perta ...Show All

  • srbietho Visual Source Safe Command Line

    Hi! What can be the advantages we can get by using the Visual Source Safe Command Line Hi Alin, Thanks for helping me again. u mentioned there, from a command line u can recursively merge branches, with all files in a folder, Can u plz give me example regarding to this 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    &n ...Show All

  • Jochen Kirstaetter Splash Screen Icons - How To Get?

    Folks, I have a VSPackage that implements the IVsInstalledProduct interface, and Visual Studio correclty calls the IVsInstalledProduct.IdIcoLogoForAboutBox() method to obtain the resource id number for my About Box ico when ever I display the AboutBox, and the Icon appears just fine. Now I am trying to get the Splash Screen Icon working but can't.  The docs say that the IVsInstalledProduct.IdIcoLogoForAboutBox() method is suppose to b ...Show All

  • kelvinat0r Subreport, business objects, VB, Local report

    I've been looking at the Orders example (from GotReportViewer.com) and some of the other examples, trying to figure out how to get a subreport to work using business objects. I seem to have it all correct but I get: Error Subreport could not be shown. I'm using AddHandler for the LocalReport.SubReportProcessing call and it seems to work because the Subroutine gets called for each master record in the report. I have the parameter to tie the main ...Show All

  • Michel To Is VisualBrush still not-interactive?

    Hi. I would like to know if the content shown with a VisualBrush is not interactive. I've read some old posts (Mar-2005) saying it was on its way, but I'm trying it and it doesnt seem to work. http://www.ureader.com/message/205375.aspx Thanks, RODOLFO I have heard no intention for v1 to have visual brush content be interactive. I requested basically that about a year ago and was told it would not make v1. ...Show All

  • Yeshwanth How to configure Crystal Reports DB Connectivity Using the Reports as a web service

    I recently built a .NET thick-client application that was web-services based. I built several Crystal Reports and deployed them as web services in IIS. The problem was, I didn't find any documentation on how to do runtime manipulation of the database connection info. I ended up changing the code that got generated after I hit "Generate Web Service" on the report files. I changed the default: public SubmissionStatusService() {   &nb ...Show All

  • David Citron When will the C# version of LinQ be ready for VS.NET 2005 RC0

    I am very excited about LinQ and would like to use it asap. Since I have to use the VS.NET 2005 RC0 version to create demos, I would like to inquire when will the C# version of LinQ be ready for VS.NET 2005 RC0.   Yes, I know that LinQ is already compatible with the VB version of the RC0 VS.NET release, but I would like to show Java programmers a flavor of what they are missing ! How soon is so ...Show All

  • SROMERO Uninstalling Add-ins - removing toolbars

    Hi all, I have an addin for VS.NET which I've recently altered to work with vs2005.  I'm having an issue with uninstallation though.  When my uninstaller runs, it runs 'devenv /setup' to remove the toolbars for each of the Visual Studio versions installed.  This works (albeit with ugly consequences) on VS2003, but on 2005 my add-in's toolbar and commands are still present. Some searching around yielded the /resetaddin command, whi ...Show All

  • Jose Angel Question on VSTO for Exchange

    Anyone have try saving all mail in the outlook using VSTO when the account is connected to exchange server. I have try using the foreach (MailItem m in folder.Items) { String temp = path + Path.DirectorySeparatorChar + m.EntryID; m.SaveAs(temp, OlSaveAsType.olMSGUnicode); } The application will throw the following error A COMException exception is thrown when an unrecognized HRESULT is returned from a COM ...Show All

686970717273747576777879808182838485

©2008 Software Development Network

powered by phorum