TequilaTR's Q&A profile
SQL Server SSIS 2005 feature request (small things)
May be it's too late, but I think this requests could be scheduled at least for a SP1 if it's not possible for the RTM. 1) Execute Task without debugger: it would be very nice to be able to execute a single task without going in debugging mode. Just as you would ask "Start Without Debugging CTRL+F5" but for a single task 2) Customize default properties for task and component: when you drag a task on the package you get a default value for the ...Show All
Visual Studio Express Editions comboList collection to String???
Hello, This is such a newbie q... :-) Okay, I have this comboList named "chooseSearch" (without Quotes) and I have this code: Process.Start("http://www.google.com/search hl=en&q=" + searchBox.Text) But in the comboList, I have collection of Google and Yahoo. How can I make it so that the code only gets excuted when Google is selected Thank You very much! Keehun Nam If chooseSearch.SelectedText = "Google" Then ...Show All
SQL Server Cognos Powerplay and Analysis 2005
Hi everybody, we have an AS2000 cube and we use Cognos Powerplay for reporting. We are investigating about migrating to AS2005 and we are looking for information about compatibility between 2005 and Powerplay. If anyone can help us. Thank you. We are also using PowerPlay to deliver MSAS 2000 cubes. According to Cognos Support: " At this time, MS SAS 2005 is not supported with Cognos including the latest version C ...Show All
Visual Studio Team System SharePoint 2003 Mistake
why a mistake A database with the given name already exists on the specified database server SharePoint portal 2003 Also, if a file exists in the SQL db directory with the same name this is a problem, even if SQL doesn't have it attached. Btw, you mentioned Portal Server ... this isn't supported, just Windows SharePoint Services. marc ...Show All
Visual C# How can I restore the main window after minimize the main window? Thanks!
I use the code below to make the program ran only one time, I hope the main window can be restored automatically when you try to launch the program for the sencond time. [STAThread] static void Main() { bool createNew; Mutex m=new Mutex(true,"SuperCoolPhotoOnlyOneTime",out createNew); if (createNew) {   ...Show All
Visual C# for() and foreach() with the "else" clause
This is a simple C# language improvement suggestion. Frequently a collection needs to be examined to check if a certain condition IS NOT met, and do some actions. In traditional languages, one had to introduce a boolean variable: bool found = false ; foreach ( elem in collection ) { if ( condition(elem) ) { found = true ; break ...Show All
Game Technologies: DirectX, XNA, XACT, etc. using pixel shaders with C#
i have a bunch of "old-fashioned" ps files that i don't have the time to convert to HLSL. i have the managed directx book and searched the forums but i cannot find the answer to this simple question: how can i use those old ps files with C# and managed directx i have the latest february sdk and vs 2005 installed but there's nothing in the documentation that is helpful. in fact, the documentation for managed directx is sketchy AT BEST. ...Show All
.NET Development ODBC .Net Data provider Is it still an Add-in for 2005?
In the previous version of Visual Studio, one had to download the .Net data provider for ODBC. Is that still the case for VS 2005 I haven't been able to find documentation concerning that...the ODBC connection class documentation mentions the data provider, but doesn't say of it is the .net version or not.... advTHANKSance The Oracle client is not included with the .NET Framework. This is Oracle software. ...Show All
Visual Basic New Question
How do I create a grid of pictureboxes (25 x 25) on Visual Basic 2005 and auto-name them pbx(row)_(column) for the picture boxes It is to slow and hard to manually rename all 625 of them. Ok question answered, thanks. New question: OK, I ran into another problem. I want it be so that if I click the picture box with the person in it, you can move him by clicking on another tile. How do I do this (I tried (got from Dustin_H 's sample code) : ...Show All
Windows Forms 121 PictureBoxes slow my app. Help me optimize?
I'm developing a program that uses 121 pictureboxes on one form and when I run the program, it is rather slow. I haven't even coded yet! If I try to move the window, the contents get especially choppy. It's even worse if I'm moving the app and it hits the edge of the screen. Plus, my pictureboxes all need to have transparent backgrounds. That slows my app even more. I know that the alternative is having one ...Show All
Visual Studio Team System FormField validation
I'm currently trying to perform a FormField validation on a "select" tag which has the following html: <select name="ucCalcPage1:ucDateSelector:ddlMonth" id="ucCalcPage1_ucDateSelector_ddlMonth" onkeypress="return ValidatorEnterKeyHandler(event, 'ucCalcPage1_btnGetPricing');"> <option value="1">January</option> <option value="2">February</option> <option value="3">March</option> ...Show All
Windows Forms Testing against dotnetfx 2.0 redist
Hi, I want to start testing my clickonce app in a more real environment. I have VPC running an XP SP2 image and I need to install the redist part of .NET 2.0 on here. I know there is a golive licence available but is this what I need to download, or can I find the same thing in VS 2005 installed folders I have tried running dotnetfx.exe found in <vs 2005 install dir>\SDK\v2.0\Bootstrapper\Packages\dotnetfx but my CLickonce ...Show All
Visual Studio How to identify the difference bwteen non-defined property and empty property?
Experts, The the following blue scripts can work well. ----------------------------------------------------------------------------- <PropertyGroup> <My1></My1> ..... </PropertyGroup> <PropertyG ...Show All
.NET Development config question
how to write in a config file the port number & ip of a host thanks ok..and in the server side its the same i aslo saw some examples that use the tag <channel> , when it is useabel thanks for the help ...Show All
SQL Server XML DataSource / Designer Dataset definition failure
hi all, i'm using a webservice as datasource for my report which returns a dataset. i use the following query to get my data: <Query> <Method Namespace=" http://tempuri.org/ " Name="GetInvoiceData"/> <SoapAction>http://tempuri.org/GetInvoiceData</SoapAction> <ElementPath IgnoreNamespaces="true">GetInvoiceDataResponse/GetInvoiceDataResult/diffgram/Invoice/invPosition</ElementPath> ...Show All
