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

Software Development Network >> Visual Studio

Visual Studio

New Question

Invalid PropertyDescriptor Value -- please help!
Is it possible to get the CodeElement of a projectItem, when the item is not the active document?
Another thead about VSS 2005 Internet Access
Zip task not given required parameter
How can I use ResourceDictionary for string resources
Printing issue with report viewer
Can't find project templates in VS 2005
Installed SQL components not listed on splash screen
PLK
Button is not getting removed after uninstalling the Word add-in

Top Answerers

stift
odin88
DavidT1361
TonyP
michael_dev
lmsa
AnthonyChai
Ricardo UY
Bike
hb3Burgh
AccessTools
Only Title

Answer Questions

  • Robert Hulme Page Margins are jacked up

    I have created a simple report with just a title and some lines in the header. I set the page margins to .5 inch all around. Centered the title and drew lines on either side all the way to the margins like: ------------------------------- Title ------------------------------- It looks great on the screen, but when it prints the left margin is quite noticeably wider than the right margin.  Is this a known bug or am I missing something ...Show All

  • m_shane_tx How to to let 2 projects communicate to each other? (MVC)

    I have an addIn project and a webform project. If something changes in the addIn project, the webproject should be notified (Model View Controller) and vice versa. One solution to this is using sockets, but I am no so sure if that is the best solution. If I make in my webform project a reference to the addin project, a copy of the addIn-dll will be made. So this won't work, because the addIn project should be able to notify the web project. Sugg ...Show All

  • Upsetian FileProperties2 interface in VsSDK ProjectBase

    Hi, I'm implementing my custom project type for VS and I use ProjectBase project from the latest version of VsSDK (C:\Program Files\Visual Studio 2005 SDK\2006.04\VisualStudioIntegration\Common\Source\CSharp\Project). Now when I create custom project the project items (files) does not have all available properties regular project has. For example, CopyToOutputDirectory. I start to looking for that property and found that this property ...Show All

  • WylieECoyote Debugging Error Message

    Could someone tell me why, while debugging a Web Application I often receive: "There is no source code available for the current location" This occurs at different locations within our source at different times. ...Show All

  • Luke137 Office Project Type

    Total Beginner question for all of you. I want to redesign the appointment form to add a couple of checkboxes and things like that. I have Visual Studio 2005 Pro, .Net Framework 2.0, VSTO 2005, and the Full version of Office 2003 Pro installed on my machine (just for kicks, I installed the Office PIA redist as well). When I try to open a Project Type of Office, I do not get that option in the directory tree. I can not figure out why I can ...Show All

  • landonec Vertical Multi-page Crosstab

    I am trying to make a Crystal Report from a customer table. My report should display the customer information for each year in separate columns, like below: year=2003 year=2004 ... SummarizedField1 SummarizedField1 ... SummarizedField2 SummarizedField2 SummarizedField3 SummarizedField3 ... ... ... ... note: "year" is a Row field and Field1,... are Summary fields. The CustomerTable fields are like this: <ID#, year, Field1,Fi ...Show All

  • Wilson Neto save canvas to image?

    Hi all, question... does anyone know if it is possible to save the visual state of a canvas (or some other such visual object) as an image (then save to harddrive). I'm basically creating a very simple photoshop-like program (with Canvas as the place where a composition of images and shapes are shown).  I would like to be able to save this composition down to the harddrive, as a jpg, or tif, etc... I've done this with GDI+ in the past.& ...Show All

  • bwechner expression funtction iif()

    In a report, I have the expression : =iif(Sum( Fields!X_A_1.Value)<>0,(Sum( Fields!X_A.Value)-Sum( Fields!X_A_1.Value))/Sum( Fields!X_A_1.Value),"NA") This expression product the error "The value expression for the textbox ‘textbox12’ contains an error: Attempted to divide by zero." I think it's because reporting execute the expression (Sum( Fields!X_A.Value)-Sum( Fields!X_A_1.Value))/Sum( Fields!X_A_1.Valu ...Show All

  • slwhaley WinFX Runtime Components 3.0 Beta 2 installation problems

    Hello! I have some major problems installing WinFX Runtime Components 3.0 Beta 2. It won't work... The errorlog says: [05/26/06,11:43:37] Windows Communication Foundation Beta 2: [2] Error: Installation failed for component Windows Communication Foundation Beta 2. MSI returned error code 1603 [05/26/06,11:43:56] WapUI: [2] DepCheck indicates WinFX Runtime Components 3.0 Beta 2 was not attempted to be installed. I have tried everyt ...Show All

  • Worf 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

  • learn32.dll Is there something similar to Graphics.MeasureString() ?

    Is there anything in WPF that will allow me to measure the height and width of a string given a specific font (Similar to Graphics.MeasureString() ) Thanks, Matt Oh, never mind. Looks like the FormattedText class has what I'm looking for. ...Show All

  • vala Possible bug with Buttons and EditingCommands?

    I found what seems to be a bug with buttons when setting the command to one of the EditingCommands. If the button is inside a toolbar the button becomes enabled/disabled as appropriate, but if the button is NOT in a toolbar it doesn't, and always stays disabled (you can verify this by running the example below). This behavior was also present in the Feb CTP, but I held off posting hoping that it might get fixed. Is this a bug, or is there a logi ...Show All

  • Tom_g35 Annonymous Types in C# 3.0?

    I've just read on Wikipedia that C# 3.0 is going to include annonymous types... I really hope Wikkipedia is wrong! What's the point of creating a flexible strongly typed language like C# and then spoiling it with annonymous types Yes, C# 3.0 will have anonymous types. (At least based on all current guidance. It's not yet released, your mileage may vary, void where prohibited, blah, blah, blah). But, anonym ...Show All

  • Jonathan - MSFT LogonInfo, linked parameters, different databases, subreports, Oh My

    I'm having a bear of a time getting reports with subreports to function correctly. I have followed all of the directions for logonInfo updates. The original report running under v9 only has to have the first four parameters filled, from there 9 other linked parameters are supposed to be filled. I started with code that we have in production (v9). This code ran fine when running against the server that the report was designed against. But when co ...Show All

  • Mike Mayer Crystal report in vb 2005 express

    Hi everyone, I would like to ask assistant from your community on how to use crystal report XI in Visual Basic 2005 express edition..specifically about where will I load the namespace used in generating the report and how.What dll I need to load. I read some articles and they all assume that the dll libraries of crystal report is already in their references..hope to hear from anyone of you as soon as possible....thanks..... Thanks, I wen ...Show All

313233343536373839404142434445464748

©2008 Software Development Network

powered by phorum