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

Software Development Network >> Visual Studio

Visual Studio

New Question

An error has occurred while attempting to load the Crystal Reports runtime
Does VS2005 have a possibility to handle custom property sheets in a source control system?
GridSplitter seperating Rows
Referencing Properties that contain free form XML
Help still broken
problem with nvarchar fields
Default Font for Textbox
SourceSafe Web Service cannot be accessed at teh specified address, error 0xC0CE509
Adding Controls to Windows Forms using DTE
VS 2005 & January 2006 MSDN

Top Answerers

Analog
Eswans2000
John Mollman - MSFT
Giuseppe_al_Lavoro
VeeraMaddukuri
daokfella
Dalton D. Franklin
dick giles
ItsIdefix
Genival Carvalho
Inside
Only Title

Answer Questions

  • AviF aspnet_compiler exiting with error code

    Hi, I am converting a 1.1 project to 2.0, and have gotten to the point of needing to deploy.  Understanding 2.0's asp.net compilation model, I don't want to deploy our .cs files to the production server, so we have to pre-compile.  I have been trying the built in vs2005 procedures, the command line aspnet_compiler, and also the Web Deployment Plugin.  All of them seem to run perfectly, however, at the end of the task, NOTHING e ...Show All

  • Terry Rossow Brand new to VS.NET & having issues

    Greetings all.  I'm having an issue, perhaps with my IIS setup( ), getting VS.NET to allow me to create a new project.  I've got a blank solution and when I try to add a new project (Visual C# Project => ASP.NET Web Application), I'm running into a problem. It's attempting to create the new project on http://localhost/webapplication1 and when I click the OK, I get an error box stating 500 Internal Server Error. I've opened up my II ...Show All

  • Sathiyarajan Crescendo: An Open-Source Media Center and Application Launchpad

    Crescendo is an open-source (GPL) media center and application launchpad similar to XBOX Media Center , MediaCar and BeyondMedia . Crescendo differs from these offerings in the following ways: Written entirely in C# on the .Net 2.0 framework Crescendo makes use of 2.0 elements like generics and anonymous methods to establish a codebase that's clean, maintainable and efficient. Built on the Windows Presentation Foundation W ...Show All

  • Arnie_Mac Publishing Issue VSTO Word Project

    I can run this project fine in Visual Studio.   When I publish the project the Word document can be opened from the shared network drive but it isn’t populated with data and the action pane is not visible.   Any ideas FHJjr, Check out my post here http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=463002&SiteID=1&mode=1 and see if you are falling into the trap I was. -Matt ...Show All

  • mccdan SharePoint workflow project templates..Where?

    in the Microsoft Windows SharePoint Services V3 SDK it sais: " Beta 2 Note Visit the Microsoft Download Center to download a Microsoft Windows SharePoint Services (version 3) workflow starter kit, which includes custom workflow project templates. Follow the template instructions for installing the template on your computer."...but noooo.... PLEASE, does ANYONE know where to find these Mikael I agree this can b ...Show All

  • Doctor Steve VSTA Document-level add-ins

    Hi, I've been through almost all VSTA tutorials but I haven't found the description of how to create add-ins to be load at the document level. My question is: Do we build document-level add-ins the same way we build application-level add-ins For example, with the Shape application sample, we can imagine that the user can create a new drawing (which is the document). Then, the user wants to enhance his drawing by code (because he wants ...Show All

  • Ahmed Aloub How to transfer a VSS db to another network share with different name?

    Hi,   Is there any article that explains how to move a VSS database from current network share to a new one And also how to redirect clients to new location.   Any help would be appreciated, Alan I've followed the steps you've outlined for moving our VSS 6.0 db and everything seemed to have went well. Now when trying to run analyze.exe, I keep getting the message that the names ...Show All

  • Michael Tallhamer DLinq Suggestion: Support Embedded Value and Serialized LOB patterns

    Following on from http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=396388&SiteID=1 can I suggest (something like) ... (1) Declare that I can convert a value to instantiate myself from a primitive value... [ColumnReader(ReadMethod="ReadField")] // 'WriteMethod' not required if // IConvertible otherwise static // method that returns 'primitive' type public struct AccountNumber : ICon ...Show All

  • CarlMalden Host a WCF Service in WAS

    Is it possible to host services in WAS in XP SP2 I've installed Win FX for XP on my m/c. Pls let me know the details of any specific component that need to be installed for this. and a sample WCF code that is hosted in WAS. Thanks in advance WAS is only available on Vista. http://hyperthink.net/blog/PermaLink,guid,e74cfea2-cc84-49dc-b047-b11d3402a94c.aspx Thanks! Scott Thanks Scott ...Show All

  • Daniel Celeda Service Moniker for COM Clients using WSDL and not mex.

    Any chance someone can post what the Xml string/stream needs to look like in order to use the wsdl parameter for COM clients using the Service Moniker and WSDL Not the MEX (WS-Mex) method, the WSDL method. From Andy Milligan's PDC presentation, there was a slide (I don't have the demo's) with the following: wsdlStr = "<xml ... "    << -==== What's in the string Set monikerProxy =     &nb ...Show All

  • Rich Preston enable/disable - wizard navigation buttons

    I am trying to programatically disable my custom wizard page's Next button using the EnableStep method of the wizard class. this .EnableStep( false ); But this isn't working. Is there any other way to control the enable property of the different wizard buttons Using : Wizard.EnabledButton( Microsoft.WizardFramework.ButtonType.Finish, false); ...doesn't work to disable "step skipping", I tried it in ...Show All

  • Bassey Choosing Visual Studio 2005 DirectX Help Source

    Hi all, I have a little troubles setting up my VS 2005 help. I installed DirectX SDK April 2006 and every time I search for something by pressing F1, it brings up DirectX Managed help. Is there a way to set it to use non-managed DirectX help files instead As managed dx help is kind of a useless to me... Thanks in advance. Thanks. I'll forward this info to the directx team. ...Show All

  • ArthurNicholson Can VSTO be used create class libraries

    I'm looking to upgrade to VSTO and want confirmation that you can still create class libraries/dll files in this IDE. I'm looking to purchase in the next day or so, if anyone can confirm or tell me otherwise I'd be grateful. Visual Studio Tools For Office 2005 includes support for building class libraries in VB and VC#. You can find more details in the feature comparison chart at http://msdn.microsoft.com/v ...Show All

  • Sohailsoh how to end process

    hi is it possible to open windows media player by using c# programatically Means when i click on a button i would like to open windows media player how can do this Thanx-Nagu Oh thank you Thomas thats wat i want exactly. Nagu oh thank you Thomas its working Bye Using C#, you can do that with the class Process and the static ...Show All

  • jsvonline.com Package 'Visual Studio Common IDE Package' Failed to load

    I recently installed VS 2005 Proffesional and the MSDN Library. Everything was working fine till i Searched for something in the MSDN Library and i got the error: Package 'Visual Studio Common IDE Package' Failed to load in a MsgBox and i could not search MSDN for any help. Otherwise i can still use the Index and the Contents of the Library. I tried uninstalling & re-installing VS 2005 and MSDN Library and also the Document Explorer but t ...Show All

414243444546474849505152535455565758

©2008 Software Development Network

powered by phorum