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

Software Development Network >> Visual Studio

Visual Studio

New Question

C#, VS 2005, Crystal Reports XI, Business Objects Enterprise/Crystal Reports Server XI.
Does VSTO offer similar functionality to outlook's edit message with word
Document Explorer crashes
Why VSTO doesnt work on WinXp and it does work on Win2k?
How to categorize properties?
Binding shortcut-keys in Word
Lambdas in Custom Attributes
Need help on adding controls dynamically to Outlook.pages (LateBinding)
Still Unable to Show/Hide NamedRange object from the ActionPane!!!
MSVSMON remote debugging on 2003 server

Top Answerers

rgb15
Marcio Rosa
Optimistic1954
AleMin
fast_
Colke
Alex Araujo
Peter Zwickl
lianaent
prenders
Blazer Network
Only Title

Answer Questions

  • ReyCri Dynamically adding controls to a Grid at a specific Row/Column position - Possible?

    Hi I am working on a small Avalon sample application, I have a 9x9 Grid control with each cell containing a TextBox control. Ideally, rather than having 81 TextBox statements in my XAML markup I would like to write a little code on the Window.Loaded event to generate the controls and add them to the Grid dynamically. This initially seems to be no problem and all controls get created and added to the Children collection of the Grid. However, bec ...Show All

  • Syed VSS is not asking me for leaving check out file (Remain check out) while getting letest version

    Hi, I'm continously facing an issue, when ever i open a website from source control it always prompt me with the followoing msg: --------------------------- Microsoft Visual Studio --------------------------- The folder 'C:\Inetpub\wwwroot\TradeShores' is not empty. Local files in this folder may be overwritten by the copies from source control. Do you wish to continue --------------------------- Yes No --------------------------- ...Show All

  • Yorch How to get a reference to a model within code?

    Another little brain teaser: As part of this problem of creating multiple linked models I'm looking for a way of getting a reference to a model that is not necessarily open in an editor. The scenario I am considering at the moment is where I am splitting a single model over many files (to support distributed development of the model and to support diagrams of small model sections) and this single model has some elements that must be common acros ...Show All

  • keru Project Subtype from wizard

    Is there any reason why it shouldn't be a simple matter to start with a package project that is created by the wizard (new project -> other project types -> extensibility -> visual studio integration package) and add a project flavor to it using the ProjectSubtype sample as a guide I ask because I'm trying to do just that, but when I try to open the sub type's template, VS crashes without giving warning or description of the error. The ...Show All

  • YarakMan Use custom attribute to execute some actions

    Hello All ! I have some questions on attributes. I would like to be able to tag my method so they can behave specially. For example I would have imagined to do something like [TestMethod] [UseDataSource("myConnectionString", "my Dataset file")] public void TestDataSource() {     //do some testing }   I have imagined that so my test code contains only what I am testing and some attributes is specifying which data it h ...Show All

  • zbc relative filepath for BitmapImage UriSource in Feb CTP

    How do do I specify a relative filepath for an Image using feb CTP 06 I copied myimage.jpg into the same directory as the exe (bin/Debug and bin/Release) and I tried to use the pack syntax as the docs suggest: <Image> <Image.Source> <BitmapImage UriSource="pack://application:,,/myimage.jpg" /> </Image.Source> </Image> also I tried UriSource="myimage.jpg" In both cases I get a System.IO.Exception, say ...Show All

  • Andreas_R DP System

    Hello there. Are there any resources available on DP in-depth In particular I wonder how do I organize 'audit-trail' - e.g. log changes made to that DP, using built-in functionality of DPs (As per I.G. this is one of essential benefits gained by DP system). thanks, Alex Sorted by using Journal. ...Show All

  • westlakechen Cannot get Username & Password authentication to work.

    Hi, I'm trying to build a small demo WCF application that uses the WSHttpBinding with simple username & password authentication over HTTP. Upon running the application I always receive the following error : The service certificate is not provided for target 'http://localhost:8080/OrderManagementService'. Please specify a service certificate in ClientCredentials. How can I fix this problem without using a service certificate The only ...Show All

  • ASG Crystal Report

    Hi, I have a problem to pass data set to crystal report XI's report, I have try it with Crystal Report 8.5 and its work. I used "File Definition Only" as my data source The code is like below,       ReportDocument doc = new ReportDocument();       doc.Load("C:\Customer.rpt");     string cString = "Persist Security Info=False;Integrated Security=SSPI;database=no ...Show All

  • Reverend Copy/Paste

    Is it normal that when I selected a shape, the copy/paste operations are disabled I suppose copy and pasting of shape is not supported Is there an easy way to make it work Thanks! Mike i am using visual studio 2003. i have searched in my machine, not able to find the mentioned dll. is that new in 2005 else any alternate approach to build the logic. to be more detail...i need to copy normal c ...Show All

  • ITLionWoo Registering Visual Studio.net 2003

    I just installed VS2003 Academic Version and when I clicked on the link to register my software I got the following message on the MS web site: We're Sorry...The page you are looking for no longer exists or may have been moved. I can't seem to find a registration page on the web site. Anyone know where it is Surely one must still be able to register this version since it's still being sold! Is there a w ...Show All

  • avinash prasad dragging control will immediately crash visual studio

    Problem repro: create a new windows application fx project, create button on the grid, drag it to another location. After about 0.5 seconds visual studio throws an error and asks me if I want to debug. If i choose yes, I can get to this call stack: > ntdll.dll!7c901230() [Frames below may be incorrect and/or missing, no symbols loaded for ntdll.dll] milcore.dll!53216a95() milcore.dll!5316ba53() milcore.dll!530d9318() milcore.dl ...Show All

  • srini1122 Deploy hell

    I've been trying to deploy a small web application on our web server. We are using VS 2005 Beta 1. Last I installed "CRRedist.msi" on the web server and tried to access the web page - no success! I've also tried to create a web setup project, but it fails because I have no keycode (instructions tells that this can be found in the VS help menu - nop). My final try was to buy Crystal Reports XI Developer and install it - but no it doesn't support ...Show All

  • Sergey Bereznikov Setting the style of the current XMmlNode during ContextEnter

    Hi I have a XML document in Word 2003 and I would like to set the style of the current XmlNode during ContextEnter event. private void ChapterTitleNodes_ContextEnter( object sender, Microsoft.Office.Tools.Word. ContextChangeEventArgs e) {    SetXmlNodeStyle(e.NewXMLNode.Range, "Heading 1" ); } private static void SetXmlNodeStyle( Range range, string style) {    object styleobject = style; &nb ...Show All

  • Ross William Nelson My VSIP task provider is broken on Whidbey Beta 2. Help!

    I have a managed VSIP package that I've developed on VS.NET 2003. It works fine on VS.NET 2003 and used to work fine on Whidbey Beta 1 and all previous CTPs. Something appears to be broken on Beta 2 though. Here's what I have. My class implements IVsTaskProvider2 on VS.NET 2003 and IVsTaskProvider2 and IVsTaskProvider3 on Whidbey. In class's constructor I load images from the embedded resource and then follow with RegisterTaskProvider(this, o ...Show All

1234567891011121314

©2008 Software Development Network

powered by phorum