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

Software Development Network >> Visual Studio

Visual Studio

New Question

build status
Logos in Report Header
Printing without the ReportViewer
Newbie Develop Office App using .Net
DLINQ + Intellisense
Page Margins are jacked up
Querying and late bound data providers
Serious Build Engine Error in August CTP - BUG?
problems opening a new window
Dynamic addition controls in any container ???

Top Answerers

cindyding0412
Unus
ImpMacker
Gabe Covert
JeffKish
WarTownFinest
Martin Roller
Mark Wienzek
Mark D. Peterson
camgas
ResMe String Extractor
Only Title

Answer Questions

  • Youpas Can someone provide an example of XOML only Sequential workflow that loads several Workflow dlls?

    Tom, Can you please provide a similar example to your ASP.NET client calling XOML only State workflow (after adding a typeprovider to the Workflow runtime) I need an example of XOML only Sequential workflow called from ASP.NET client that depends on several Activity and Workflow dlls. Thanks in advance, John Portnov You've posted a Workflow question in the WPF forum. The Workflow forum is located here: http://forums.micr ...Show All

  • ShaunP1989 Accessing a Control on a Outlook Custom Form in VSTO 2005

    i've added a Combobox to a Custom Form, based on the Appointment Form. Now i would like to be able to access this control from my VSTO 2005 code (C#) but i'm not sure how - anybody tried this The result should be a populated Combobox with data from a Web Service. Hope anybody can give me a pointer to a solution! Martin, Are you talking about a custom Outlook form or a custom .NET Windows fo ...Show All

  • Colin McC Object datasources vanish from rdlc data sources in web project

    Anyone having issues with their object datasources appearing and vanishing from the datasource browser I create an object for binding as a datasource in my App_Code folder, compile my web project and it appears in the datasources in the report designer.  Then I will make an aspx, setup a reportviewer control for my new report, go back to the rdlc and the object datasource sometimes just vanishes. I refresh, no luck. The only solution I ...Show All

  • PatrickPK Article : A Workaround to Customizing and Localizing the Microsoft ReportViewer .NET Toolbar

    An article link : http://www.codeproject.com/csharp/custreport.asp A Workaround to Customizing and Localizing the Microsoft ReportViewer .NET Toolbar ...Show All

  • Jenks Package Load Failure

    Howdy.. Just got this nasty error and wondered if anyone could help me to resolve it fast I have been running Expression Interactive Designer on a test box along with the Cider extensions for VS.. all running sweet... I installed SQL2005 on the same box for some further testing and now when I go to open a XAML page in designer mode in VS, i get a Package Load Failure with the specific package being.. PresentationDesignVisualStudio Anyone Anoth ...Show All

  • TVC15 VS 2005 and SQL 2005

    Hi, I have just installed VS2005 on a computer that already has SQL 2005 installed. Visual Studio 2005 only shows SQL Reporting, Analysis and Integration services as installed products on its splash screen. It does not have any sample project available for C#, VB.Net etc. When I select Help - About it says that everything is installed. Has anyone seen this behaviour Best regards, try this on you ...Show All

  • Sreejumon MVP Unable to pick my sc package from tools-options-source control

    Hi All, I am trying to write a Source Control Package using C#. I have been taking help from the sample code that comes with SDK 2005 documentation. The sample code 'SccPkg' has been written in C++. Furthermore, this sample code implements interface IPackage. I created my package by using the wizard to create extensibility package. I did not have to implement IPackage. Then I added my own toolbar and menus. I also implemented the interface ...Show All

  • Viks_kp VSTO - Word Protection & Change table cell background color

    Hi, This question is about Word Document protection. I am using VSTO with Office 2003. I want to change word table row's background color when my document is protected using Word Protect function. Can I do it * Assumptions are: 1. Protection is of type Form Field. (Not Read Only) That is: Application.ActiveDocument.Protect2002(Microsoft.Office.Interop.Word.WdProtectionType.wdAllowOnlyFormFields, ref noReset, re ...Show All

  • BellaTrenkova Bug in Microsoft.VisualStudio.Package.DropDownMember.op_Equality()

    The code for this method is (according to Reflector): public static bool operator == ( DropDownMember m1, DropDownMember m2) { return m1 . Equals ( m2 ); } The problem is that mi can be null, when called from TypeAndMemberDropDownBars.GetEntryText(), GetEntryImage() and GetEntryAttributes(). The 'if ( member1 != null )' test in each of these methods ultimately ends up in DropDownMember.op_Equality(), which throws an excepti ...Show All

  • Mads Torgersen Can't install VS 2005 Tools for Office

    I have installed VS 2005 Profesional and Office 2003 Standard with Service Pack 2 and am trying unsuccessfully to install VS 2005 Tools for Office. It gets about 60% of the way through initializing and then complains that I don't have Office 2003 Service Pack 1 and quits. As I said, I have service pack 2. I have done a full install of Office, including all the extra tools it wants, and have even downloaded and installed a trial version of ...Show All

  • Fayed Report References and Trusted Assemblies

    Hi, I'm referencing a third party assembly to generate images (barcodes) in a 'Local' report.  I'm getting the following error: "The report references the code module '<the 3rd party DLL>' , which is not a trusted assembly." In the previous version of Reporting Services when I could deploy a similar report on the report server but I need to add the follow to the rssrvpolicy.config file <CodeGroup class="<the class> ...Show All

  • twinn DataTemplate, Data Binding and EventTrigger problem

    I have a Listbox binded to a data source.  Each item is represented by a DataTemplate and I have some event triggers associated with each ListboxItem that tiggers some animations when the item is loaded or on a mouseover event.  When the listbox is first loaded everything seems to work the animations are triggered as expected.  However when I add a new item into the data source and thus triggering a new ListboxItem to be added in ...Show All

  • wyattblake Dynamically adding elements...

    I am trying to dynamically add shapes to a canvas at runtime. I understand how this process is done when pre-defined in XAML but I need to know how to do it from the c# level during runtime. I keep running into a compile time error which says "Error at element '' in markup file 'Window1.xaml' : Exception has been thrown by the target of an invocation" . Here is the code I have... Am I doing something fundamentally wrong or is this just a err ...Show All

  • Bojan Macele Office Web Components Cut and Paste Event

    What event is triggered when a cut and paste operation is executed in an OWC spreadsheet   I thought the EndEdit event would be triggered but that appears not to be the case.  I am trying to validate whether or not a speadsheet has been changed.  To get my spreadsheet to function properly I have to go back into my cell and hit enter to force the EndEdit event to fire. Thanks, Mike Th ...Show All

  • mikep123 Running Total not appearing

    Hi Everyone I've got a problem regarding Cyrstal Reports... The report i have has a running total that calculates all the prices of the items on a report. For some reason this works fine on the server, but when view the report from a client's pc, everything is there except the running total. I'm using windows forms. I've set the ODBC, checked it a million times... Please help anyone. Thanks in advance I do not know if t ...Show All

111213141516171819202122232425262728

©2008 Software Development Network

powered by phorum