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

Software Development Network >> Visual Studio

Visual Studio

New Question

TSQL language service
UpdateSource and UpdateTarget documentation is mssing.
CommunicationObjectAbortedException
Could not find schema information for the element 'http://schemas.microsoft.com/.NetConfiguration/v2.0:system.serviceM
how to get template path for VC projects?
Help with Infopath!!!
Visual Studio 2005 Beta Support: A Joke
A very difficult problem comes to me:ScaleTransform Problem
Persistent installation errors with Beta2/RC0 : "Beta 2 was not attempted to be installed."
Custom Menu

Top Answerers

JThiloR
Gayathri Krishnan
Brian Wong
Infosteo
MamboJoel
PBuchetta
M.rkino
hotmailman
nirnet
.NetNerd
AmberPoint
Only Title

Answer Questions

  • MattTaylor Problem in Crystal Reports

    Hi All, I am using Visual Studio 2003 and crystal reports 10. I have developed a Web application using ASP.Net and used crystal reports 10 version. I have developed the setup project. And I tried to install this setup project on another system, on which crystall reports does not installed. Installation completed successfully on this system. Now I tried to run the installed project. I am facing the problem with crystal reports. Apart from cr ...Show All

  • StLThumper how to create .xps files

    can anybody know how to create .xps files programatically Check also this: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=392853&SiteID=1 Bye :) Hi Thomas, Can you please let me know is there any version specific to the SDK's because i have istalled Windows SDK and WinFX Run Time Component also. but i don't have the folder named "Windows" inside "C:\Program Files\Microsoft SDKs\" , in my PC the pa ...Show All

  • tester12 Action Pane disappears

    I have an Excel Template solution developed using VSTO 2005 that has controls on the Action Pane. I have a custom menu button that the user can use to toggel the Action pane on and off, and everything works fine until the user attempts to open an additional Excel file. If a user opens another Excel file from Windows Explorer by double clicking or selecting open from the context menu, the Actions Pane goes away. I then switch back to the ori ...Show All

  • Mike Rorke - MSFT Do you not want people to use x64?

    Could someone please explain why it is that Edit and Continue while debugging in Windows x64 doesn't work And in fact why it's been disabled at all and if you use jet, you have to target the x86. . .at least thats the only way I could find a registered Jet Oledb Provider. but I guess thats not really a .net/VS issue. We do want people using x64. All of the core debugging support works on x64, including ...Show All

  • geppy19 security level problem

    I used visual studio tools to make an access runtime. When I tested the *.adp file I made, I have teh same security-level problems as if I set te security level in the normal access on medium. How can I change the security level of the access runtime to low Hi Korsakow: The best place to ask this question is on the Access Developer Toolkits newsgroup. You can access it here: http://msdn.microsoft.com/new ...Show All

  • Minderaser ActionsPane And The Disappearance Act (When Toggling Excel Spreadsheets)

    Greetings, I have a, hopefully fairly easy, question regarding the ActionsPane.  The problem occurs when I have my VSTO application running and I launch another Excel (non-VSTO) spreadsheet and subsequently switch back to my app.   The ActionsPane disappears despite my futile call to show it when my app is activated:         private void ThisWorkbook_ActivateEvent()    &n ...Show All

  • George Hannah VB6 + Crystal Reports 9 without installation

    I would like to know if there is a possible to open an application on Visual Basic 6 with Crystal Reports 9, from a mapped drive without installation on each computer. Thanks, Seven Know Hello, This will not work as you need to have the Crystal Reports runtime files properly registered in your local computers registry. Keith - Business Objects Hello Keith, I made what you said and the report opened, but ...Show All

  • tonyKM Can I use v3 for Office 2003 and 12? Can v3 and v2 tools coexist on one dev box?

    Can I use v3 for Office 2003 and 12   Can v3 and v2 tools coexist on one dev box ) When I try to install the Cypress release, the installer complains with: "The Microsoft Office InfoPath 2003 Toolkit for Visual Studio 2005 must be uninstalled." ) My current environment includes:     *  Office 2003     * VSTO 2005 for Office 2003     * Outlook 2003 Add-in     * In ...Show All

  • Muhammad Aamir Iqbal Obtaining a reference for a existing project

    Hello, I'm starting to work with VStudio Extensibility, I need to know how to obtain a reference for an existing project thank you If you are writing an add-in or a macro you can get the the Project object by enumerating the Projects collection, e.g DTE.Solution.Projects.Item(1) will return the the first project object in the list of projects. If you don't know much about the DTE object model I would recommend the following web page ...Show All

  • Joeman345 Issues with Outlook Add-in - recommendations please

    Hello –   I am hoping some of you out there can help me with this one.   I will try to be brief…   This is a greatly simplified take on what has been going on.   The background of the issue: We have an Outlook Add-in that was written in VB6.   This add-in will take the content of an email and use it for some processing.   The add-in is in production and has been used by a large number of people succes ...Show All

  • BrendaL Password and CopyObject method to copy modules in AccessDB

    Hi to all, I'm using modules and forms collections from Microsoft.office.interop.access.application object to copy modules and forms from a database to another with the Copyobject method . And it does not work, I think it's because of the password inside the database, to manage modules. Is someone knows the method in .net librairies in order to set the password I know there is one in access.application.OpenCurrentDatabase but it s ...Show All

  • new people Reading Excel From C#

    You can read data from Excel using the JET OLEDB provider. See the URL below for the necessary connection string, and a link to a KB article with further information ... http://www.carlprothman.net/Default.aspx tabid=87#OLEDBProviderForMicrosoftJetExcel -- Brendan Reynolds wrote in message news:9226766e-a1d5-400c-8d3c-8ffc566bec50@discussions.microsoft.com... > Hi > > Can anyone help me how to read values in Excel in C# . So ...Show All

  • baramm How do I get the error and warning count after building a project in a macro?

    I am performing the following operation in a macro: DTE.Solution.SolutionBuild.BuildProject( "Debug" , "my_project.vcproj" , True ) I have not been able to find a way to access the error and warning counts resulting from the operation. Any ideas Thanks Andrew, I had seen the LastBuildInfo and that would let me know that there were errors in a build but not how many. Also, it d ...Show All

  • Waylander67 Drag & Drop Operations

    Hi there. I'm on charge of implementing Drag & Drop operation for my WPF client. I found a class DragDrop which does it. I have a couple of questions to whom which used it. 1. How do I replace a drag image I know hoe to disable default cursors - from within QuearyContinue. Effectively I need to copy a bit of my screen and use it as a drag image - so I’m looking for smth. like bit blaster in WPF if exists (this problem get solved when I g ...Show All

  • Ben Nakagawa VS2005: Trying to execute a component in a post build event that needs the VS2005 environment set up, but fails

    Hi, I am trying to execute a component in a post build event that needs the VS2005 environment set up, but fails. If I execute the component under a VS2005 Command Prompt it all works out OK. I thought that the post build events executed in a VS2005 environment as well but it seams not to be the case. Does somebody know how to do this properly with the post build event Best regards, Joakim Joakim, Post build events don't have t ...Show All

789101112131415161718192021222324

©2008 Software Development Network

powered by phorum