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

Software Development Network >> Visual Studio

Visual Studio

New Question

Displaying windows from browser app
How to get the class name and the interface name?
Consuming MSSCCI plugin - calling SccInitialize
Unable to debug System.Net.DigestClient throws an exception
Adding a Database Project using DTE
Differences in IDE and MSBuild for Web Project
VS 2005 Install Error 1303 -insufficient privileges to access c:\inetpub\wwwroot\aspnet_client\system_web\2_0_50215
Date Control
Offline binding
run asp.net pages

Top Answerers

NeoNeo
ShaneMelbourneAus
PriyaGhosh
ReubenEmmanuel
aby
richi
Crish
Ray Ray
boyo358
Qwertman
Visual
Only Title

Answer Questions

  • Steve Austin Research for WinFX or Avalon in visual studio 2005

    Dear All, I am working on Avalon program which is intergrated into VS.Net 2005 but I don't have all feature to research. Can you give me all document to design form on that. I'm designing a form which have some controls such as listview, listbox and tabcontrol. In that I create each dockpenal for them and when I run that form I only see scroll bar on listview and listbox while tabcontrol don't see anything. Can you help me to create a scro ...Show All

  • LirarenL QuaternionRotation3D in XAML

    I'm trying to define a quaternion rotation as follows: <RotateTransform3D> <RotateTransform3D.Rotation> <QuaternionRotation3D> <QuaternionRotation3D.Quaternion> <Quaternion X="0.0721103" Y="-0.239501" Z="-0.126247" W="0.959948" /> </QuaternionRotation3D.Quaternion> </QuaternionRotation3D> </RotateTransform3D.Rotation> </RotateTransform3 ...Show All

  • alex_f Viewing a parameter value

    Hi, does anyone know if it is possible to view what the value is of a crystal report parameter in vs 2005. I assign the parameter values but it appears to lose what the parameter values are when outputing the report so would be good to able to see what the actual values are.   Why not drag the parameters from field explorer onto the page header of the report They will be displayed with the report. Or maybe I'm not understan ...Show All

  • Andrew312 Working with a Canvas in Cider Designer

    When working with canvasses in the Cider Designer, I can't select it to move it around, and I can't seem to drop anything on it, I have to add with XAML, and if add the items in that way, the items themselves are not moveable or sizeable. Is there a bug fix for this Thank you, Jaco Cider is still in Beta version and, every time I used it, I prefer to go back to the XAML code because this one was too b ...Show All

  • withersd Word Add-In Office 12 Deployment

    I'm developing a Word 12 add-in for Office 12 (beta 1), but the deployment fails for some reason. I'm deploying my plugin using the msi installer. PIAs are installed by default, Access to code is granted and the VSTO runtime is installed on the host computer. If the project runs as shared add-in (as under Word 2003) it works fine. But changing the project type to Word 12 add-in does not work for the deployment. Is there something that must ...Show All

  • kikhan_21 How to tell if report viewer controls are installed at runtime?

    Is there a coded way to find out if a file is installed in the GAC I cannot find a way to access the names of dlls installed. Are they stored in the registry Is there a .net call that returns true if the file is in the cache I need to know if the ReportViewer controls are installed on a machine before I call a report. If not installed then I can run ReportViewer.exe and install them. Rick http://forums. ...Show All

  • SyedHassan Howto determine the startup form of a project?

    I'm trying to figure out which form is the startup form for a WinForms project. Ive looked for some property in the project or the VB file itself and neither one seems to know the answer. More specifically, I'm looking at the Properties collection of the project and the projectitems objects using the DTE. Obviously I'm missing it here. Where can I look to find this information Thanks Bill Would this work ...Show All

  • NotaProgrammer MSBuild availability

    I am using Visual Studio 2003. Can I use MSBuild to automate my project's build process. Is MSBuild only available for and works with Visual Studio 2005. Is there a way to download and install MSBuild to try to use it with Visual Studio 2003 project. Also, in VS2005 how to access MSBuild. I am getting this error. D:\Profiles\neonet\My Documents\Visual Studio 2005\Projects\msbuildtest>MSBuild. exe msbuildtest.proj 'MSBuild.exe' is not re ...Show All

  • Armageddon Rendering text along an elliptic curve or circular arc

    I can't seem to find any information on this anywhere: Is it possible to have a piece of text (TextBlock or Label) rendered along an elliptic path or circular arc Perhaps even a Bezier spline -Oluf You could use FormattedText.BuildGeometry. Once you have a geometry, you apply any transform you want. This would involve some work on your part though. It is not possible to ...Show All

  • haran14 Graph title cannot be centered

    There does not appear to be any way to properly center a graph title in the ASP.NET ReportViewer control. It always ends up too far to the left. Is this a bug, or is there a way that the title can be centered properly ...Show All

  • TMurnion VSTO Editions

    Doesn't VSTO come with VS 2005 Professional I downloaded the VS2005 Pro DVD from MSDN and didn't find the installer for VSTO. Thanks. Here is a response from another thread.  I sure hope this right because I went ahead and subscribed to the MSDN Pro level.    10-25-2005, 10:39 PM PST Mike Hernandez - MSFT Joined on 03-16-2005 Posts 100 Answer Re: VSTO & M ...Show All

  • win- Downgrading from 2.0 to 1.1

    On our new website we decided to use CommunityServer's asp.net portal. We ran into a multitude of bugs and found out that it has issues with .net 2.0. So I went to downgrade to 1.1 but after the uninstall supposedly finished successfully and I rebooted. Nothing had changed, all files were still there and 1.1 now would not install, and IIS didn't think any .net revision was pre ...Show All

  • Ryan Lamansky &amp;#47; Kardax Setting the style of the current XMmlNode during ContextEnter

    Hi I have a XML document in Word 2003 and I would like to set the style of the current XmlNode during ContextEnter event. private void ChapterTitleNodes_ContextEnter( object sender, Microsoft.Office.Tools.Word. ContextChangeEventArgs e) {    SetXmlNodeStyle(e.NewXMLNode.Range, "Heading 1" ); } private static void SetXmlNodeStyle( Range range, string style) {    object styleobject = style; &nb ...Show All

  • Daniel Graham Anybody managed to find a workaround for the "Black Window" bug in the Nov CTP?

    I think I'll create this post as a checkpoint where people can post any info on this bug. For a background, some of us using the November CTP for WPF and either Visual Studio 2005 or C# Express, are experiencing a black window when running the simplest of WPF apps (i.e an app that does nothing but window.Show()). Other people experience it intermitently in XamlPad itself. A few links to the problem... [1] [2] ...Show All

  • Carol Pahl Developing Add-in for Office XP: Open Issues

    Hi All, I've been doing add-in development for the past 1 month (in VS.NET 2005 for Office 2003 using PIAs). Things have been going fine though there were few issues. Now, an add-in has to developed for Office XP. I tried using the one that i had developed for Office 2003 and rightly enough it didnt work! What I wanted to know is that if I take the same code change the PIAs to that of Office XP and run the code will it work Are there a ...Show All

757677787980818283848586878889909192

©2008 Software Development Network

powered by phorum