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

Software Development Network >> Visual Studio

Visual Studio

New Question

Unit testing VSTO solutions
Binding to PathFigure.StartPoint. AKA whats wrong with this XAML?
Can't build .NET solution
Popup dialog in DSL
Shaped Avalon application with full alpha-transparency
how change bindings on the configuration file
how to find local courses on Help authoring
ERROR in SERVER to run application with Crytalreport
Item lookup
Possible to remote an Expression tree into Yukon?

Top Answerers

winddancer
SamSmithnz
Holywhippet
Dmac721
MOkasha
Ashwani Kumar Verma
Dioman
Some Random Fellah
ajay_verma
Roil_O
Livres pour enfants en ligne
Only Title

Answer Questions

  • kilroytrout Governing <add> and <clear> elements in a ConfigurationElement subtype

    With respect to the xml elements that make up the configuration file sections for a WCF connection, how do you know that an <add> or say a <clear> tag is supported by a type that models a configuration file element For instance, a System.ServiceModel.Configuration.BindingElementExtensionElement supports an <add> element, but I don't see which Property or method would process the data of the <add> element. Can anyon ...Show All

  • Sahil Malik VSS 2005 beta 2 @ Windows Server 2003

    I was testing VSS 2005 beta 2 this week and finally managed to get it working on a Windows XP Pro SP2 machine. Now I installed VSS on Windows Server 2003 SP1 and fall into new troubles. I have configured IIS virtual folders, VSS share and VSS database as described in the best threads here (http://forums.microsoft.com/msdn/ShowPost.aspx PostID=2774, http://forums.microsoft.com/msdn/ShowPost.aspx PostID=4906, http://forums.microsoft.com/msdn/Show ...Show All

  • Maxiorel SourceSafe Setup problem

    Hello all, I have tested VS 2005 b1 for a while now and started testing the VSS a few days ago. I'm having a problem setting it up right. Here is my teams setup. 2 developers: A, B Developer has opened an existing website (on a remote server) and added it to the SourceSafe database which is placed on the same remote server (accessed by file share). Developer B now opens the website from SourceSafe and a local copy is gen ...Show All

  • andrew_parlane Display selected data on crystal report

    Hi everybody, I like to display start date and end date selected on the crystal report. How would I do that, declare what type of field, and how would I transfer the value from code to the crystal report Related to link: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=322645&SiteID=1&mode=1 den2005 can u give your working enviorment details i.e. Crystal Report version, VS version etc. ...Show All

  • cmtytest12433 Problem with underline Text in Crystal Report in justify Alignement

    Hi All, I have a Windows program written in C# using VS2003 and used crystal report for reporting purpoe. I am facing problem in underline Text in Crystal Report in justify mode. Problem is that underline breaking between Two Word Like ( Crystal Report for Visual Studio ). I want continous underline ( Crystal Report for Visual Studio ). There is no problem in left and right align. Do I miss any thing How to I make the Continous und ...Show All

  • BALA SINGAM - My Load XAML File dynamically

    Is this possible     I'm Beginner in winFX programming and I want to load a xaml file dynamically.    For example I make an event handler which load the new Xaml Description from a uri (generated by another application) on event catched and load the new interface in a panel. Have you an example or a tutorial on it Thanks for your help   I am trying to create ...Show All

  • Jack Profit NLB & WCF

    Hi, If I am not using WCF session, and have configured my service as InstanceContextMode.PerCall, could NLB work *without* affinity I know WCF is not like .NET remoting, but can the following article here http://support.microsoft.com/default.aspx scid=kb;en-us;830217 could somewhat apply to WCF Thanks Thanks. I'll try to explain what I am looking for a bit more. The beauty of NLB is its simplicity. From Shy Cohen's previous a ...Show All

  • Greg Jankowski Code Optimization

    Hey gang!  Hoping that someone can help me out with this.  Here is the scenerio: Using Visual Studio Tools for Office 2003, I have created an application that retrieves data from a web service and spits it out to Excel in a given range from a web form I have created.  This web form will load, get data from the web service based on user input, and when the user presses the 'OK' button, places the information in the appropriate Exc ...Show All

  • Sathya Passing, persisting, and returning anonymous types

    This is what I am trying to do: static void Main( string [] args) { var t = new {Number=5,Name= "test" }; Test(v); } static void Test( object v) { Console .WriteLine( "{0}" ,t.Number); } Is this possible or must the dynamic (anonymous) class be used within the scope of the method it is declared in. Since i cant use var as a field, I am having a hard time understand ...Show All

  • M&amp;#225;rio Bessa Could not find <DataTemplate> Tag inside <ListBox.ItemTemplate>.

    Hello Everyone, I am a new user to Windows Presentation Framework. I tried working with some samples with the help of WPF Book by Oreilly. I got struck here: < ListBox ItemsSource = " {Binding} " IsSynchronizedWithCurrentItem = " True " > < ListBox.ItemTemplate > < DataTemplate > <TextBox> < TextBlock Text = " {Binding Path=Name} " /> : ...Show All

  • Ekrem Önsoy OptionsPage sample got error

    I got a error after running Feb SDK OptionsPage sample. When I click options menu item, a ArgumentException crossed native/managed boundary exception was throwed and show me 'Can not find the requested resource'. Anybody tell me what's happed with it BTW, I installed Linq and WinFx with the Feb SDK. NiceWk, Sorry you ran into this exception. I don't think we've seen this before. Can you catch the ex ...Show All

  • amphi Set wait cursor for word document

    I have a long running VSTO procedure running. During its processing, I would like to display hourclass as the cursor. Please advice how to change the word's cursor. Thanks, Yuhang I don't have experiance with Word, but in dealing with Excel, I had to place my operations on a seperate thread and then invoke back to the main thread to do the windows update for hourglass and a progress bar. The reasoning fo ...Show All

  • Eswans2000 how to set to open different files with different editor

    After working with sourcesafe, I am a hard believer that it sucks. I have all kinds of files checked in sourcesafe like xml, java, jsp, txt,pdfs and css. Each time I double click the file it asks me how to open a file. i.e. with which editor. (I know I can set the options using options to open/edit or check out). I have set one editor as default. But if I have to open a different types of files, I have to choose editor from radio but ...Show All

  • Brian Love Service 'Calculator' has zero application (non-infrastructure) endpoints. This might be because no configuration file was found

    I have followed the hand lab to write the code, build successfully ,run it ,it will throw exceptions: Why, wating for be online. Thanks a lot! Programme.cs using System; using System.Collections.Generic; using System.Text; using System.ServiceModel; using DerivativesCalculator; namespace CalculatorHost {     public class Program     {         static void Main(stri ...Show All

  • LouisDePage WinForms.ReportViewer - Drillthrough event

    Hello.  We're a small ISV and are really excited about integrating the WinForms ReportViewer into our application.  We're trying to properly handle the Drillthrough event to link a report of "master" records to a report containing "Detail" for the record selected.  This works fine when testing through BI Dev Studio. Our code looks something like this: void Drillthrough(object sender, DrillthroughEventArgs e) {    // L ...Show All

93949596979899012345678910

©2008 Software Development Network

powered by phorum