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

Software Development Network >> Visual Studio

Visual Studio

New Question

How to *always* associate a custom tool with a specific file extension?
.asmx compatible schema generation
can't install VS2005 - "not a valid win32 application"
Trust Not Granted
problem with Solution Explorer in Release mode
Installed OutLook 2003 Add-in not available to "All Users"
Tooltip not showing up in ReportViewer
Building multiple projects
adding data in a new added sheet in excel with VB
Using shared data in an Outlook 2003 add-in?

Top Answerers

Girish Lingappa
Koo Ofori
Ingo Muschenetz
ericthered
David Jordan
Kashif Arshad
Ole Martin Brynildsen
domlev
Tim Rice
foxxjnm
Tutorial: Introduction to
Only Title

Answer Questions

  • Omid_ Hooking into IVsDebugger

    Does anyone have any information about this interface such as which service to connect or a sample program that I've overlooked I'm interested in attaching to the debugger in my extension for C#, and possibly VB.NET to intercept and process breakpoint hits, set them, remove them, and keep track of statistics. Is this possible in a managed add-in Hi Will,   You can use SID_SVsShellDebugger service and hook ...Show All

  • GlennAlanBerry How to add programmically new WebService project to the VS2005.

      I have written an Add-in editor to the VS2005 . This Editor is some sort of WSDL Editor and allow to define operation, binding port ,,.. After editing of any WSDL file I generate code   ( C#, J#, VB.Net) through using wsdl.exe. I would like to add   programmatically the generated code as WebService project to the running solution. Does somebody knows how to do it There big difference between VS2003 and 2005 conce ...Show All

  • John Locke Images from mapped network drive not showing

    The following XAML code fails with the BamlParseException: Error at element 'Image' in markup file 'Window1.xaml' : 'Z:\DVD.png' string is not a valid value for 'Source' property of type 'ImageSource'.. " < Grid > < Image   Source = " Z:\DVD.png " /> </ Grid > But when the source is changed to local drive, it works fine. Is it a bug or am I doing something wrong here Is there a solution ...Show All

  • zafarx Problems with wsdualHTTPBinding

    I am attempting to host a callback service in IIS using the wsdualHTTPBinding. However I am getting the following error. Any help would be appreciated. Configuration section 'system.serviceModel/bindings/WSDualHttpBinding' could not be created. Machine.config is missing information. Please verify that this configuration section is properly registered and that you have correctly spelled the section name. For Windows Communication Foundation se ...Show All

  • Spock101 hotfix for visual studio .net 2003

    Sure.  I just purchased the academic software last week for a night school course.  I installed it without errors.  Problem 1) When I go to the tools > upgrade it cannot find the page of the upgrade. Problem 2) For the library problem.  I decided to have a look around and read the help files.  I had already installed the  mdsn libraries.  However, when I try to start up the help files, it opens what looks li ...Show All

  • kk302999 How to animate enumeration property (Rectangle.Visibility)?

    Hello,   Sorry for the dumb question, I novice in WPF yet.   Is any way to animate property that has enumeration type I try to animate Rectangle.Visibility My goal: show dotted rectangle when the mouse is over some grid cells. For this I placed rectangle to grid and trying to do such animation:         <Style TargetType="{x:Type Rectangle}">  & ...Show All

  • Parham.G MSDN pages do not open when selected.

    Using the MSDN Library included with Visual Studio.net, the left side panel works but all pages selected,  by index or search or from the table of contents do not show in the right pane. There is a flash in the lower task bar and the title of the selected page does apear and remain in the field above the right panel. I appreciate any help you can offer. Rob, Thanks for the suggestion. Double clidking ...Show All

  • sud BasicHttpBinding Security

    Anyone here mind delving into the various forms of security available when BasicHttpBinding is used on the service side, and the client is a Pocket PC app utilizing ASMX on Compact Framework 2.0 I've read about all these great possibilities when using WSHttpBinding, etc, but nothing in tune with BasicHttpBinding. Are there any reliable security scenarios available, or am I just going down a dead end street Thanks. ...Show All

  • JohnyTho MSBuild Task and TargetOutputs

    Hi there, I am having a problem with the following <!-- The list of solution files to build --> < ItemGroup > < SolutionFiles Include = " *.sln " /> </ ItemGroup > <!-- The list of project files --> < ItemGroup > < ProjectFiles Include = " **\*.csproj " /> </ ItemGroup > < Target Name = " CoreBuild " > < Me ...Show All

  • bill perlman name value collection in a web service

    with .Net v2 (moving to WCF eventually), what datatype do i use for passing name/value collections thru web services   I know that hashtable doesnt work, but what should be used   is there a new generic type that implements IXmlSerialible to use   do i need to stick with a ArrayList of my own type   thanks. WCF supports serializing Hashtable but if you want a type that also works with AS ...Show All

  • Nathan Stricker how to locate the chapter in the help table of contents associated to the current visited page

    Sometimes I find a page by searching in Index in the .NET help system. But after, I want to locate that chapter or section in the table of contents. How do I go, pls, from the current page in order to find its link and place within the chapters in table of contents. Best regards The Standard Toolbar in Visual Studio has a "Sync with Table of Contents" button on it. Click that button to achieve what you want. The button i ...Show All

  • Ximena Cardenas Merged Word Menus are not accessible after creating new word project

    Hi, I created a new word project from within the Visual Studio IDE. I noticed, that the merged word menus are not accesible, although most of the word functions are accessible via toolbar or context menu. Is this a bug or did i miss any settings Thanks, Klaus   Hi Klaus, Thanks for your feedback. This sounds like a bug for me. Could you help me to try follow scenarioes in your computer ...Show All

  • Holy "The class diagram service failed to load."

    imediately followed by another message: "The operation could not be completed". I got the two messages when I create a new C# project and then choose "View Class diagram" on Form1.cs. After this happens I can't open either code or designer window for Form1! I'm using Visual Studio Team Suite RC (8.0.050727.86) It solved the problem for me. Thanks :) I  ...Show All

  • oananiev LINQ support on deployment

    Hi to all. I am a new in the LINQ. So I have a basic question: I downloaded the LINQ and installed it on my developer machine running VS2005. Used some LINQ code in my application. Now I need to deploy it on the production machine. Do I need to install some LINQ support besides the .Net 2.0 framework Thanks GAC'ind LINQ dlls is optional. You can choose to have them in the same directo ...Show All

  • rain0x01 Can I show Parameter results in Report

    Hi, I have a problem to showing parameter values in my report for exampel (From Date and To Date). I define public property in my code but i am not able to show these values in my report. Public Class StatisticsForm Public fromDate As DateTime Public tilDate As DateTime Private Sub StatisticsForm_Load( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase .Load fromDate = Now() tilDate = Now( ...Show All

86878889909192939495969798990123

©2008 Software Development Network

powered by phorum