Software Development Network Logo
  • Windows Vista
  • Microsoft ISV
  • Game Technologies
  • Visual Studio
  • VS Team System
  • SharePoint Products
  • Visual C#
  • .NET Development
  • SQL Server
  • Visual FoxPro
  • Smart Devicet
  • Visual C++
  • IE Development
  • Audio and Video
  • Visual Basic

Software Development Network >> Seah Chen Khoon's Q&A profile

Seah Chen Khoon

Member List

justing1975
Scott Masters
peebman2000
Tamir Khason
Roy mm
dn8
shiveta
Tryin2Bgood
helen369331
nixps
leovernazza
Buddy_15
Heathermack
j1m68
ippological
Simone1
MCP_SS
usm2000
Ruud Poutsma
merwy
Only Title

Seah Chen Khoon's Q&A profile

  • Visual Studio 2008 (Pre-release) Bug Fixes

    Hi, Being a developer I know that writing software is a tedious business. I would just like to know how much time is spent by the WPF team going through bugs at the official bug logging site ( connect.microsoft.com) The reason why I am asking is because I logged a few bugs that are really critical for the application we are developing, and I would like a "timeline" as how long the whole process would take before the changes is added in a next CTP (which already to long to wait) or maybe a patch Thank you very much, Jaco Hi, Ok no problem. 1. I always add legit Text and/or XAML content, otherwise the it would not display. The reason I am doing it this way is because the RichT ...Show All

  • .NET Development DataRowCollection.Add in .NET 2

    Hi, my name is Iram. I'm upgrading my winform application which was developed in .NET 1.1 to .NET 2. There is a code section that works well in .NET 1.1, but in .NET 2 raises an Exception of:{"Object reference not set to an instance of an object."} System.Exception {System.NullReferenceException} The code is: DataRowCollection rc; DataRow newSearchRow; rc = searchQuestions.Rows; newSearchRow = searchQuestions.NewRow(); newSearchRow[1] = 0; newSearchRow[4] = "Search Questions"; rc.Add(newSearchRow); <--This row execute the Exception Explanation: The 'searchQuestions' is an instance of an object that I wrote that inheritance from DataTable and has several columns. Does any one have any suggestion Iram ...Show All

  • Gadgets Can someone test my gadget please?

    I posted my gadget a couple weeks ago and it has gotten a good number of downloads (~1500 atm) but mostly negative response. I suspect the problem is that I developed and tested this gadget on Vista RTM, but the Gallery only lets you choose "RC1" as the newest compatibility level (stupid ). I have not had any problems loading into the Sidebar on any RTM machine. What would really help me is to get a few people try to load it up and make sure it is working properly under a variety of environments (RC1, RC2, Beta, RTM, whatever), so I can figure out what the issue is that people are having. You won't be able to test the full functionality of the gadget because it requires you to have a particular type of webcam to stream video. ...Show All

  • Smart Device Development Execption arise while new sqlcommand (connect port changed !!)

    Hi all, Due to the virus problem our school lock the port 1433 and 1434. So i changed the connect port of SQLServer to 1500. And do the same modify in my source code. Application work fine while running in desktop environment. After deploy application to Window CE Emulator version 4.1, a exception will happen while i execute to SqlCommand class constructor. Does anyone see the same error before Have you performed standard network troubleshooting like pinging and port scanning Have you printed out errors from error collection To answer your question, yes, many developers run into similar problem. In fact, it's is a very common question, answered countless times: ...Show All

  • Visual Studio Express Editions The Newbie Guide to Installation of Visual Studio 2005 Express Edition (Dont do the mistake I did!).

    Just 2 days back I had downloaded Visual C# 2005 Express Edition from the link below http://msdn.microsoft.com/vstudio/express/visualcsharp/download/ I was in a hurry to download it and straight away clicked on the DOWNLOAD NOW link on the Right Panel. Now what that does is it installs an Installer onto your system,around 3 MB and then you have to Connect to the net and then download the entire package which inturn runs the setup. So today I wanted to take the back-up of those files,only to find that there are no Setup Files located in my Directory There was a Directory Called Visual Studio Express Edition 2005-ENU.I tried to run the setup directly..but it hanged. So what if your computer crashes or you need to b ...Show All

  • SQL Server Remote Source and Destination Performance

    Given the following scenario, what kind of performance should be expected in transferring about half a million rows We are seeing about a 9 minute execution time. Is this reasonable for about 460,000 records moving from source to target, with 3 inner joins from the source Source: Server A.OLTPDB Target: ServerA.DataMartDB Server A is running SQL Server 2000. SSIS is running on a different machine, Server B. The reason for this is that we are distributing the SSIS package for use with a BI product built on SSAS 2005 and the requirements are such that the client could very well have the source OLTP database on a different physical machine than the data mart. My understanding is therefore that: 1. SSIS will do all of the hea ...Show All

  • Visual C# advice needed on using lock()

    currently i'm coding class that involves buffered file writing. scenario is pretty usual: you instantiate class, set properties, when needed call class methods. my class internally processes passed to methods string values and stores them in MemoryStream buffer. if buffer exceeds the specified value FlushBuffer() method is called, buffer is written to file. what i want to do is to run FlushBuffer() method in separate thread to not 'freeze' or slow-down operations that are running in the class caller thread since file io is relatively slow process. but this involves problems. if thread with FlushBuffer() method is running while the user calls class method that should process and store some string value in the buffer then some prev ...Show All

  • Visual Studio Team System The application for project is not installed (project types .rptproj and .dwproj)

    It used to work, but then... Visual Studio 2005 was hummin' and I had a number of BI projects in both Report Services and Analysis Services. I wanted to add source control and decided to install the Team Suite and I did something wrong. I just don't know what it was. In the end, I deinstalled every Visual Studio 2005 (including, of course,the Team stuff)and SQL Server 2005 application, and reinstalled old faithful Visual Studio 2005, but nothing has worked. I'm missing the Business Intelligence project templates completely and I'm guessing that if I had them, I wouldn't get either of the following 2 messages when I try to open existing projects: "The project application for 'c:\...\SOS.dwproj' is not installed. Make sure the ...Show All

  • SQL Server OLAP cube - formula length

    Hi dear all, does anybody know the maximum length for an mdx formula for a calculated member in SSAS Kind regards Frederikm There is a syntax error in your formula somewhere, and the error message should give you an idea about location of this error. The syntax error is the real cause of why your cube doesn't deploy, not the length of the formula. ...Show All

  • SQL Server Change results

    I have created query As shown: SELECT distinct [Table] FROM [Database] The results i get back are A, B & C. What i am trying to do is show a result as a different word. i.e instead of displaying A is shows in drop down list as Apple, B shows Banana. etc. Can anyone help please. Thanks Thanks for that. I can see what you've done but the fields i need are carries in a field in a table. there can be only 3 results a b or c. there are alot of records. i don;t see how i can use this to select distinct from field in table but display as something else. ...Show All

  • Software Development for Windows Vista How to set the WaitForIdle property to true in C#?

    I have developed a workflow application similar to the order workflow sample I get this error "Event \"RequestApproved\" on interface type \"RequestLocalServices.IRequestService\" for instance id \"8ce3ae0f-a8f5-4c15-826d-59dfbadf2515\" cannot be delivered." Can any one plz help 1.Add these node in Web.config: <add type="System.Workflow.Runtime.Hosting.SqlWorkflowPersistenceService, System.Workflow.Runtime, Version=3.0.00000.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" UnloadOnIdle="true" ConnectionString="Initial Catalog=WorkflowPersistenceStore;Data Source=(local)\SQLEXPRESS;Integrated Security=SSPI;"/> <add type="System.Workflow ...Show All

  • Software Development for Windows Vista SyncToy for Vista

    One of the best PowerToys for XP was SyncToy. unfortunately it will not install on Vista. Are there plans to port this tool to Vista Hi I just came across this post and saw that it wasn't answered. SyncToy 2.0 beta can be found at the following location: http://www.microsoft.com/downloads/details.aspx familyid=C26EFA36-98E0-4EE9-A7C5-98D0592D8C52&displaylang=en This worked fine on Vista ...Show All

  • Visual Studio Express Editions c1083 error

    I'm a little rusty with this. I believe I need to change some setting to get this to compile. I've read through the c1083 help pages, but I could not find any information I could use. Do I need to confirm the existance of Clipboard.h ******************************************************************************* my code: (simplified version) // rccilproj.cpp : Defines the entry point for the console application. // compile with: /clr #using <System.Windows.Forms.dll> using namespace System; using namespace System::Windows::Forms; #include "stdafx.h" #include "Clipboard.h" int _tmain(int argc, _TCHAR* argv[]) { return 0; } *************************************************************** ...Show All

  • Smart Device Development Rocker for Pageup/pagedown

    The arrows at the bottom of the PDA I believe is called the rocker. atleast that is what VB seems to call it. I am wanting to be able to use the up arrow and down arrow to scroll the page up and down. does anyone know if this can be done and if so, how. Sorry this forum is dedicated to answers related to device emulator only. On a side note, http://msdn2.microsoft.com/en-us/library/ms951095.aspx post can help you. -Thanks, Mohit ...Show All

  • Software Development for Windows Vista AutoCAD 2007 and 2005 compatibility with Windows Vista

    My bussness revloves around the use of AutoCAD. I recently installed Windows Vista Ultimit on my computer. After i tried to install AutoCAD 2005 on it to discover it would not work. Is there any patches in order to make it compatible. If not Is AutoCAD 2007 Compatible before i go and buy it. thank you I think that that works only if you've upgraded xp to vista with autocad installed before. But what about if you have a new pc with vista. Do you think that I can run the setup prog by "right clicking" ...Show All

©2008 Software Development Network