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

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

Vincent_Liu

Member List

teh squirrel
beta.code
Freddie Sia
JKD
Cynthia Joffrion
Heather Lomond
June Shi
stefan.w
SPIDEY25
Marty McGee
XPDev
Peter Richard
Scav
Kevin Sung
Biodegradabl
borba777
SMang
JohnColo
** Ann
DMDJ
Only Title

Vincent_Liu's Q&A profile

  • SQL Server Can a Data Flow Task mimic Bulk Insert?

    Hi Guys, The way I understand a Data Flow Task is that it inserts the rows from the source to destination one by one. Is there a way to make it act like a bulk insert task We have been experiencing performance issues when inserting a lot of rows from one table to another. If there's no way to actually do it, can a bulk insert task functionality be scripted Coz what I need is a table to table insert, and the bulk insert task only accepts data files as sources. Thanks! Kervy KervyChoa wrote: I tried using perfmon to see what can be done, but I can't find the SQL Server: SSIS Pipeline Pe ...Show All

  • Visual Studio Team System The report server cannot create the performance counter

    After installing SQL Server 2005 and reporting services I recieve an error on bootup telling me to look at the Event viewer.  In the event viewer I see: The Report Server cannot create the Cache Misses/Sec (Semantic Models) performance counter. Source: Schedule and Delivery Processor Category: Logging Event: 113 The error is in MSDN with less description that what event log gives. I did find a blog entry describing the problem but his report server did not start, mine shows up fine in services when I check. It has three other errors creating the three more perfomance counters : Total Cache Misses Cache Hits/Sec Total Cache Hits. I w ...Show All

  • Visual Studio Team System Does tfsSetup have to be licensed user

    Hi, with Workgroup edition you only have 5 users max. So, is it necessary for one of these is TFSSETUP as its taking a valuable user. Thanks. The setup account (referred to as TFSSETUP) is the account that has full administrative rights on the server. The best way to handle this is to set up TFS as the user who will be the primary administrator. ...Show All

  • Visual C++ Global Functions do not have 'this' pointers

    Hello Everyone, I get this Error C2673, what is the way around...I looked up MSDN it doesnt give me any solution... Sugestions, Help..Highly appreciated.. Thanks, Thanks for the honest answer...I'm not expert in OOP but trying too find my way out..... ...Show All

  • Visual Studio Team System Branch with Team Build?

    I'm relatively new to Team Build and have just successfully created a script to build a Web Deployment Project. Now I need (if it's possible) to Branch as the first step in the Team Build process, then continue the build from that new Branch. Is this possible, and would anyone please post instructions or a link to someone else’s Thank you!!! Hi, I think the problem you want to solve can be done extending Team Build with a Custom Task. Custom tasks, are actions you can develop with .NET to execute some actions during Team build, to do a custom tasks, basically is create a new class and implement &qu ...Show All

  • Visual C# http:// comment problems....

    Currently im working on a web browsing program and i am trying to make it so it will automatically add the http:// before the www. part of the entered web address. my code is this: if (comboBox.SelectedText.StartsWith(www.)) { comboBox.SelectedText.Insert(0, http://) } theres probably problems with this code but i cant debug it because as soon as it reads the // it comments out the rest of the code... is there anyway to make C# not read the // as a comment Thanks Alot There are several issues with the code, the first being that it won't compile.  But we all have to start somewhere. Here is a simple c ...Show All

  • Visual C++ I'm stuck and cunfused. ARR U C++!

    ok. i made a small ...small SMALL msdos program with Visual C++ express (yep a newbie) and all it was, was a whats ur name age and if u like this kind of music or game. now i figured out the whole press one if u like this or press 2 for no. but i want to make it a says YES FOR YES! and so on. get it good. here's my code. im really stuck #include <iostream> using namespace std; int main() { int number; /* This describes the number int. */ char conversation1[256]; int halo; char variable = 2; char option; cout << "Welcome To the computer talking program.\n"; cout << & ...Show All

  • .NET Development Creating a Web Service

    According to several examples on how to create a web service using WSE 2.0 when you enable WSE 2.0 for a project by selecting the two checkboxes on the General Tab references are automatically added to your project and in the Reference.cs (or Reference.vb) file of the project you will see two instances of the Service class created. Example: MyService and MyServiceWSE   In my projects the references are being added to the project, but the two instances of the Service class in the reference file are not being created.    Does anyone know how I can fix this   Thanks, Dennis ...Show All

  • Smart Device Development Controlling D-Pad in the Today Screen (C#)

    hello, i'm very new to c++, but i'm getting there. i just need keywords as to where or for what i should be looking to make a program that would produce a mouseclick when the left button of the d-pad is clicked when i'm in the today screen. my device doesn't utilize the d-pad's right and left buttons when i'm in the today screen, so i thought that i could assign the left d-pad button to a mouseclick that would click on the start button. i'm using Visual Studio 2005 with Windows Mobile 5.0 SDK. thanks, msafi,  There's no need to refer to people as idiots; I'm sure that you make mistakes as well. Believe i ...Show All

  • Visual Basic Where are the Navigate Backward and Forward buttons in VS2005 VB Text Editor?

    Hi guys, Does anybody know the answer on this stupid question I get used to click on these buttons in VS2003. It was quite comfortable to get back when I 'Go to Definition'. Now, in VS2005, I have to remember from what place I jumped to Definition in order to get back. I've ticked off the Tools->Options->Text Editor->All languages->General->Navigation Bar checkbox but it didn't help. Cheers, B7 it would be great if you had a Navigate Back option on the context menu, like VB had "Last Position" ...Show All

  • Visual Basic Missing flash.ocx file

    I am using windows 98 se, and for some reason I am now getting an error message "cannot find flash.ocx file" , can any help , where do I get a copy, what is it, it keeps going on and on, when the computer is left unattended . Its very annoying, any help is greatly appreciated. Using on a home computer.     Casey875232332 wrote: So does this mean I need to re-download macromedia or just a component If so, where on the page given do I need to click Thanks in advance, ...Show All

  • Visual Basic DataAdapter & query

    kind of a 2 part question: I need to query on 3 parameters: i.e. Name AND <X AND >Y at one Table in the DataAdapter. In using the DataAdapter.SelectCommand approach I find that one can pass only 1 parameter. So I simply put 3 separate commands - - and this seems to work (when there is a match) though I haven't rigorously checked it. so part 1 - is this approach ok In this DB there can only result in 1 match or no match. part 2 where I'm stuck is that finding no match is a good thing for the user - but I get a ServerError message of Not non-Zero index....... I was hoping that by having a bound textbox/label to one fi ...Show All

  • Visual Studio Changing Wait Message

    I'm looking for a way to change the wait message that appears when a remote report is running in Async mode.  I tried setting the font properties of the WaitMessageFont (set the size to 0pt) in hopes that I could at least hide the wait message but this seems to have no effect.  http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=127573&SiteID=1 ...Show All

  • Windows Forms VS 2003 and framework2.0

    Hi, How can I point VS2003 to framework 2.0 I have both 1.1 and 2.0 installed on my development machine and for some reason I cant install VS2005. How can I point VS 2003 to 2.0 framework. In this scenarion, will I be able use new features of 2.0 such as datagridview, enhancements in ADO.net and other new features Thanks, I am very sorry but you are not going to be able to get Visual Studio 2003 to target the 2.0 Framework without a great deal of work as VS is very tightly tied to it’s associated Framework version. If you really need to use the 2.0 Framework for development you may want to ...Show All

  • Visual Studio Problem extracting source code from VSS to local folder.

    Hi guys, i been trying to extract a certain project based on the labels that a user select from a web based UI that i have developed,however when my backend code tried to retrive the project based on the label, the source code just does not appear in the folder i specified. I have attached a fraction the code that does the getting of source code from the VSS. foreach (IVSSVersion ver in labelCollection) { if (ver.Label.ToString().Equals(srcLblName)) { labelNum = ver.VersionNumber; //the label index to extract   Console.WriteLine("Version Label Num to be extracted:"+labelNum.ToString()); Console.WriteLin ...Show All

©2008 Software Development Network