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

Software Development Network >> Visual Studio

Visual Studio

New Question

TextBox does not accept any text
When I have both VS2002 and 2003 on my PC, which style of links will be created?
Smart Doc Pane Failes to refresh in WINXP but not in WIN 2K
Correction
Security In WCF
How can you provide input to AddProjectDependencyAction without a wizard?
VSIP/Visual Studio 2005 SDK and open source language services?
Usercontrol Nightmare
"Could not read state file" warning
Attaching process to Windows Service

Top Answerers

tixall
thelmapc
apclogan
willing
SergoT
oak-net
Alcor
violator
Richie Blake
byteguy
Minnesota Daily Headlines
Only Title

Answer Questions

  • jesans ReportHeader and ReportFooter along with PageHeader and PageFooter?

    Back when I was writing reports in Microsoft Access, I made use of a section of the report called Report Header and Report Footer. I believe the same funtionality was present in the VB6 built-in reporting engine. This was useful, for example, when appending a copyright notice, privacy notice, or legal notice at the end of a report, but which you didn't want to see at the bottom of every page. This is a highly desirable capability. Is there a mec ...Show All

  • Andural69 How can I tell if KB 907417 & 908002 are installed?

    Hi; We need to put a check in our installer that 907417 & 908002 are installed (we have given up on getting them included in our installer - nothing seems to work). The problem is that the only test we have been given is to test that the node HKCR\Interface\{000C0601-0000-0000-C000-000000000046} exists. However, that node has no values and the Microsoft installer has no way to check just for the existence of a node. So, wh ...Show All

  • DTSlurve How to get all the class files in a Project

    Hi, I want to implement the following thing in my addin: Go through all the classes in a project, and having there name spaces. Now i am trying in this ways: 1) i am trying to get the Assemblies and the reffrenced assemlies of the project with the following code, but the problem is it gets the assemblies of the addin project not the active project which is running foreach ( Assembly a in assemblies) { Assembly a1 = System ...Show All

  • txnet How to update Excel CommandBar via Events from C#.NET Addin

    Hi there, I have created a C#.NET (2.0) Excel 2003 Addin. It creates two commandbars. One of the command displays the status of several external components in the form of icons. The C#.NET addin receives information about the status of these components and raises events to update the Excel command bar icons. The events are received and processed ok, however in the processing code I update the icons that are displayed in the command bar ...Show All

  • JonathanCox export visio to class designer

    Is it possible to convert/export a visio digram to VS2005 Class designer digram Thanks Brian, Infact I have also worked out same thing . Hello Not directly, however you can generate a C# or VB.Net project with your diagram and then have VS2005 create a class diagram from the generated code. You may need Visio Enterprise Architects edition to generate code. Thanks Brian [MSFT] Microsoft Developer Support This posting is prov ...Show All

  • BahKoo51 One or more rows contain values violating non-null, unique, or foreign-key constraints

    Hi. i was Trying To read report and i got this error through reportviewer I'm No sure of wats wrong. I tried Searching the net it seems to be the Dataset Prob. But im positive Dataset is working as im using VWD dataset to bind data. even had a preview Which get the data i want. So it means its working. Which then shows that its Reportviewer thats gibing me this error. Appreciate any help thx "An error has occurred du ...Show All

  • Sweeps78 WCF exception access WINFS

    I tryed access to store of winfs by middle of wcf service, but I occurred a execption when trying access to store of winfs: "The server did not provide a meaningful reply; this might be caused by a contract mismatch, a premature session shutdown or an internal server error." Somebody can I help me When I host the wcf service in console application no have any problem to ...Show All

  • BerndMei VSS & VS very very slow compiling

    I'm using Visual Studio .NET 2003 and Visual Source Safe 6.0d. When my computer is connected to the network the compilation of any projects takes a lot of time (but my CPU peaks at 10 maximum) VS screen is white during the process. If i disable my network connection the compilation is fast. The guy close to me is using the same network, the same VSS,VS and the same project but he doesn't have any speed problem. I'm using Windows XP SP1 (i insta ...Show All

  • kc1 Change components on VS 2005 standard setup?

    I can't change the sub-components for vs 2005 standard. All I can choose is VB, VC, VCS, etc... and setup auto-select every sub-components for it. I can't choose the sub-components like on Vs 2005 beta. Is there a way to select the sub-components you want and save space (it takes about 1GB for every language if you instal ecerything (See screenshot) Sorry, for VS Standard, there aren't any sub options. You w ...Show All

  • Jimmy Code Customize Windows Forms Designer to use MyResourceManager

    Hello, we developed a custom ResourceManager to let the customer edit all .Text properties in all languages in a database table (MyResourceManager looks up other languages in database instead of in localized resx files). This system works fine if we manually replace 'System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(Form1)); ' by 'MyResourceManager resources = new MyResourceManager(typeof(Form1)); '&n ...Show All

  • Rob Goodridge MSMQ error opening queue

    Hello. I'm trying to use msmq to establish communication between and indigo client and an indigo server. I've set the endpoint like this on the server: <endpoint                     address="net.msmq://localhost/private$/indigotests"                     bi ...Show All

  • Buck Woody - MSFT Microsoft Word 2003 and WordML (How to Show/Hide Content in a Document)?

    All, How to show/hide specific sections(assume a paragraph) of a document by checking/unchecking a checkbox (I'm using Word 2003) How to lock/unlock a specific section(assume a paragraph) of a document based on (Checking / Unchecking)check boxes Can we achieve this without using VBA in Microsfot Word 2003 If at all i need to use VBA, as i'm not familiar with VBA, can anybody provide the sample code to show/hide parts(assume if i ...Show All

  • Huybs Kris Peer Networking and PeerChannel install on Windows Server 2003?

    How exactly do you install peer networking and PeerChannel on Windows Server 2003 On my Windows Server 2003 server, I've installed WinFX and also Windows Server 2003 SP1. Although the SP1 download page claims that this adds peer networking, there are no signs that peer networking is available: I don't see any peer networking services listed under Control Panel > Admin Tools > Services, and there aren't any options for peer networking li ...Show All

  • Anthy A newbie's simple question

    Hi there, I added two type of unbound fields (string and number) to a blank report and tried to reference the field's name and change their color. But I received the "invalid report object name" error. Can any expert here tell me what I am missing or what I have done wrong Thanks in advance! [code] using System; using System.Collections; using System.ComponentModel; using System.Data; using System.Drawing; using System.Web; u ...Show All

  • RonnieS Reporting Services, Reportviewer control & browser compatibility.

    We are planing on using the reportviewer control that comes with the standard edition of visual studio 2005. I have noticed that the rendering is not the same in Firefox and I.E. Event the tool bar is wrong. Is this control supposed to work non MS-Browsers Can I fix it by editing some css files, or do I need to derive my own control from the supplied control, to tweack the html it produces. It would be nice if it worked for most browser out ...Show All

858687888990919293949596979899012

©2008 Software Development Network

powered by phorum