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

Software Development Network >> Eindhoven's Q&A profile

Eindhoven

Member List

Quilnux
Hades Pta
Peppy
JVled
Garfiled
dpopcmh
YelenaS
stephencc
Acts7
Prakashalladi
Arvid
bobe59
CodeForProject
Pawe?
Serhat41
TimMulholland
GethWho
Antzz
JimMan
codepro2
Only Title

Eindhoven's Q&A profile

  • Visual Studio Team System FxCop 1.35b1 Installation Path Not Configurable

    Please add a feature request: Installer should allow the user to set the location in which the program gets installed. ...Show All

  • Smart Device Development Installation of Compact Framework 2.0 failed. Why?

    Hi all, can somebody tell me why my installtion of the cf 2.0 on an HP 2490 PDA failed Log file of installation: 26/02/2006 23:14:42: Entered Install_Init(). First Call: Yes Previously Installed: No Installation folder is: '\Programme\.NET CF 2.0'. 26/02/2006 23:14:42: Build 2.0.5238.00 26/02/2006 23:14:42: Device CPU: 'ARMV4I', 05020000 (84017152) 26/02/2006 23:14:42: PocketPC 5.01 26/02/2006 23:14:42: Our trust lev ...Show All

  • Visual Studio How to create a new Code Generator in VS 2005?

    Here's what I want to do:  I have a parser generator that I want to use in my project, and what I want is to be able to edit the grammar file and have a custom tool generate the code for me automatically (similar to web references and the MSDiscoCodeGenerator).  Could anyone point me to how to some document that explains how to do this in VS2005: * Which tools/sdk's do I need * How do I create the new file type in VS2005 (do I have to ...Show All

  • Visual Studio Express Editions Windows Form Aplication

    hello if I create a new project-> windows form aplication-> build aplication.... the program will run on my system, but not on other system with same OS(windows XP SP2) MarianL wrote: hello if I create a new project-> windows form aplication-> build aplication.... the program will run on my system, but not on other system with same OS(windows XP SP2) The target machine needs to have the ...Show All

  • Windows Forms Avoiding two button_clicks in inherited form

    Hi, I have a Form1 which has a button1 on it.  I add a button1_Click event in Form1 and display a message. Now I create another form Form2 which inherites from the Form 1.Form 2 also will have button1 on it. Now here also I add a button1_click event(after making the declaration of button1 in Form1 as protected, the defaukt is private). I display a message in the button1_click event of the inherited form also. When I run the appllic ...Show All

  • SQL Server Error 1706 SQL Server 2005 Express Installation with command prompt

    The foolowing coomand: "en_sql_2005_express.exe /qn ADDLOCAL=ALL SECURITYMODE=SQL SAPWD=12345sa DISABLENETWORKPROTOCOLS=0 INSTANCENAME=Example" or "setup.exe /qn ADDLOCAL=ALL SECURITYMODE=SQL SAPWD=12345sa DISABLENETWORKPROTOCOLS=0 INSTANCENAME=Example" return error 1706 I have OS Windows XP with SP2, .NET Framework 1.1, .NET Framework 2.0, MSDE, VS 2003 Please check the file template.ini (located at ...Show All

  • SQL Server Routine crashing of Visual Studio 2005 when running or editing SSIS

    We have found that it is common for Visual Studio 2005 to crash when editing or running SSIS packages -- from CTP versions through beta versions and including the release version. Of course we kept hoping that newer releases would become more stable, or at least more robust -- and now I'm hoping there will be a service pack, which might make it more robust Please consider this the bug report then -- this is all I know -- it very often cra ...Show All

  • Windows Search Technologies WDS 3.0 beta

    Hi I installed WDS 3.0 beta and Outlook 2007 beta. But WDS keeps running into an error in searchindexer.exe - its a memory read error - cannot read memory at the address that it is looking for. I had a previous version of WDS - the enterprise 2.6.x version...which I uninstalled and then installed WDS 3.0 beta any help is appreciated. thanks Anand Hello Anandj, Do you have the Adobe PDF IFilter installed If so, please uninstall it. Th ...Show All

  • Windows Forms Combobox data retrieval errror

    The problem is with retrieving the data saved through combobo I have combox which contains names of employees but i am saving the equivalent empid in my database by seting the comboBox DataSource is as ds.Tables["TableName"]; and DiplayMember as "EmpName ...Show All

  • Visual C++ Compiling a VC++ project using gcc

    I am trying to compile a project , created in VC++, using gcc to create a dll file. The modifications that I hav to make are the options/flags which I should supply during compilation. Currently , following options are supplied to VC compiler " -nologo -MTd -W2 -Gm -GX -Zi -Od -D "WIN32" -D "_DEBUG" -D "_WINDOWS" -D "MBCS" -D "USRDLL" -YX -Fd "some file path" -FD -GZ ...Show All

  • Windows Forms Problems with RichTextBox.Rtf

    Hey guys, I'm trying to set the Rtf property of a Richtextbox and I'm having some issues. First I do this, which works fine: string test = @"{\rtf1\ansi\ansicpg1252\deff0\deflang1033{\fonttbl{\f0\fswiss\fcharset0 Arial;}} {\*\generator Msftedit 5.41.15.1507;}\viewkind4\uc1\pard\ul\f0\fs20 Test\ulnone\par}"; this._agreementTextBox.Rtf = test; The textbox displays the underlined word "Test". However, when I tr ...Show All

  • Windows Forms URLDownloadToCacheFile error when trying to clickonce install

    i am installing in a clickonce deployment and getting the following error in the install log: Running checks for command 'dotnetfx\WindowsInstaller-KB893803-v2-x86.exe' Result of running operator 'ValueExists' on property 'Version9x': false Result of running operator 'VersionLessThan' on property 'VersionNT' and value '5.0.3': false Result of running operator 'VersionGreaterThanOrEqualTo' on property 'VersionMsi' and value '3.0': true Result ...Show All

  • SQL Server Writing Insert and Update Stored Procedures for Normalized Schemas?

    I have a database schema that has an Address table used to store addresses for different entities such as Customers and Employees. I want to reuse the same Address record between different Customers and Employees without duplicating any address information. I'm not sure what the best approach might be. Should have I have seperate stored procedures on the Address table that update and insert new addresses, where each Address record remains immuta ...Show All

  • Windows Forms Taking Data and Posting Data to Excel

    Dear All, I have to start to migrating my project from VB to VB.Net or C#.Net. For this I need to collect informatin regarding Taking Data from Excel Sheet and Porting Data to an Excel Sheet. I need techniques for Porting data to Excel Sheet from a DataGrid. The 3 methods that I have recognised are as follows: (1) Running the Whole Page again and displaying the data in Excel (2) Taking the Data from the Recordset and porting it to ...Show All

  • Windows Forms IToolboxService and the DesignSurface class

    I am trying to use the DesignSurface in VS 2k5 Beta2 and I'm a bit confused when it comes to the interaction between it and the IToolboxService. I have an implementation of the IToolboxService and I have added it to the DesignerHost. My toolbox service uses a treeview to show the controls available and in each category (root nodes) I have a selection pointer node and various other windows forms control nodes. When I drag say a button ToolboxItem ...Show All

©2008 Software Development Network

powered by phorum