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

Software Development Network >> Visual Studio

Visual Studio

New Question

Custom build step for C# files ?
C# Express 2005 and Report
Customized TRACE + AddIn output window?
problem with deploying VSTO applications
No hit results from 3D models with no material in Feb CTP
Generating proxy on the Duplex example
How to protect your xaml content?
SourceSafe 2005 with Visual Studio 2003
Plugging in the SDC WiX tasks to Team Build
VsWebSite Documentation

Top Answerers

Tim Wong
Deep Blue
gssi
aba69in
Ksenia Mukhortova
Borook
BG22
Panagiotis Kefalidis
Ify
DougRotondo
dtd2xs
Only Title

Answer Questions

  • Dennis L. Hughes Custom command

    I have been trying to implement and use a custom command like this: namespace myns {     class Commands     {         static Commands()         {             InputGestureCollection inputs;             inputs = new InputGestureCollection ...Show All

  • Ravinder Singh Breakpoint will not be hit. No executable code......

    I have seen some very odd behaviour with the debugger in a large native C++ application we are developing in .net studio 2003. We added a new GUI which is an instance of an ILOG charts GUI and suddenly we could not set breakpoints anywhere in our code. On further investigation, if we maintain all the same project settings (linker/debugger etc) but comment out the instantiation of this new class the breakpoints work fine. If we put the new class ...Show All

  • TJT Different namespace for DDEX compact framework provider

    Hi, I am writing a DDEX package that should work with both a provider for the .NET Framework and with another provider for the .NET Compact Framework. I want to have a single VSPackage dll for both data providers. The problem I have is that I want to use another namespace when I generate code for the Compact Framework provider. Under the registry key HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETCompactFramework\v2.0.0.0\PocketPC\DataProvid ...Show All

  • mingming DSL and VS 2005 Release Candidate 1 ?

    Hi everybody, Are these two compatible, or in other words, should I upgrade from Beta 2 to RC 1 Best regards, Richard Vdovjak [Philips Research] No, its only compatible with VS 2005 B2. ...Show All

  • LeeB Can we extend HTML editor

    We'd liket to add certain functions to VS HTML editor. Is a way to extend it Thanks, jillaint Dylan, We'd like to add some functions like select content from the design view and convert it to a table, or make it upper case or lower case. For the case changing function, I noticed you have such funtion in "Source" view but not in design view. I also look at the Style, but didn't really change the text. So, ...Show All

  • Michelle Baumgarten How to add the ContextMenu into treeview?

    How to add the ContextMenu into treeview? Thanks. <TreeView xmlns='http://schemas.microsoft.com/winfx/2006/xaml/presentation' xmlns:x='http://schemas.microsoft.com/winfx/2006/xaml'> <TreeView.ContextMenu> <ContextMenu> <Label Content="Cut Item"/> <Label Content="Copy Item"/> </ContextMenu> </TreeView.ContextMenu> <TreeViewItem Header =" ...Show All

  • LondonSte Lost Data in VS.Net Crystal Report

    I am new at CR. I have a Crystal report with one detail section. Within it is one subreport, data fields and labels for all of the fields. The report worked fine until I made one change. Because some of the fields can grow, I decided to put the subreport and the flexible fields in their own sections. I created the sections by right clicking on the section header bar and choosing "Insert section below", then moved the fields and trie ...Show All

  • dakotahnorth Authenticating users

    Hi there, In our application when a user logs in, he receives an security token that is valid for his session. This token is a Guid. When he calls a service i have to validate to token of the user. What is the best way to implement this I thought i should implement a membership provider, and pass the token as the user name using the credentials passed to the service by channel factory. I have also an example of implementing a cust ...Show All

  • gaunmanuel Reflecting over source code from macro

    Hi, I need to do macro which will check method arguments and will say for every argument whether it is constant (e.g. '5'), variable constant (Const A As Integer=5 'A is variable constant), variable, delegate type. E.g. : Const Constant As Integer = 5 Dim MyObject As Object Dim MyDelegate As Delegate = Create.Delegate(...) this.MyMethod(Constant, 10, MyObject, MyDelegate) and when I will run macro, macro will say : 1 argument of MyMethod is vari ...Show All

  • srujan88125 Obtain log file contents?

    After my MSBuild project completes, I want to be able to email the results of the Build to my developers.  I have a <OnError ExecuteTargets="MyBuildFailedTarget"/>   and am able to get my EmailTask to run from the MyBuildFailedTarget, but I need to access the contents of the log file so I can include it in the email I send. I'm specifying a log file name on my MSBuild commandline like this: MSBuild.exe /l:FileLogger,Microsof ...Show All

  • Johan Olsson Addins/VSIP?

    Hi,   Here is what I have to achieve. I want my custom menu item in Visual Studio to show up when a particular project type is opened. e.g. The menu item should show up only when I am working with a C# project. It should hide when I am working with a ASP.net project for example. I ran the addin wizard to create the menu item, but how do I handle the project creation events to display/hide the menu item dynamically. Thanks, -K ...Show All

  • pjutard Microsoft Document Explorer cannot be shown because the specified help collection 'ms-help://MS.MSDNQTR.v80.en' is invalid

    I have installed a RC version of VS Team Suite along with full MSDN installation. After completing installation, I'v got " Microsoft Document Explorer cannot be shown because the specified help collection 'ms-help://MS.MSDNQTR.v80.en' is invalid " error when I have tried to access it by doing "Start" -> "All Programs" -> "Microsoft Developer Network" -> "MSDN Library for Visual Studio 2005" When I accessed it from VS ...Show All

  • RUReady VSWebSite.PreCompileWeb fails when data connections are open

    I recently noticed that VSWebSite.PreCompileWeb fails whenever the selected web site includes a database file that is open in the Server Explorer. An error is given that the database file is in use by another process. This is not strictly an extensibility problem though; the same error occurs when using the Publish Web Site wizard in the IDE or trying to use the aspnet_compiler.exe directly. Is there a workaround for this issue Si ...Show All

  • Neal Olsen Styling all Pages (and all classes that inherit from Page) in an application.

    I'm trying to style all the Page objects in my application. So I typed this: < Application.Resources > < Style TargetType = " {x:Type Page} " > < Setter Property = " Background " Value = " Blue " /> </ Style > </ Application.Resources > I'm guessing this doesn't work because all the Page objects in my application inherit from Page (they aren't instances of the ...Show All

  • ImBroken Really Frustrated With VS 2005

    I posted earlier about the fact you cannot get a copy of VS 2005 Pro even though the "launch" was 11/7. I have a Windows app I built using the VS 2005 Beta 2 that I need to update but since I downloaded the new Express editions (thinking they would work - wrong!) all the Beta 2 stuff is gone. OK, I went to my other system (Win XP SP2) and figured I'd install the VS 2005 Beta 2 there and use that until someone decides to "really" relea ...Show All

5678910111213141516171819202122

©2008 Software Development Network

powered by phorum