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

Software Development Network >> Chat Hong's Q&A profile

Chat Hong

Member List

David Dilworth
zicovn
Andre Azevedo
Andy Simonds
rosiew1956
Dave of SJNB
Zatlite
Ravi Subramanian - MSFT
Coldwine
Kurt Vergeyle
Michael Xing
Dinhduy Tran
Yousry
chris04920
DaveCat
vai2000
Sriram Krishnan MSFT
cisellis
Christian_42
Myron Marston
Only Title

Chat Hong's Q&A profile

  • Visual Studio Team System New report

    After un-installing the SQL Server Express, then installing the SQL Server CTP version this fixed my problem. If I wanted to create a report that essentially copied the same type of Query within Team Explorer, for instance: "SELECT [System.Id], [System.Title] FROM WorkItems WHERE [System.TeamProject] = @project ORDER BY [System.Id]" Where is the "WorkItems" view (I am assuming a view) that I can setup my report to hit against   I don't see anything in the CurrituckDB that is called this.  Thanks! ~slee The beta 3 version of the warehouse is quite difficult to query directly because the work item at ...Show All

  • Visual Studio 2008 (Pre-release) How to change property values twice or more times ??

    // seems that dlinq allows to change property value only once, the same happens when object is created not only loaded from database // is there any way how to make it work //for tests i used the standard dlinq sample database using System; using System.Data.SqlClient; using System.Query; using System.Data.DLinq; using Microsoft.VisualStudio.TestTools.UnitTesting; namespace LINQConsoleApplication1 { class Program { static void Main(string[] args) { SqlConnection conn = new SqlConnection(@"Data Source=MODA;Initial Catalog=C:\PROGRAM FILES\LINQ PREVIEW\DATA\NORTHWND.MDF;User ID=mike;Password=*********"); DataContext db = new DataC ...Show All

  • Visual Studio Team System New Team System - Need to Import Workitems

    Hello, I've just set up a new TFS. My project has an existing MS Project plan that is somewhat elaborate (several levels of hierarchy). It seems that the MS Project integration is broken in Beta 3 (TF80071). Can anyone point me to some guidance on how to migrate tasks from an MS Project file to workitems in team system Thanks in advance. There is only one scenario that is broken in Beta3, that is when you try to open a project plan from Visual Studio Team Explorer and try to connect the opened plan(TF80071). You can open your exisiting project plan directly(Not from VS) connect to Team fou ...Show All

  • .NET Development MDAC SDK Conformance testing & .NET!

    Hi there, I have recently upgraded to .NET 2003 and would like to use the OLE DB conformance testing tools, supplied with MDAC 2.8 to test a writable OLE DB provider. The trouble is I cant build the tools as they make use of ANSI C++ and obsolete header files. The documentation only includes directions for VC5 & 6 users and no information for .NET users. Are there any conformance testing tools that will work with .NET or is it possible to obtain pre-built test modules for LTM regards chris i've managed to build the privlib by converting to standard C++, switching from li ...Show All

  • Windows Forms Still having trouble signing assemblies in VS2005 Beta 2

    I have not been succesful in signing assemblies in VS2005 Beta 2. First some info: I have a solution with (3) projects [2 of which are .dll's] I am using ClickOnce to deploy the program over the Internet. Security Settings are set to full trust. The program manifest is successfully signed with a valid authenticode certificate. Ok, back to the issue: I have tried to sign the assemblies by browsing to the .pfx file that, which is the same one that I use to sign the manifest, under 'Signing' of the respective assembly's property page. The problem is everytime I try to set the .pfx certificate for signing it prompts me for the password to v ...Show All

  • Visual Studio Microsoft.Jet.OLEDB.4.0

    Hi, guys. I'm looking for Microsoft.Jet.OLEDB.4.0 under WinXP 64-bit. I've found MDAC 2.8 for Windows Server 2003 but it doesn't support XP 64 (not wonder) does any one know if it exists and where can i find it if it does ...Show All

  • Smart Device Development Using Notification: HTML Image?

    Hi all, I'm using a Notification. When I show it, I would like to display an Image as part of it's HTML content. The application is running in "disconnected mode", and I would like to pull the source image from the file system. 1) Is this possible If so, in the code: HTMLString.Append("<img src='{ }myImage.jpg' width='75' height='75'>"); 2) How do I reference { } from the file system 3) Is there a better way Thanks in advance, Eric I think now i got the problem Actually I dont know what notification HTML uses like is it a temp HTML window or A parser in ...Show All

  • Smart Device Development binding datasource with GRD

    Hi i am trying to add a datagid in windows  mobile 5 smartphone project,when i place a daaGrid and tries to bind data,it asks for DataConnecton,on creating new Connection,i dont find option of SQL MOBILE only Sql server and Native client and SQl Database File(*.mdf) how can i make connection with SDF here i am using vs2005 beta2 Thanks Do you have a version of Sql Server 2005 (one of the CTPs, for example) installed on the same machine as your Visual Studio 2005 installation Neil ...Show All

  • .NET Development (Possible) How To:Validating a client . . . Please Comment!!!

    Source can be found here NOTE 1 : Only for Proof of concept. I know there would be alot to get it into production. . . The idea here is to be able to detect that the client library is signed by the same certificate as the server. NOTE 2: Please!!! Comments welcome! Style Suggestions  Do you see any holes Please bring 'em on!!!  NOTE 3: This is for .NET 1.1 as I am restricted to that for proprietary reasons. NOTE 4: This uses patterns outlined in Advanced . Net Remoting , Second   Edition (Rammer & Sputszta, Apress 2004 ISBN 590594177). There is very little original thought and copyrights be ...Show All

  • Visual FoxPro Delete record from grid

    Dear Experts I have a table abcd index on date field I use following codes to show data in grid SELECT abcd GO top thisform .grid1. recordsource = "abcd" thisform .grid1.column1. controlsource = "abcd.date" thisform .grid1.column2. controlsource = "abcd.gswt" thisform .grid1.column3. controlsource = "abcd.ntwt" When cursor is in some row, is it possible to delete same row/record by pressing Ctrl+D. Please Help >> When cursor is in some row, is it possible to delete same row/record by pressing Ctrl+D. Sure. You need to have DELETED=ON (to hide records marked for deletion) and you need some code to trap the Key ...Show All

  • Software Development for Windows Vista Persistance does not kick-off automatically in ASP environment

    I observed when the sql persistance is ON - When the workflowRuntime starts it runs all uncompleted workflows(which is persisted in the InstanceState table in the DataBase. This works well if it is a console application. But when workflowRuntime starts from ASP.net it does not pick up the uncompleted workflows which is persisted in the InstanceState table. Folks have u an answer for this Im not clear what you mean by ASP.NET environment. You mean Worfklow WebService. Again little bit insight will help you finding the issue. When worfklow runtime starts, it notifies all the registere ...Show All

  • Smart Device Development Communication between Pocket PCs

    hi, At Present,using wireless link to send datas from client side PPC to the server. no communication between clients. I have more than two client PPCs. I want see the information of PPC1 from PPC2 and viceversa. I don't want to retrieve Other PDA's data from server. Is there any way to communicate one PPC with other directly (by using IP) How to do it Need some ideas.! Thank U! Not to discourage you, but IMHO this seems mission impossible. Let us say, if the Pocket PC is using GPRS, its IP is controlled by NAT. It is like a ...Show All

  • Visual Studio Express Editions Remove selected text from a combobox...But how??!!

    I want to remove SelectedText by using a button click event but I just can't seem to figure out how to. I've tried the following code, but it didn't work: Public Sub CancelToolStripMenuItem_Click( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles CancelToolStripMenuItem.Click Me .ComboBox1.SelectedText.Remove(1) End Sub The SelectedText property returns a string, which you're calling methods on. As strings are immutable, any method that modifies a string returns a new string, in this case a string is returned, and you do nothing with it. Me .ComboBox1.Text = Me .ComboBox1.Select ...Show All

  • .NET Development Invoke a Login When Required

    I am developing a web application in VWD 2005 (VB). I use a master page for most user pages. There are a couple of user pages that I want to show only if the user has logged in. For example, say Task5.aspx and Task9.aspx require a login. On the page load of those pages I want to check a Session variable (e.g. Session("LoginID")) and if it has a value, I know the user is logged in. If the user is not yet logged in I want to open a login page (login.aspx) and if the user successfully logs in, I want to go back to the page it was trying to open - Task5.aspx for example. I am thinking that after the check of Session("LoginID") in the page load e ...Show All

  • Visual Studio 2008 (Pre-release) Where to get help? "umpnpmgr.dll error"

    I downloaded and installed the latest microsoft updates, now my computer will not start up. I get an error message that is titled "systems.exe-bad image" and it says, "The following file is not a valid windows image - c:\windows\system32\umpnpmgr.dll". When I click OK, my computer goes to a black screen and will not do anything else. The mouse is responsive (I can move it around the black screen) and the keyboard appears to be functioning (I can turn off and on the num lock & caps lock). I found a thread that said to boot from my windows disk (XP by the way) and to expand the umpnpmgr.dll from d:i386. I tried to do this, but get the erro ...Show All

©2008 Software Development Network