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

Software Development Network >> Visual Studio

Visual Studio

New Question

excelsheet without listobject
Security in Crystal Reports.-
FlowDocument rendering questions
Problem with CreateProperty
Design-time extensions to Cider and Sparkle
VSTO2005 performance
ASPNETCompiler Error - System.Web.AspNetHostingPermission, System
URGENT! Outlook Addin runs from development only. Who are the usual suspects?
how to insert datagridview into a bookmark
Windows Mobile 5.0 SDK for Pocket PC Install Issues

Top Answerers

noszedres
HydraXL
k2msdn
JayScott
Dennis G.
kaufman
visuallll
Meghraj Shah
Mindy Zhang
Stenaught
Topix: Soul
Only Title

Answer Questions

  • Jigbone Creating an Outlook Pane similar to Clipboard Viewer/Action Pane

    I want to create an addin for outlook that creates a pane on the right similar to the Clipboard Viewer and Action Pane. So far from what I've read, Outlook doesn't have action panes, but I was wondering if someone knew of a way to accomplish something similar to this using a toolbar (possibly with the pane or custom control which I have not been able to find any examples/documentation on). Thanks, Nick [Edit] After looking some more, ...Show All

  • Moustafa charging for ws usage

    Hi I have several services and I would like to charge by the invocation of its methdos. Which is the best way to solve this problem in WCF It would be in the server side. Thanks Javier You could implement the IOperationInvoker interface and set it via an OperationBehavior. Of course you would have to know who your client is which means that you would have to include client credential in some ...Show All

  • bosstan1 File, Save As fails with a managed Language Service

    Allen Denver's RegEx Language Service sample (see gotdotnet, http://www.gotdotnet.com/workspaces/workspace.aspx id=2c0db3c9-a3bd-4116-bc1f-6c84a898e034 ), is registered against .foo files. When a .foo file is loaded, then File, Save As... doesn't work. A message box saying "The operation could not be completed. The parameter is incorrect" is shown. This is on the RC build. This also happens with the Language Service I'm trying to write. It ...Show All

  • JoDask Document Explorer Crashes on Search

    Clean install of Windows xp Service Pack2, Sql Server 2005 Developer Edition installed, VS 2003 installed, Whenever I perfrom a search or filter I get Document Explorer has encountered a problem and needs to close. Document Explorer works fine for Sql Server Documentation, it only exhibits this behavior with Visual Studio Documentation and does not matter if it is launched from the IDE or from menu. Help!!! this is very frustrating. Thanks ...Show All

  • YuvalO Pixel width "Thickness" for shapes

    Is it possible to draw shapes with a single pixel width I am working on an engineering program in WPF and need to scale drawings. The current thickness of 1 is more than one pixel (presumably anti-aliased) and is very "fuzzy" - that's an engineering term! The same drawing drawn with GDI looks much crisper - another engineering term. Ideally there would be a special thickness, say 0, which would always draw at one pixel width no m ...Show All

  • Hugo6003 Support for the System.ComponentModel.INotifyPropertyChanged interface

    Hello! Wouldn't it be a good idea to add a switch for the sqlmetal.exe program for making it to implement the System.ComponentModel.INotifyPropertyChanged in all the relevant classes Best regards, Henrik Dahl Or grab my CodeSmith DLinq template and modify it or let me modify it when I have some time. I like that idea...  It'd provide a local cache dependency route. We are considering wa ...Show All

  • angstela Multiple threads, UI, and images

    I'm currently trying to write an application that dynamically loads images in a background process in order to eventually display them on the UI. Essentially, my background thread creates objects that inherit from System.Windows.Media.Brush or System.Windows.Media.Drawing so that my UI can redraw itself using these objects. When running my code, I receive an InvalidOperationException with the explanation of " The calling thread may not acce ...Show All

  • HonFui I keep getting this error, what is it saying...

    Error at element '' in markup file 'Window1.xaml' : Exception has been thrown by the target of an invocation.. < Window x:Class = " proctester.Window1 " xmlns = " http://schemas.microsoft.com/winfx/2006/xaml/presentation " xmlns:x = " http://schemas.microsoft.com/winfx/2006/xaml " Title = " qa " Height = " 300 " Width = " 300 " > < Window.Reso ...Show All

  • Ralph G Error when subclassing controls in a WBA

    Hi, I have a custom control (derived from ContentControl) and a couple of custom panels (derived from Panel) in a WBA. When I try to run this app, I get "Request for UIPermission failed". Is it because of the subclassing I have thought only Hyperlink has an inheritance demand. Thank you, Valentin Iliescu Sorry ... it is ContentControl not ControlElement, I have corrected the mistake in my post. So the error is probably because of deriv ...Show All

  • Will Mavis Downloading of files frm VSS using commandline issue.

    Hi people, I got a problem which I don't know if its a VSS or C# problem. Currently i am writing a script which will extract source codes to a local folder. So to achieve 'automation' I created a simple .bat file which contains the ss.exe paths and arguments which will be called by my running C# program. However the issuse arise when i call the .bat file from my C# program, the sourcecodes are saved to the /bin/debug folder of my C# sc ...Show All

  • Gaj Button Style Trigger - IsPressed Property

    Hi guys, May be someone knows why I can't change button's background using style trigger in IsPressed Property. Appreciate your help. Irina <Window x:Class="Window1" xmlns=" http://schemas.microsoft.com/winfx/2006/xaml/presentation " xmlns:x=" http://schemas.microsoft.com/winfx/2006/xaml " > <Window.Resources> <Style TargetType="{x:Type Button}"> < ...Show All

  • Fred de Lange Is it safe (for VSS 2005) to run Visual Studio 6.0 Service Pack 6 after installing VSS 2005?

    Thanks While I haven't tried this scenario, I think it is safe. If I remember correctly, VS6SP6 doesn't update VSS installations that are not in the default install folder (C:\ProgramFiles\MicrosoftVisualStudio\VSS). As VS2005 installs in a different folder, I think it will be fine. In any case, if the SP6 downgrades the VSS binaries to 6.0.31112 version, you can repair your VSS2005 installation anyt ...Show All

  • Yiu-Fai How to create an extended worksheet from an external application (non-VSTO excel project)?

    Hi, Here's the setup: I have an excel add-in application and I want to leverage the new binding capabilities of the extended Worksheet hostItem. I cannot create an extended worksheet using CreateViewForWorksheet() described in http://blogs.officezealot.com/maarten/archive/2005/09/12/7979.aspx   and in Eric Lippert's new book, since I don't have the 'ThisWorkbook' to start with (and get the RunTimeCallback reference). Anyone hit the same is ...Show All

  • yukuai compiler doesn't Recognizes the Reference of custom VSPackage Project

    Hi, I have created my own VSPackage which is based on a third party language. It creates a template with  a .kproj project type and .kcs file extension. I have also implemented the language service and ProjectNode class for that. my package is having its own compiler which compiles the code and generates a COM Dll. further using TlbImp.exe I am converting the COM Dll to .NET Dll(wrapper dll). Now I have one soluti ...Show All

  • willporter storing a variable

    i need to store one value in a counter variable in vsto excel appln which cannot be stored in database.when i close the appln and open it again it should hold the value(persist) how can i implement this in excel application OK So I'm a little confused. I noticed you refered to and "VSTO excel appln". I assumed, possibly erroneously, that what you meant was and excel appl(icatio)n. Is this the case ...Show All

67891011121314151617181920212223

©2008 Software Development Network

powered by phorum