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

Software Development Network >> Visual Studio

Visual Studio

New Question

How to clip shape text?
AssemblyInfoTask crash
ExpertSystemLinq
Excel BeforeRightClick TransparentProxy
Keeping BitmapImage from using too much memory
Deploying VSTO Word Project: could not find or load customization assembly
Filtering the project list in Add Reference dialog
Debug with external program extremely slow in VS2005
aspnet_compiler exiting with error code
Using per-pixel opacity and there's nothing to see

Top Answerers

Roger_Mahler
Billaboard
curtisMcmillin
me_someone
The bun
Anna Lidman
shadow-k8
Kawish
futureadmin
Fritz Bilda
Telegraph: Dazzlingly Down to Earth
Only Title

Answer Questions

  • Ryan Ragsdale Bind Scale to Slider

    I'm dabbling with Avalon and I've come across a problem. As a test, I want to bind the scale of a TreeView to a Slider, which has a Minimum and Maximum of 1 and 10, respectively. Now, I found out that I could not bind via the LayoutTransform property on the TreeView itself ("scale {Binding ElementName=slider, Path=Value}" does not compile). Instead, I tried this: < TreeView.LayoutTransform >    < ScaleTransfor ...Show All

  • Matt Hollingsworth Creating custom project

    I am trying to create a new project type in the visual studio .NET 2005.There is 28 step method is given for creation of the custom project. At one of the step it is talking about a dll microsoft.visualstudio.package.project. This dll is not available in the vsip. We have downloaded the visual studio 2005 SDK & installed. Please provide simple steps for the creation of the project type. Example of the code will also be helpfull. ...Show All

  • Gaara_btk VS2005 RC1 Package Load Failures

    After getting back from the PDC I commenced to installing VS2005 RC1.  I thought I finally had everything installed yesterday.  Today I tried to start the IDE and that's when things went downhill fast.  I started seeing a bunch of "Package Load Failure" error messages.  I was able to run Beta 2 without problems. After searching for prior posts I found blogs by Hong Gao and Aaron Stebner.  Aaron's blog talks about having ...Show All

  • Georgi Vajarov DataContract and DateTime

    Hi all, I declared the following DataContract and ServiceContacte:   [DataContract(Namespace = "Samuelson")]     public class MyData     {         [DataMember]         public string Name;         [DataMember]         public int ID;       &nbs ...Show All

  • Anujoy08 Logon Failed for runtime oracle connection for Crystal Report - VS 2003.

    I'm getting a Logon Failed message when trying to view a web page with a crystal report embedded..   The error is: CrystalDecisions.CrystalReports.Engine.LogOnException: Logon failed. I'm connected to an Oracle 9.x database to design the report using MSDAORA provider, Data Source U50DAMC_LINDA (as defined in my tnsnames file) I've attempted to add the login details to the report as shown below. ReportDocument rpmWorkloadDoc = new ...Show All

  • Charles Willis Visual Studio 2005 : Debugger don't start - timeout error

    When i try to debug my project (VC++) with F5, i have this error message : Unable to start program c:\dev\... This operation returned because the timeout period expired If i use the Ctrl-F5 (start without debugging), the program correctly start. It seems the VS try to connect to a debug service or something like that Did anyone already have this problem Thanks. Just wanted to say thank you for this worka ...Show All

  • SoomroWaseem May 2006 CTP "XAML Syntax Tightening" problem...

    Hello, all. I've installed the May WinFX CTP, and, unfortunately, I've ran into what Tim Sneath calls in his blog "XAML Syntax Tightening". To be more specific, I have a subclassed TabControl that has x:Name for elements in the definition scope (inside its template, in the subclassed TabControl), and now I get a build error because I am also using x:Name on the elements under it in the usage scope. Does anyone have the sol ...Show All

  • Sohail Ch. Debugging T-SQL Stored Procedures in VS 2005

    I know I'm not the only one posting this type of problem, though my problem has some differences which I think are worth noting. I am trying to debug T-SQL stored procedures on my local system (Windows XP Pro), VS 2005 Team Edition for Software Developers. To my local SQL Server 2000 SP3 database server. When I click the "Step Into Stored Procedure" menu item, the stored procedure runs to completion, never stopping at the first exec ...Show All

  • chankl78 Customizing Outlook programatically

    I want to modify outlook 2000 appointment form and add custom functionality to it. Can anybody guide me on how to do this Also, I want to fetch some data from SQL server and show it in outlook calendar. I tried creating new form in vb.net and show it in place of default appointment form as suggested in http://www.devx.com/OfficeProDev/Article/29261 but it is not working for me.   Thanks in advance, Abhijeet. ...Show All

  • abm06 Custom text markers in VS2005 beta 2

    Hi All, We have a weird problem with custom text markers under VS2005 Beta 2 (8.0.50215.44). <br> Our AddIn registers about 30 custom text marker types. We tested it under VS2005 and, seemingly randomly, some of them work and some do not. What happens is that markers do appear in the editor (tooltips are showing, for example), but they have wrong colors (not what our implementation of IVsPackageDefinedTextMarkerType says they s ...Show All

  • PureOrange save canvas to image?

    Hi all, question... does anyone know if it is possible to save the visual state of a canvas (or some other such visual object) as an image (then save to harddrive). I'm basically creating a very simple photoshop-like program (with Canvas as the place where a composition of images and shapes are shown).  I would like to be able to save this composition down to the harddrive, as a jpg, or tif, etc... I've done this with GDI+ in the past.& ...Show All

  • mmg Random behaviour with ITaskItem[]

    I have a target that I pass an ItemGroup to. I then call a task that takes this ItemGroup as a parameter and a ITaskItem as another parameter. Sometimes, if I pass an ITaskItem[] to the ITaskItem parameter, MSBuild is clever enough to realise that I want the task called once for each item in the ItemGroup. Most of the time, however, I get this error: Multiple items cannot be passed into a parameter of type "Microsoft.Build.Framework.I ...Show All

  • techie7999 MyProject Sample

    Dumb question, but once I build the my project sample how do I add a new project of that type. It does not show up in add new project dialog Next question is then how do you deploy your own project types to other developers who do not have the VSIP sdk. thx Nevermind it is all in the help files Basically are there any good walkthroughs on how to create your own pro ...Show All

  • wacher Problem

    Folks: Trying to get a transform animation working from within a style. The animation works fine when bound to a particular image outside the style.Triggers section, but when I move it into the EventTrigger, I get a runtime exception:' [Unknown]' property does not point to a DependencyObject in path '(0).(1).(1).(2)' Trying to create a timeline the style editor causes Expression to crash, by the way. Here is the storyboard by t ...Show All

  • Bito how to create .xps files

    can anybody know how to create .xps files programatically All is explain in the samples: if you haven't installed the Windows SDK and the WinFX Runtime/SDK needed to developp WinFX aplication, you won't have this folder I searched for DocServices folder. it contain folder names starting with container_ and then appended with iterate, write_stream , read_stream etc. i could see some C# projects. But with that if i compile in VS2005 i ...Show All

67891011121314151617181920212223

©2008 Software Development Network

powered by phorum