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

Software Development Network >> Visual Studio

Visual Studio

New Question

XAML Error
soap security negotiation failed
Uninstalled Visual Studio 2005 Standard and having problems with the re-install
Serializing x:Key
AssemblyInfo task
Platform SDK problems
using *linq with a web project
Next CTP
Exception "Report Definitoin is not valid" when deployed to Local IIS
Document Explorer crashes

Top Answerers

Robert Horvick
gchippie
LarsK
Clint Stotesbery
papadi
quoi
joyfred
windsamurai
Jignesh Panchal
SteveWolfe
MyDB Engine
Only Title

Answer Questions

  • sanwanas TextBlock Height exception

    Hi, Any reason why this throws an exception <TextBlock Height = " * " /> Thanks Andy Figures, I have run into this before using code . Given that Height should except *, Auto or double it would be nice to see the same scheme across elements. I doesn't make sense ( at least to me :) ) to use star for height, what <TextBlock Height="*&quo ...Show All

  • Girish HK Create Instance values

    I’ve created a class in the Class Designer (VS200 beta 2) that contains four parameters.   Three of them are strings and one is a date. When I click on Create Instance and go to enter the parameters I can’t find a date format that it will accept.   What is the format it requires Hi, The feature you are describing (the Object Test Bench) has been developed by the Visual J# team (and they have plug ...Show All

  • anonymous5000 Macro to switch on XML documentation?

    Hi, Is it possible to create a macro that iterates through all projects in my solution and switches on the XML documentation flag I can't find a way to have XML documentation switched on by default. (Do you ) My dozens of solutions each contain dozens of projects and it's a pain having to go in to the project properties of each solution and switch XML documentation on. I would like to open a solution, execute a macro and have the res ...Show All

  • Eric from Plainwrap SelectionChange only fires once

    I am trying to run some logic as a user selects different folders in Outlook (e.g. - Inbox to a subfolder to another subfolder, etc.) I want to enable / dusable some commandbuttons, etc. The problem is that the event fires once and no more. What is the best event to handle for this purpose Is it SelectionChange Why would the event stop firing WHat could I have done wrong in my code   Sounds a lot ...Show All

  • DotNetFireball vbScript with .NET

    With Visual Studio 2005 and Framework 2.0 you discontinued the Microsoft.Vsa namespace. How do I execute vbScript in your latest framework without having to return back to your COM MSScriptControl (C:\WINDOWS\System32\msscript.ocx) Have you tried explicitly declaring this as Public Function Regards I have not tried that yet, but I will. However, I did try running a simple test subroutine with no pro ...Show All

  • Mariusz Gorzoch adding a table of content in a word document using c#.net

    Hi, i want to develop a console application in c#.net which will take one word document as input and give one more word document as output which will be having the table of content in the third page of the document,if there is table of content already it will be deleted. thanks, soumya Actually, the VSTO forum probably isn't the best place to pursue this, either, but... I'm assuming you alr ...Show All

  • Jenssa newbie need help w/sending rtf, doc, text files as outlook message body in vb.net

    I don't see why, i am not using Outlook VBA if you look at the code i am using VB.Net and instanciating an object of outlook and passing the email information into outlook so that it will send it from an VB.Net application that i am building. Hi Lew. This forum is mainly for questions involving the Visual Studio Tools For The Microsoft Office System product (deployment, security, data-caching, etc). We do ...Show All

  • Michael Bird 3D chat area for "avaloners"

    Some time ago I have created a web3D space to be used for chat. Having avatares etc. Everyone can customize his avatar. This space was not public available anymore but now I put it available again and  can be used by WPF developers.  For a  software like Avalon that is trying the rebirth of web3D, nothing better than a 3D chat... Works only for IE. Go first to: http://www.dmu.com/croquet/cr12.html No registration needed. No ads. ...Show All

  • Lisa Fischer Scroll a ListView dynamically?

    I have a ListView that has to scroll to bottom on every item insert. Is this possible ListView displays scrollbars automatically when not all items can be displayed. Is there any possibility to scroll a ListView through an animation For example to use it for a list of pictures that scrolls slowly from bottom to top... This still does not work for me ... listView.ScrollInView( listView.Items.Count - 1 ) should work.   ...Show All

  • PureLegend LocalReport.Render() - Returning a zero length byte[]

    Hello.  We're trying to get the WinForms viewer to export to Excel (and eventually to other formats).  As a test, we set up a project with a ReportViewer pointing to a simple report.  It views fine, but when we try: string MimeType; string Encoding; string[] Streams; Warning[] Warnings; byte[] Result = reportViewer1.LocalReport.Render(        "Excel",        "<Device ...Show All

  • dekdout System.Windows.Serialization namespace problem

    We are migrating an application built with Jan CTP to Feb CTP. We are egtting the below error while trying to build: Error 1 Unknown build error, 'Could not load type 'System.Windows.Serialization.XmlnsDefinitionAttribute' from assembly 'WindowsBase, Version=3.0.51116.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.' Test_brick I just checked the WindowsBase library in ObjectBrowser but couldn't find the type in the library. What sho ...Show All

  • AngryTree How can I determine the remote IP in WCF Service? (1)

    (Repost from 2 months ago http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=335969&SiteID=1 ) -- maybe someone has some info now :) I understand that the title is fundamentally flawed -- the binding used might not have the concept of an IP. But, assuming I'm using HTTP or TCP bindings, how can I access the remote IP and similar data I looked into OperationContext, and it seemed to have a lot of interesting things, but I couldn't figur ...Show All

  • Fran378 DataBindings with Outlook Item UserProperties...

    The following code seems to be causing weird problems for Outlook. cbAustraliaPost.DataBindings.Add(new Binding("Checked", Contact.UserProperties["APO"], "Value")); I have seen in the hands on labs that they created a "proxy" class which does all of the interaction with controls, but this seems like an awful lot of work just to databind to a property. Am I missing something with how the Bindi ...Show All

  • Odd Open Office on Exchange Server from Web Appli

    Hi, how can I open or connect a Exchange Server from a Web Appli thx Sorry, but this is a wrong forum for the question on how to connect to Exchange Server from a Web App. Try googling the question e.g. http://groups.google.com/groups hl=en&q=connect%20to%20Exchange%20Server%20Web%20Application&sa=N&tab=wg Or just find Exchange oriented newsgroup. ...Show All

  • sweeper CMDUSED_SECTION and shared commands

    By default in the IDE, F8 is bound to the command Edit.GotoNextLocation ( guidVSStd97:cmdidNextLocation) .  This command works in the both the Output and Find Results windows. I would like my tool window to respond to Edit.GotoNextLocation.  Is this just a matter of setting up my ctc file correctly or does the toolwindow also need to implement a particular interface (other than IVsWindowPane and IOleCommandTarget) ...Show All

212223242526272829303132333435363738

©2008 Software Development Network

powered by phorum