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

Software Development Network >> Visual Studio

Visual Studio

New Question

Deploy a Website with crystal and 2005
LogonException When Exporting Pushed Data to PDF
get different sources from VSS based on labels
Sample web site printing from Crystal report viewer - print mode ActiveX
missing mscvr80.dll file
Open Office standart
How to abort a commandline build.
Shape inside a shape
Binding non content properties
VS2005 team system: SQL Server 2005 Express Edition install return code 28062

Top Answerers

kariage
AngeloB
rmini
john c tivey
Christian Paparelli
rickkeller
Amenti
creatorx2000
Mario B.
Santosh Thankachan
Trix Systems Inc.
Only Title

Answer Questions

  • Benbun Object reference not set to an instance of an object

    I installed vs2005 team system suite beta 2 over a previous ctp (I follow all the uninstall guidelines) on a w2k3 SP1 server. When I try to create a new item in a web project (either Dataset, xsd, web form, master page...) I get the error on the subject. I tried to reinstall vs2005 but I always get the same problem. I also tried vs2005_beta_cleanup_tool.exe with same behavior. Hi, Although not a solution to yo ...Show All

  • DOSST COM ADDIN Not working in client mechins

    I have developed COM ADDIN in frame work 2.0 and outlook 2003, it is working fine in some Mechines, not in some mechines, The application not even lode the dll. Can any one help this, what can i do to solve this problem. Thanks in advance chand. thanks for your response. I am not using VSTO, I am using VS 2003 to develop Extensibility project for Office addins, it getting install in all PC’s in some PC "OnSt ...Show All

  • poliveira Installing dotnetframeworksdk from VS 2005

    Hi All, I want to seperate dotnetframeworksdk form the VS 2005 Setup. Is it possible to do so.If Possible then which is the folder the msi is refering to I want to create a seperate package for this dotnetframework sdk. waiiting for your reply. Thanks Bhaskar The 32 bit SDK is authored inside the VS MSI so it is not possible to separate it. However, there is a 32 bit SDK redist on microsoft.com you can use. The 64 bit redists are ou ...Show All

  • gkibet Properties and Fields in Class Designer

    Just started looking at Class Designer in Beta 2 (great tool by the way). I was wondering if there was any way to make an association between a property and a field within the designer ui or do you have to do it manually in code. Thanks Jamie Basically I was wondering if you created a field (private property holder) and wanted to associated if with property if that could be done (Basically it would write the co ...Show All

  • MdAZ VS 2005 and SQL 2005

    Hi, I have just installed VS2005 on a computer that already has SQL 2005 installed. Visual Studio 2005 only shows SQL Reporting, Analysis and Integration services as installed products on its splash screen. It does not have any sample project available for C#, VB.Net etc. When I select Help - About it says that everything is installed. Has anyone seen this behaviour Best regards, Visual Studio 2 ...Show All

  • Venugopal123 VSS 2005 allow only one file to be multiple check out(not hole project)

    Using VSS 2005 could I allow a single file to be multiple check out(not hole project). I want's my web.config to be multiple check out Could I do that If yes then How "Allow multiple checkouts" is a database setting. Excluding a file from SCC will allow multiple clients to change it but it will not be stored in the SCC database That is the only thing now which I can do No this is not ...Show All

  • Wreckage8 Message SomeOperation(Message input) - Proxy is messed up

    In addtion to other operations in my service contract I have a operation contract which looks as follows ( see the service interface below) Message ProcessInputAction( Message inMsg); [ ServiceContract (Name = "MyContract" , Namespace = http://test.com/MyContract , Session = true )] [ DataContractFormat (Style = OperationFormatStyle .Document)] public interface IMyService { [ OperationContract (Name = ...Show All

  • UntimelyWill Offline binding

    Is there any means to initialize "offline" binding for elements I've created in code through .baml/xaml parsing or imperative What if I've <ViewBox/> with some resources+binded elements-all self contained but I created it from "sratch" and it's not displayed on screen.Now I want to simulate "complete" cycle of rendering to get RenderTargetBitmap of my ViewBox...well you get idea All work nice except {Binding} ...Show All

  • Pl_john Zoom feature

    Is it possible to add the zoom feature in a DSL (like the one in the class designer toolbar) Thanks in adavance... I am openning the designer "by hand" becouse it isn't associatted with a real file. I must be lossing the toolbar there... (I realized it's available by the shortcut way) Thanks. This is standard functionality which is available for every DSL. You ...Show All

  • Jan Alexander1 VS 2005 Final - Installation problems - LoadSetupObjectGuid() : vs_setup.dll

    Hi, Can't install VS2005, released version on my WinXP Prof (Swedish), laptop. Started with a clean ghosted mashine yesterday with no beta or any other old stuff. Installad XP_SP2, WindowsInstaller 3.1. Run the installation (VS/setup.exe), 65 files are copied to the temp folder, the installation wizard starts and "Setup is loading installation components" and the progress bar stops after approx 40% I check the temp folder and in the dd_vserror80 ...Show All

  • aliramadan Inserting picture on crystal report dynamically

    I am storing the image as byte array in database field. When I am generating report I want to show that field as Image. Please provide your suggestion how to do it. Basically I want insert image on crystal report dynamically. Hi, I am storing the image in SQL server database as array bytes and showing it in Report (BLOB field). But my report does not shows all images. Even if the data stored in the Database is pertaining to a JP ...Show All

  • Mauro Sagripanti Generation table for derived class.

    I have two classes public class BaseItem {  [Column(Id=true,DBType="bigint identity(1,1) ",AutoGen=true)]  public Int64 ID  {   ....  }    [Column]  public string Name  {   ...  } } And derived class [Table] public class DerivedItem: BaseItem {  [Column]  public string Txt  {   ...  } } When I try CreateDatabase(). I got error: System.Data. ...Show All

  • thebaddie HowTo: Access instance of own property page

    Hi, is it possible to access a specific instance of my own property page from my flavored project I need to modify a ComboBox on that page from my code. Regards, Jens The SetObjects of the IPropertyPage interface is where the page get a chance to get the objects (project, configuration) to read/write the data to. Note that in the case of configuration it is important to do this right in case someone is edit ...Show All

  • cosmo0 The definition of Triangle and Rectangle shape in Domain Model.

    When I look at the "Relationship" in the Domain Model, I see two sorts of shape, "Triangle" and "Rectangle". What do these two shape mean And why do we use "Triangle" and "Rectangle" to denote these meanings Thanks alot. Each shape represents a role of the relationship. The choice of symbols was orginally to show the direction of the relationship from source to target, but it is ...Show All

  • Daniel Carey Is there a way to get MSBuild to use .sln files but determine dependency order for builds?

    I was thrilled to start playing with MSBuild to automate building our projects.  We have several solutions which build anywhere from 1-2 projects up to 50-60 projects.  One problem I've noticed however is that MSBuild doesn't seem to respect the dependencies to provide the proper build order when an MSBuild task loads a solution.  This sort of defeats the purpose of allowing the MSBuild task to load a solution if the build order i ...Show All

777879808182838485868788899091929394

©2008 Software Development Network

powered by phorum