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

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

KingMax

Member List

Paic Citron
Focus
Ernst b
bogdan_mabo
Csaba U
ericjs1
Nurax
Jim Homminga
Anmol
NamoGuy
Jonathan Barbara
Marlon Grech
Hipolito Lopez
DrNecessiter
ChristianD
ShowMeTheMoney
Ricardo UY
MSTIDragon
SarahC
anoop.h
Only Title

KingMax's Q&A profile

  • Visual Studio Team System Cyclomatic complexity storage in database as part of each build's metrics

    I'm interested in finding out if there is any way to extract the cyclomatic complexity score calculated by the Static Code Analyis step in an automated build and store it in the TFS data warehouse as part of the metrics associated with the build. It looks at the surface as though there is no obvious way to access this data even though it is obviously calculated as part of the static code analysis when the corresponding guideline is applied. The ...Show All

  • Visual Studio 2008 (Pre-release) Binding still dosen't see changes

    In september ctp I was talking that binding dosen't see changes if elements it binds to dosen't exist yet.Bind ListView. ItemsSource = " {Binding XPath=something/*}" not working(ListView is still empty),if "something" does not contains a single element and you add it thereafter-XmlDataProvider.DeferRefresh()/ListView.Items.Refresh() dosen't help here too.The only solution now is explicit rebinding(not user friendly IMHO): lw.SetBinding( L ...Show All

  • SQL Server SQL Server 2005 fails to install

    I'm having a problem installing SQL Server 2005 and I hope someone can give me an idea how to proceed. I have two machines and it works fine on one but fails to install on the other. The maddening thing is that the message reporting the failure gives me absolutely no feedback other than that the install failed. I downloaded VB 2005 Express with MSDN and SQL Server 2005 Express. The .NET framework, VB and MSDN installed fine and then it failed ...Show All

  • SQL Server Report Builder - is this a bug or is it by design?

    After playing with report builder for some time I have stumbled upon a most annoying restriction in Report Builder: it does not allow including data from entities which are related to each other via a third entity in the following way: [table_A] many-to-one [table_B] one-to-many [table_C]. So if I want to show fields from both [table_A] and [table_C] Report Builder does not allow me to do so (unless I use an aggregate function on the fields ...Show All

  • Visual Basic Adding or Modifying Records: Updating Data

    I am just begining with VB2005ExpressEdition and learning step by step with the documentation at MSDN. I create a simple DataBase named Database1 with 3 columns and populeted with several rows, at first time, in the SQL enviroment. After that, I take a form at design time and I've drag the tables from dataset to the Form1, creating textbox'es that are related to the DataBase information. All works perfectly, I could see the information that I p ...Show All

  • Windows Forms datagridview cellvaluechanged event

    I have a strange problem and just wondered if any1 else had come across it. If I put a datagridview onto a form (using vb.net here) and add a checkbox column, if i intercept the cellvalue changed event for the checkbox column I am not seeing the correct value returned. For example, the checkbox is initially false (unticked), if I click the checkbox (setting it to true), sometimes the event does not fire, when it does fire the value returne ...Show All

  • SQL Server Triggers

    Hi, i an new here. I just started with Sql Server 2005 Express. But my problem is not in technical issues, but programming. Now, to problem. I have few tables, Meas, Analog, Discrete, Acc and Terminal. Meas is main, have some field of it's own, one primary index key, and on foreign key. Foreign key is coming from Terminal table. Terminal table is stand alone, cause it has no other connections to any other table in this model. Analog, Discrete ...Show All

  • Visual Studio could not load type Microsoft.VisualStudio.CommonIDE.TemplateWizard.Wizard

    Hello, After installing VS.NET 2005 Beta 2 from the DVD (visual studio team suite beta experience kit), i installed a newer beta build . Now i had had to switch back to the Beta 2 that came with the DVD and i have all sorts of problems. Now, the latest problem is the one in the subject. Anyone can help Best regards, Lucian Chiriac Hi, i'm struggeling with the same problem, but it goes a little further: In the ...Show All

  • Windows Forms ListView in c#

    Tell me how to add a vertical scroll bar in listview in c#. There is a horizontal scrollbar and if i move that the contents are scrolled in vertical manner and not in horizontal manner. Tell me how to add a vertical scroll bar in listview. Willfin David. 1 - you'd have to make it owner drawn and draw the items yourself 2 - not sure 3 - By setting the focus to another control 4 - create you ...Show All

  • Visual Studio No more setup program in Add-In Template?

    Hello all, I'm porting an Add-In from Visual Studio .NET 2002 (non-managed ATL code) to the new 2005 edition. If I take the old Visual Studio .NET 2002 project, convert it to 2005, modify it to compile without errors, and run the old setup program all goes fine, but Visual Studio cannot even see the Add-In. So I tried to re-create the solution from scratch. But with previous versions of Visual Studio, the solution created with the Add-I ...Show All

  • Windows Forms ComboBox - SelectedIndex Bug when List is in DropDown state

    Hi all, I have noticed a strange bug with the System ComboBox in .NET 1.1. Whenever the ComboBox is in DropDown state, it does not appear to update the SelectedIndex. Here are the steps to reproduce: 1. Add a ComboBox to a form. 2. Add a Button to the form. 3. In the button's click event, show a message box with the ComboBox.SelectedIndex. 4. Make sure the ComboBox.DropDownStyle is set to DropDown. 5. Add items to the ComboBox (doesn't matt ...Show All

  • Visual Studio Express Editions Beta 2 can't install MSDN Express Library 2005 problem.

    Hello, there was a periode when i had installed Visual Web Developer 2005 Express . But i have installed it. In my add/remove there is nothing of beta 2005, but when I try to install Microsoft Visual Studio Beta2 = en_vs_2005_std_dvd_beta2, I get the following errors. Setup has detected that  previous version of the following products are currently installed ...... -Microsoft MSDN Express Library 2005 Beta -english. a. how can in find thi ...Show All

  • Visual Studio Express Editions Error when adding a new Content page

    I am consistently getting an error when I add a new content page to a page master.  The error is that "an object was not set to an instance" I haven't even done anything yet - just added a master page through the IDE and tried to add a content page to it. Anyone else seen this Thanks; MR ...Show All

  • Visual Studio Team System Documents Access

    Here's the scenario: Single-Server Install Project Created On the server itself (local):  I can browse the Documents tree in Team Explorer but cannot open any of the documents.  Upon trying to open the document I get prompted for credentials and after three attempts I get an IIS unauthorized Access. When I try to open the Sharepoint site (local) I also get prompted then failure.  If I access the Sharepoint site (local) using http: ...Show All

  • Visual Basic getting files from FTP

    Hey, I got a Windows application that processes Excel files and transfers all data to a DB. These Excel files at the moment are being sent to Malta from Germany via FTP........ the user copies the files to another location (as the FTP directory is not accessible) and then browses for them using an Open File Dialog.... the application then does the processing needed! I would like to automate this a bit more. 1. How can I access the FTP server (NO ...Show All

©2008 Software Development Network

powered by phorum