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

Software Development Network >> Visual Studio

Visual Studio

New Question

Two Help Collections provide duplicate content
RC0 Serialization Errors
What happened SourceSafe web service access in Beta 2?
Rajeev please help, bug in .Net
Change to Peer binding for Nov CTP problems
Does VSTO offer similar functionality to outlook's edit message with word
Outlook localization problem after install
File error : Data may be lost
Beta2 microsoft.common.targets errors
any complete examples of creating new custom C# projects

Top Answerers

krus
Wolfgang Rockelein
Wilson Salazar
HgEuAaVrEdN
RavenSensei1
Nirupam
Floele
Simone Romano
josku_x
pmccombs
xmloperator
Only Title

Answer Questions

  • kiran pavuluru VS2005: MSDN error: Cannot find the server

    I have installed on my pc (Xp pro SP2) vs2005 and the MSDN. Unfortunately i cannot view the MSDN beacause i receive this error: "The page cannot be displayed" or "Cannot find the server". Someone knows why   Thanks for help! Finally i have solved my big problem!! Here is an usefull link that helped me to solve the problem!! http://www.codecomments.com/archive359-2005-10-656957.html To solve, i'm logged with a ...Show All

  • gedmac Infopath project under source control/tfs

    In the following scenario, working with VS2005, TFS, InfoPath and Biztalk 2006 in one solution, the following issues occur: - All files (.xsf, .xsd, etc) needs to be checked-out if you only want to edit the Layout of the infopath form - It is not clear how to share the XSD between the InfoPath project and BizTalk (I did not find a way to 'link' the xsd like in regular VS projects) - I find it more convenient to edit the schema in vs 20 ...Show All

  • Johan Accessing Soap messages on WCF client

    My client application requires to perform xslt transformation to messages. How to access soap messages Vipul wrote nice blog to change Message at different levels,This may help http://blogs.msdn.com/vipulmodi/archive/2005/05/20/420475.aspx http://blogs.msdn.com/vipulmodi/archive/2005/07/05/435822.aspx -HTH Madhu ...Show All

  • WinL Microsoft still on track to ship the WinFX bits

    Hello all, I am reading on some news groups that WPF is not going to be there in initial release of windows vista. Does anyone knows more about it I cannot imagine vista without WPF. Any thoughts from experts Thanks Basav Lei Jiang wrote: This will be a problem. A lot of new programs based on WPF will be released when Vista come out. However, the producer of these programs h ...Show All

  • s441 Crystal Reports

    Hai, Iam using Crystal reports having subreports in that When i make a setup of the application and run on the other system Iam getting a dialogbox asking for loginname and password for the database though I have not kept aything....It seems the database path is getting hard coded.... A normal plain report is working fine.... Please help me where the problem is.... Thank you.   Regards, PadmaKiran Can you tell m ...Show All

  • Frank Xia UserControl in tool box goes blank

    Hi! I am trying to write a add-in that will display a new dockable tool window. I am writing this in C# and using the shim control as decribed in the sample 'ToolWindow'. My UserControl is very simple, just a button and a tree control. My problem is that when I create the tool window as decribed in the sample: objControl.HostUserControl(asm.Location, "ClassViewAddIn.CW_Control");   the control starts OK, and I can switch between docked ...Show All

  • grwgx Button Style Trigger - IsPressed Property

    Hi guys, May be someone knows why I can't change button's background using style trigger in IsPressed Property. Appreciate your help. Irina <Window x:Class="Window1" xmlns=" http://schemas.microsoft.com/winfx/2006/xaml/presentation " xmlns:x=" http://schemas.microsoft.com/winfx/2006/xaml " > <Window.Resources> <Style TargetType="{x:Type Button}"> < ...Show All

  • Brian_n suppressing section question

    I have two page header sections and a subreport in the details section. What I want to do if the subreport goes over several pages is showing header section a on every page, but only showing header section b on the first page. How do I suppress header b based on the page of the subreport I am not able to figure it out in the designer. I actually found a solution just putting header section b into the details section. As long as there are ...Show All

  • K Srikanth Start Page and Proxys

    How can I make the visual studio 2005 RTM Start page work through an authenticating proxy server If you have proper configuration about the proxy on your IE settings, VS start page should work the same way as your IE browser. Thanks, Daniel Nope, no change. The file currently reads: < xml version ="1.0" > <configuration>     <startup>  & ...Show All

  • Steve Penfold "Office document customization is not available" error

    This error happens very frequently when an Excel VSTO project is built and run within VS. The Excel file will open, but this error will occur. The way I deal with it is to close the Excel file and restart it within VS again, or and again, or and again, or and again, .... The error usually will disappear after rerunning the application once, or twice, or thrice, ... Sometimes, I do have to close VS and restart the whole thing. Could anyone ...Show All

  • Glynnder Security seting problems on installing May CTP of LINQ

    Hello, I've try to install the May CTP of LINQ but here is the error I get: http://morpheus.developpez.com/temp/error.jpg Anyone knows why I get this error Thanks Work great on my xp ! Thanks Fantastic workaround. Perfect. thanks :) Hi Thomas. We decided to focus our efforts only on English installations of Visual Studio and Windows, given that this is just a preview. Your best bet for these e ...Show All

  • supersonic_oasis I need a help with CMschart control!

    Can columns in a chart be divided into separate colored portions representing different variables Basically, it should act as pie chart as it represents percentages of a whole, only it looks as column chart. Thanx! Hi Could you give more details of what you are trying to do Does it deal with Visual Studio 2005 Tools for Office Thanks, Nikhil In fact, what I need is STACKED column c ...Show All

  • David McKissic Feature req. on triggers (?)

    There is a possibility to have multiple triggers that implement the AND-operator: <Style.Triggers>     <MultiTrigger>       <MultiTrigger.Conditions>         <Condition Property="IsMouseOver" Value="True" />         <Condition Property="Content" Value="{x:Null}" />       </Mu ...Show All

  • StuartMiller How to get the value of the color in some position of a LinearGradientBrush?

    Hi everybody,I have a problem about LinearGradientBrush. Here's the code: <Canvas Name="MainCanvas" Height="20" Width="200" Margin="0,0,0,0"> <Rectangle Name="rectLegend" Width="200" Height="10"><Rectangle.Fill> <LinearGradientBrush StartPoint="0,0" EndPoint="1,0"> <LinearGradientBrush.GradientStops> ...Show All

  • OliverC Why does Visual Studio Ignore/Overwite the Working Directory in VSS For Projects

    Using VS 2005 If you have a VSS structure like $ root / (working dir c:\work)              solutions/                                solution1               websites/ &nbs ...Show All

353637383940414243444546474849505152

©2008 Software Development Network

powered by phorum