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

Software Development Network >> Visual Studio

Visual Studio

New Question

Intallation of VS2005 beta 2
Dynamic addition controls in any container ???
automation causing problems on nested project
SetValue on Field, or Just Use Property?
Error Creating DSL Designer Project
net framework installation fails on WIN98
design consideration
Getting XPath expression for an XMLNode
Distribution MS-Access database
Debug with external program extremely slow in VS2005

Top Answerers

gi aai
SekharPC
PineappleMan
Jamea Jani
EricMadariaga
Aaron C
Raymond Rogers
Elmer V
AvinashA
de_Stan
Sysadmin.it: Microsoft
Only Title

Answer Questions

  • Jonathan Miller Special Installation

    I have created some custom controls for Dot Net WinForms. Besides installing the DLL files I would like to find out how to make the installation process add the controls to 1) a New Tab of the Forms toolbox (Most desired) 2) in the Forms toolbox Can anyone either tell me how to accomplish this or direct me to guidelines that will show me how. Thanx Much Hi, Rob, how are you I think CodeProject has a good answ ...Show All

  • KushalMarthak Getting started and getting finished in short time

    Hi I have an urgent task that includes setting a few parameters to a crystal report file, probably created in CR 9. I only want to set a coupl of parameters and then print the report. I don’t have to display it. I intend using VS.NET or VB6, but it seems to me that .NET is the best choice since CR is included. How do I get started What component/library should i use What methods Hello Jonas, The best source of getting started informa ...Show All

  • ericrtodd Positioning elements generated by a data template on a Grid or Canvas

    I'm trying to use an XML data source and a data template to generate some TextBlock elements from this data and present them using an ItemsControl. The TextBlocks are generated correctly, but I can't figure out how to position them on a Grid or Canvas panel. It seems the attached properties (Grid.Column, Grid.Row, Canvas.Left, etc) that I define on the TextBlocks are somehow ignored. This is the XAML code I'm using: <StackPanel xmlns="http ...Show All

  • Alexander Mossin Help with VSS

    Hi, Please forgive me for asking here, I realize this might not be the right place to ask but somebody here surely might have an answer for me.  We are using VSS 6.0d.  Here is my question: I have a server where we have all our VSS databases on.  The server has been having 'issues', so we have a new server with more memory, bigger hard drives, and a better processor where I need to move the VSS databases to.  My question:& ...Show All

  • Scott P. Clearing Report Parameters

    Using VS 2005 B2 and C#. I'm attempting to display two reports, allowing the user to switch between them.  One report has a parameter, the other doesn't.  When I attempt to display the "no parameter" report after I display the "parameter" report, I get an error that I'm trying to set a parameter that doesn't exist in my report.  (Makes sense.) I've tried clearing the parameters with: myReportViewer .LocalReport.SetParameters(nul ...Show All

  • GregE Object reference not set to an instance of an object

    I installed vs2005 team system suite beta 2 over a previous ctp (I follow all the uninstall guidelines) on a w2k3 SP1 server. When I try to create a new item in a web project (either Dataset, xsd, web form, master page...) I get the error on the subject. I tried to reinstall vs2005 but I always get the same problem. I also tried vs2005_beta_cleanup_tool.exe with same behavior. I want to print the out put on a ...Show All

  • Gerard van de Ven Welcome to the Windows Communication Foundation ("Indigo") Web Forum

    Why avators are disabled in this forum Welcome to our new forum for dicussion of WCF and related topics.  My name is Ford McKinstry and I am a Program Manager on the WCF team.  I wanted to quickly send a short note that says "Hi" while many of us are down at the PDC this week.  Expect more engagement from across our team after this week... Please note that our newsgroup that already exists at microsoft.public.windows.dev ...Show All

  • Scott At RVC fail to install msdn library after vs2005 beta2 installed

    my machine comes with Dual AMD Opteron DP 244, OS is windows server 2003 enterprise x64 edition, evaluation copy. with service pack 1, v.1433., first I installed vs2005 beta1 refresh, both vs and msdn library installed and works very well. then vs2005 beta1 expired and I can not use it, so I installed vs6 to tweak the 64-bit application. after I got the vs2005 beta2(by downloading), I uninstalled vs2005 beta1, and then installed the b ...Show All

  • pmacario Working with search results

    Hello Here is the problem : I have a large solution with plenty of projects and folders. When ever I search something, I get results like d:\projectname\development\web\webproject\yetAnotherFolder\AndAnotherOne\help.cs This is a bit anoying. I would like to see onelevelFoler\Class.cs in the results . With the help of vbdocman , I've managed to get my hands on the results of the search and now I would like to modify it but the window is rea ...Show All

  • LeSa packaging of xps archive

    Hi, I am facing problem in packaging the xps archive. I was able to extracted the .xps document which is, according to the xps packaging specification, in zipped format, and I am able to view the folder structure and other archives, but when I try to again zip the archive, I am not able to restore the original xps document. can anybody help me out on this. Cheers, Parag Dave Hi Dave, what are yo ...Show All

  • jcrawfo2 Visual Basic .NET 2005 / Crystal Reports for VS 2005

    Hello, I have looked at many of the resources available (written in a pre 2005 VB), but have not found anything that works right. Below is my problem... Currently, I use VB 6.0...and its Data Reports for making a report. With that data report, you can add code to it that will connect to a database...run a custom SQL statement....etc etc. Below is an excerpt of code: ---------- Private Sub DataReport_Initialize() 'Dimming of variables used. Dim s ...Show All

  • Russell Christopher - msft Possible to remote an Expression tree into Yukon?

    So this crazy idea came to me over lunch. Yukon hosts the CLR.  It can also host a web service.  Provided that the CLR hosted has access to all the stock .NET framework, I wonder how worthwhile it would be to: 1. Create an expression tree at the client side. 2. Transmit the tree to a service on Yukon. 3. Have Yukon execute the tree in the context of the database (security being managed, of course). 4. Transmit the results back to the c ...Show All

  • AleXor AAARGHHH - SKU011.CAB - LISTOOL - WHAT A BUNCH OF GARBAGE!!!!

    Come on, isn't anyone working on this CR@P I've spent hundreds of dollars for software that can't be installed because every installation I attempt is asking for this SKU011.CAB file which has never, and will never exist!!! I have today, Sunday, budgeted for a VSTO project and I can't get this off the ground because I can't even get the damn thing installed!!!! I've got Action Pack, I've got MSDN Universal. I've bought and paid for all th ...Show All

  • HannesCoetzee can I have listbox inside popup?

    I am getting 'VisualTree of ItemsPanelTemplate must be a single element.' when I try to set the IsOpen = 'True', < Popup Grid.Column = " 2 " x:Name = " popup1 " IsOpen = " False " Placement = " Center " PlacementTarget = " {Binding ElementName=dock1, Mode=OneWay} " Height = " 300 " > < ListBox Name = " listParameters " Grid.Column = &qu ...Show All

  • Michael S. Jones Can't install WinFX because of BITS service

    Well, I gave up on the december CTP, and trying to install on XP. So I've moved to Vista (build 5271) and getting this development environment set up is so far even more fun :) I can't even get the first part installed - WinFX runtime - it keeps stopping saying the BITS service isn't available. But I've checked and the service is there, running, and so are all of it's dependency services. No errors in the event log about any problems with the ...Show All

727374757677787980818283848586878889

©2008 Software Development Network

powered by phorum