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

Software Development Network >> Visual Studio

Visual Studio

New Question

drag and drop between list boxes
i need to change the datasource for my crystalreports during runtime
How to unload / load a project
Did not work :-(
Authenticating users
SubreportProcessing Event not Fired
Lots of temp files left by reportviewer?
Missing ORM Features
Visual Studio .net 2003 crashes if I bind with Clearcase 2003.06.00
Exception loading a window

Top Answerers

e1861.cn
godzilla9
Aleksei Vassiljev
hardy3546
thompsond392
JasonCA
Narendran
_Igor
Deltoid
Srikanth Pai
Color Pixels
Only Title

Answer Questions

  • adandreamohr Help crashes Visual Studio 2003

    I am a computer science major at a university that has Visual Studio 2003 available through the MSDN academic alliance. I installed VS without the MSDN library for an assignment and everything was great, then when I later tried to install the library it won't work. If I try to directly open the library, a message comes up saying "updating help..." then Document Explorer crashes. If I open VS the same message comes up and the whole prog ...Show All

  • Diesel31 The customization does not have the required permissions to execute.

    Well I have a word.dot file with C# behind, Office 2003 I am calling this file from a local web server, and I am receiving this error message: The customization does not have the required permissions to execute. One of the things that makes Linux less attractive are the tons of additional steps you need to do in order to get something working right, and I guess now Windows/Office is no different. I guess it is ...Show All

  • Craig Barkhouse Cannot Implement Splash Screen.

    I cannot get the splash screen for my package to show up. I'm using the Sept. CTP and using the Package.dll sample as a blueprint. I'm using the same icons as Package.dll for the splash and about boxes. The about box shows up for my package but not the splash screen. The only difference that I can see between my package and the sample is that my package does not yet have  a Load Key(but this shouldn't be a problem) and my package has a sate ...Show All

  • STWeb Range name errors on Sheet1_.Designer.vb

    I keep getting errors in the sheetx_.Designer.vb Error - 'MyRangeName' is not a member of 'MyWorkbook.MySheet1_'. These error are in Sub InitializeComponents() CType(Me.MyRangeName,System.ComponentModel.ISupportInitialize).BeginInit() .... and at the .EndInit() I am unable to find a way to correct these errorr. The same range names keep coming up. Any suggestions. Dave Brent The rang ...Show All

  • Nikon_84 VS 2005 (Final) Install failure -- Setup Failed on component Microsoft Document Explorer 2005

    I have ran the clean up tool to remove the previous beta version of VS 2005.  So please don't suggest that.  I still receive errors while trying to install Visual Studio 2005 Final version.  This is the error log file: [11/02/05,10:50:40] Microsoft Document Explorer 2005: [2] Error code 1603 for this component means "Fatal error during installation. " [11/02/05,10:50:40] Microsoft Document Explorer 2005: [2] Setup ...Show All

  • Jayanthi John Jan CTP

    Does jan CTP have xaml design mode improvements http://www.microsoft.com/downloads/details.aspx FamilyId=5A0AE4CD-DC79-4B12-8A05-B6195F89FFA2&displaylang=en Thanks Marco, Being WPF Jan CTP binary compatible with Dec compatible I'd liek to avoid downloading the same stuff, while I'd like to enjoy the new cider CTP, that's why I've asked. Mark, Does Cider Jan runs on top of Dec CTP We ...Show All

  • DonRon1972 What does ReportViewer.LocalReport.LoadReportDefinition() actually do?

    Thanks to the help of Brian at Microsoft, I no longer get the error "A data source instance has not been supplied..." however, I only get the <Header> fixed data and none of the actual data rows from the <Details> section of the RDL where its <Value>=Fields!foo.Value is used.  I found ReportViewer.LocalReport.DataSources.Add() but not anything else to reference the SQL query results from the RDL report file.  I gathe ...Show All

  • Lexa83 VS.NET 2005 Beta 2 automation samples ?

    Hai ....,          Can anyone please give me the link where I can find automation samples for VS.NET 2005 Beta 2 . I was very much confortable in developing Add-Ins for VS.NET 2003, but really struggling with VS.NET 2005 Beta 2. If anyone can guide me with a simple example : 1. How to: Build Basic Add-In example 2. How to: Deploy the Add-In 3. How to: Remove the deployed Add-In 4. and finally How ...Show All

  • Khushi2005 Bugs with Class Designer EnvDTE80

    When I open the Class Designer in VS2005 professional I get this message over and over: Method not found: 'Boolean EnvDTE80.CodeProperty2.get_IsShared()'. The behaviour is similar to the one described in http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=10777&SiteID=1 , but the suggested solution did not help in my case. My EnvDTE80.dll located in C:\Program Files\Common Files\Microsoft Shared\MSEnv\PublicAssemblies ...Show All

  • nron Uninstalling LINQ Preview from VS Beta 2

    I made the mistake of uninstalling the LINQ Preview from Add/Remove Programs before running that "Uninstall Visual Studio IDE Support" file, so VS still gives me warnings whenever I start it. I read another post suggesting to download the preview again and install it to get those files.. but MS has taken down the download for LINQ Preview that works with Beta 2. Now they only have one for the RTM release (whatever that is). I can install that o ...Show All

  • ManuFern Swapping Group Order

    Hello All, I am using SSRS 2005 and have created a client side report. After I had completed (or at least I thought it was complete) the report, I realized I was missing a group. I went and added the group, but now I can not move the group above the other groups. I have tried setting the parent groups on all the groups, but it dows not change the group order. Is there any way to swap or change the group order if so how thank you, ...Show All

  • hmad How do I Progmatically Select an Item in a TreeView?

    Seems simple, but somehow I got stuck on this one. I've got a TreeView bound to some Hierarchical Data. I want to progmatically set the TreeView to have an item initially selected after I populate the Hierarchical data. SelectedItem and SelectedValue are read only, so that's a no go. I figured I need to get the TreeViewItem hosting my object and set it's IsSelected to true in a SubClass like this: public void SelectFirstNode() { ...Show All

  • Lamb Binding dataset at runtime without using tableadapter

    Hi all, I am currently working on a reporting component of a project. We have already defined and coded our stored procedures and data generation modules. So, I have a dataset which has data populated in runtime and I have my reportviewer control. What I need is a report object and binding that object to the dataset in runtime. In order to form the report object, I need to add a datasource. After all the searches I have done, I figured ...Show All

  • gameprix1 Task Pane controls

    How can I reference controls on the task pane from excel sheets for example i want to hide buttons in the task pane when specific sheet is activated. thanks.... Hi, You would create a variable for the control that you add to the actions pane. To add the control, you can use Me.ActionsPane.Controls.Add(myControl) and to remove it, you can use Me.ActionsPane.Controls.Remove(myControl). For an examp ...Show All

  • jeffandmarc Specifying a generated CS file as to be not-source-controlled

    I'm using integrated source control in a C# project.  I recall a Source-Control related feature in the VS.NET 2003 (or 2002 ) IDE that let you identify a particular file as to be not-source-controlled'.  I used this feature in the past to indicate that a generated CS file was to not be checked in with the project. I had thought a menu option on File->Source Control let you do this, but I cannot find any such menu option. Is it pos ...Show All

818283848586878889909192939495969798

©2008 Software Development Network

powered by phorum