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

Software Development Network >> Visual Studio

Visual Studio

New Question

MSDN (or MS Document Explorer) crashing like crazy
Fast Track: MSHelp2 VS 2005 Conversion & Integration Paper
Release object
Where can I find some documentation for Microsoft.ComponentModel.Design assembly?
XmlDataProvider - Speed issues
Treeview with contextmenu
CreateNewWorkItem fails, thus failing the build
Publishing project with MSBUILD
Adding dynamic menus and events in Outlook
Project manipulation from an add in

Top Answerers

Renynet
Patience404
rothco
EB78
reshadi
phil_johnson38
Sayan Ghosh
Lakshmi Kiranmayi
dlcrawford
whoisfritz
WebStores 2000
Only Title

Answer Questions

  • RisTar Crystal - Installation Server

    Hi, I have a web application that needs the crystal to run, but how can I make a installation in a server, without the need os the instalation of the Visual Studio 2003 I've tried to copy the dll's but didn't worked Thanks Ok, Thanks You need to enter the keycode that is available by going to the help about in visual studios. You will see a listing for Crystal Reports for .NET. You need to enter this keycode into the ...Show All

  • Michael Toner Use of OperationContext.Current for duplex

    Hello In all the samples of duplex the callback is set using OperationContext.Current inside a method called by the remote application. However, this approach requires the client to initiate a call a method on the service before the service can use the callback to send messages to the client. How can I enabled the service to send messages to the client using the callback after the client connects, but BEFORE the client sends anything ...Show All

  • kensai Modal Dialog Window Always Being TopMost Window Relative to the Parent Window

    Is there anyway to make a dialog window appear always on top of the parent window If you change the dialog windows ShowInTaskBar property to false and you switch applications and then switch back, your application becomes unusable. The parent window hides the dialog window and you effectively can't do anything anymore as you can't get to the dialog window. I know there is a TopMost Property that I can set, but that makes the window the absol ...Show All

  • Brennon july ctp includes which version of sql express?

    july ctp includes which version of sql express Which version of sql express does include reporting services Hi, Found some information on the Reporting Services being included even with the SQL Express SKU: http://betav.com/BLOG/billva/archive/2005/07/25/1066.aspx Also see: http://www.microsoft.com/sql/2005/productinfo/rsfeatures.mspx Regards, Vikram Hi, There is no separate July CTP of SQL Server Express separately but it is incl ...Show All

  • A Barber How to install VSTS Beta 2 on remote development Win2003 Server?

    I installed VSTS Beta 2 on remote web development Win2003 Server (I selected none of the VSTS components). Prior to doing that I uninstalled VS beta 1 succesfully. The installation was successfull, but now the ASP.NET tab is missing from IIS 6 web site properties, and I have no way setting the script mappings for spesific Framework version. I tried -regiis -ir -enable, but the tab is still missing. Any advice how to do a remote development serve ...Show All

  • nmanville Deploy web app with ReportViewer to hosted site

    I'm using a ReportViewer control in an .aspx page using ASP.NET 2.0 in Visual Studio 2005 Beta2.  I want to deploy this ReportViewer control to my hosted site at WebHost4Life in "local" or "embedded" mode. My report runs fine on my development machine.  But when I deploy it to my hosted website at WebHost4Life, I'm was getting this error. Parser Error Message: Could not load file or assembly 'Microsoft.ReportViewer.Web ...Show All

  • mks033 System.InvalidOperationException

    “/SourceSafe” 用程序中的服 器 。 You need to remove following line from web.config to actually see the web service manifest <remove name="Documentation"/> We added this line for security reasons, so that we do not show any debug info unless the server is specifically configured to do so ...Show All

  • BraBo MSDN (or MS Document Explorer) crashing like crazy

    does anybody know how to fix the following issue: Installed retail 2005 standard studio version on a machine which did have the beta version, yet it was removed with the tool provided my MS. The installed finished without issues, however as soon as I try to use the dynamic help's search button, the MS Document Explorer crashes. Hence MSDN library is halfway useless, because I can't search. If anybody has any ideas.... other than wiping my HD, pl ...Show All

  • Vahid66 C#, VS 2005, Crystal Reports XI, Business Objects Enterprise/Crystal Reports Server XI.

    Hi, I must be missing something with my versions, etc, but for the life of me I can't work this out. I have my report which happened to be written in Crystal Reports (or the Visual Studio version, it doesn't seem to matter) that I have loaded in to Crystal Enterprise. I create a web page with a crystalreportviewer in it (version 11.0.3300.0 ) all my references in the project are the same. and then in my codefile I do this as per the documentatio ...Show All

  • TheMuffinman_ "Project not valid" then trying to build solution from code.

    I have a solution containing some projects, and I tried to build it under CruiseControl.NET with NAnt. Then I ran msbuild.exe on my .sln file - build was completed sucessfully. Then I tried to build solution from NAnt task and got following errors: Project is not valid. The element 'PropertyGroup' in namespace 'http://schemas.microsoft.com/developer/msbuild/2003' has invalid child element 'Project_A965BD0E-3F6E-478C-A161-86CF5C307C72_AspNetVirt ...Show All

  • AZ_KD Hide field at runtime

    I want to be able to hide a field in my report if the bound database field is null. Is this possible. The report consists of mailing labels and I want to hide the address2 if it is null so that the line below address2 would move up underneath address1. E.g. First name   Last Name Address1 Address2 Postcode State Country Hello, This is possible by using the Format Field option when you design the ...Show All

  • Zak Jensen Install failure in VS2205 Pro Release version

    When I attempt to install the Modeling Power Toys for VS  2005, I get the error: "This setup requires the Microsoft Visual J# Redistributable Package version 2.0.50215." Is there a newer version of the install somewhere that is built for the release version of VS2005 Hi, We're working on CD Power Toys update for RTM right now, but it's not on the web yet - I'm expecting it to be there in 2-3 weeks. The cu ...Show All

  • DotNetSteve How to use Generic List in T3

    This fails at run time because Entities is unknown despite it is part of my GAT project. Any idea Thanks in advance, Philippe <#@ Template Language="C#" #/> <#@ Using Namespace="System" #/> <#@ Using Namespace="System.ComponentModel" #/> <#@ Using Namespace="System.Collections.Generic" #/> <# /* Retrieve parameters for use in the template */  System.ComponentModel.Design.IDictionaryService svc = (System.Component ...Show All

  • Fabrikx74 DLINQ: How to set parameters in DataContext.ExecuteQuery() Method?

    Hello All! When I try set parameter in ExecuteQuery() method the following error is threw: UdtTypeName property must be set for UDT parameters. But the parameters are'nt a UDT parameters and I don't know what I put in UdtTypeName property. Example: ExecuteQuery() allows parameters to be passed as values, not SqlParameters. You refer to them using the string.Format() pattern of braces. var people = dc . ExecuteQuery ...Show All

  • alex express Did not work :-(

    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

91011121314151617181920212223242526

©2008 Software Development Network

powered by phorum