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

Software Development Network >> Visual Studio

Visual Studio

New Question

Viewport's MouseLeftButtonDown-Event not firing
AddIn problem
Customize ListView to GridView
Downgrading from 2.0 to 1.1
VS 2005 Integration with MSBuild
Change Database Location at Runtime - when "Add Command" is used
Lambdas in Custom Attributes
AllowPartiallyTrustedCallers and WCF assemblies
Determing language in Web project
How to hide a SubReport programmatically?

Top Answerers

Searock
cutski
nailers67
Andreas Hammar
SystemCodeDigger
JCD
hedelein
sireesha
Stuart Holdstock
Shengl
Topix
Only Title

Answer Questions

  • PeteB43 Subversion SVN with Visual Studio 2005

    Anyone know how I can use Subversion SVN source control in combination with VS .NET 2005 to have source control for a website served on IIS with Frontpage extension 2002 Thanks in advance guys! Alin - I'm sure your right, and that MS has done a great job with VSS2005. However, I'm an MSDN Prof. subscriber, and VSS2005 doesn't come with my subscription. I've forked out enough money for that to get Visual Studi ...Show All

  • Nicolai G. Andersen Bad exception interception with the VS 2005 RC debugger

    I have an issue with with exception interception with the VS 2005 debugger (the project is .Net library that has been just ported from .Net 1.1 and was running quite fine through the VS 2003 debugger). Basically, I have a NUnit test that calls a method, and this call (in the unit testing context) is expected to fail by throwing a InvalidOperationException. The NUnit tests actually checks that the exception is thrown. In my project configuratio ...Show All

  • DBT Demo for Local Mode Chart RDLC

    This works: ReportViewer2.Reset() ReportViewer2.LocalReport.ReportPath = strReportPath Me .Show() Me .ReportViewer2.Visible = False Me .ReportViewer2.LocalReport.DataSources.Clear() Me .ReportViewer2.LocalReport.DataSources.Add( _ New Microsoft.Reporting.WinForms.ReportDataSource( _ "DataSetReport_tblMMStats" , MM)) Me .ReportViewer2.Visible = True Me .ReportViewer2.RefreshReport() Howeve ...Show All

  • RakeshShah VstoSmartTags from a COM Add-In

    Hello Everyone, I had originaly asked Paul Stubbs for some help regarding my project because I didn't know about these forums and he referred me here. Simply put, I want to use C# and code an add-in for Microsoft Word and PowerPoint (and maybe more when I get to it) that creates VstoSmartTags that match words based on a Regex that I provide. void wordapp_DocumentOpen(Microsoft.Office.Interop.Word.Document Doc) { Microsoft.Office.Tools.Word. ...Show All

  • RyanTsai Where condition

    I want to select a node, attributes of which are super set of some other set of attributes. The object model should looks like this: interface IAttribute { string Key { get ;}, object Value{ get ;}, ... } interface INode {    IEnumerable < IAttribute > Attributes { get ;} }   And what we want to do, is by providing some IEnumerable < IAttribute > attributesInCondition   to se ...Show All

  • Shiznet MyProject Sample

    Dumb question, but once I build the my project sample how do I add a new project of that type. It does not show up in add new project dialog Next question is then how do you deploy your own project types to other developers who do not have the VSIP sdk. thx Basically are there any good walkthroughs on how to create your own project type using managed code. ...Show All

  • Jan Pickard Network Adaptors not working after VS 2005 Beta 2 Install

    Has anyone had the issue of their network adaptors not working after intalling VS 2005 Beta 2 On an IBM ThinkPad T41, Wireless & LAN Adaptors present and enabled. If I uninstall VS it all starts working again. If I start in Safe mode with network enabled it works. Thanks I'm having the same problem with my Dell Inspiron 8600.  Any help with this would be greatly appreciated. I don't have an a ...Show All

  • grzesiek_w 2005Beta2 cant launch Office project

    When I try to open a new excel or word document as part of an Office automation application I get an error saying I need Office 2003 with sp1.  I have SP1 and downloaded and installed all of the latest office updates.  Still no deal Ibrahim Hello Ken It's a VSTO Solution I am trying to open.  The machine has MS Office 2003 Professional SP1 installed. Can you te ...Show All

  • TWeiler Workes with Beta2, but not with RC1

    I have a Crystal Reports project that uses data from a dataset that is already filled - no database connection needed. It runs fine with Beta2, but under the exactly same conditions with RC1 it asks for a (non existant) database login before displaying the report. I have checked the dataset that is passed to CR - it is filled and fine. Any suggestion where to look Thanks - Thomas Hello Thomas, Can you post ...Show All

  • Jes&amp;#250;s Su&amp;#225;rez New build of the Aurora XAML Designer has been posted

    A new build of the Aurora XAML Designer has been posted. Updates include: better 3D authoring support animation has been moved farther forward improved support for resources improved support for bitmap effects Mobiform has a 3 day onsite WPF training course available. Availability is filling up fast; we are booked for the next 3 weeks. Email us for more details. Regards, Ron DeSerrann ...Show All

  • chuck02323 FileStream transfer

    Hello!   Which is the easiest way to transfer file stream from server (service) side to client side   Thank you in advance.   Best regards, Saso What is the exception you are seeing I suspect it could be a proxy instantiating problem or are you using channelfactories Do a simple filestream upload operation and post it here (client and service code + the config files) Sof ...Show All

  • WSantos Invoke a VBA Macro from VSTO

    I have an Excel spreadsheet, automated with VSTO. The underlying workbook (the one in the project folder, not in the project\bin folder) contains a VBA Macro (inserted as a module from the VBA Development Environment). How do I invoke the VBA macro from my VSTO code (assuming this is possible) For example, the user could press a button on the Task Pane and this would run the VBA Macro. Thank you! ...Show All

  • Crilston BitmapSource.UpdateBitmapSourceResource Question

    I just have a quick question: I'm working on a WPF project which involves an unmanaged module which continuously generates bitmap data into an unmanged block of memory. [It's a fractal renderer!] I then create a BitmapSource object which points at this data, and a custom UIElement to render the bitmap to screen. One problem I'm seeing is that to update the screen with fresh imagery, as new data is written into the unmanaged buffer, I have to con ...Show All

  • threna Addin(with VSTO 2005 developed) doesn't work on Client Outlook!

    Hi all, I have developed an Addin for Outlook with VSTO 2005. It works on my development maschine without any problem. I have created a setup file from standard setup project of VSTO. I have installed the addin on other maschine ( Windows 2000 , Office 2000, Outlook 2003 SP2) . I can see the addin under options as deselected if I select it I see an error, which "AddinLoader.dll is not found c:\...\VSTO\8.0\AdinLoader.dll ...Show All

  • Rainne Hosting a Workflow in WCF

    Can anyone tell me how do i host a workflow in WCF Thanks in advance. Have a look at the following samples in the Sample galery: WS-Transfer for Workflow http://windowscommunication.net/ControlGallery/ControlDetail.aspx Control=2281&tabindex=2 WorkflowInvoker http://windowscommunication.net/ControlGallery/ControlDetail.aspx Control=2278&tabindex=2 Thanks Roman ...Show All

101112131415161718192021222324252627

©2008 Software Development Network

powered by phorum