kanuhelp's Q&A profile
Visual Studio MSBuild scripts calling MSBuild scripts
I need help on this. I have MSBuild scripts doing our deployment to our test servers. However, I have run into a problem. I have a main MSBuild script that copies files to our servers. The servers then use a .bat listener to move the files around and then they set a flag saying they're done. No Wait, While, Sleep, For Loops... I can't figure out a way to make my main MSBuild script wait for the flag to be written. However, this whole ...Show All
SQL Server Universal Indirect configuration file, can it be done?
Hi, I have a questions regarding using a unique indirect configuration file for all packages. I would have in my config file all possible variables and properties I may need to use accross packages. The question is. I may not need all the things defined in the config file in all packages. When I load a package referencing my config file, I get errors if the package does not have all the same items than the config file. Is there a ...Show All
SQL Server Remotely Executing a Stored Proc
I have an ASP page that executes a stored procedure on the local SQL Server instance, but I need that stored proc to execute another stored proc on a remote server. Basically, proc A on server 1 executes and passes a parameter to proc B on server 2. Is there a way to do this without linking server 2 TIA Please take a look at the linked server functionality. This allows you to execute a distributed query or call a ...Show All
Smart Device Development ActiveSync 4.1 and Saving/Restoring
The current version of ActiveSync (4.1) does not have saving and restoring. I use this feature all the time and it's important to me. Are we losing it, is there going to be a future version with it, or what other option do we have now Thanks. Hi, The following newsgroup microsoft.public.pocketpc.activesync would be a better choice to ask Active Sync related questions given more people from that te ...Show All
Visual Studio Express Editions Download the full version of Web Developer 2005 Express
Hello, In my office i am working in local network that not connected to the internet (from security reason). But i want to download and install Web Developer 2005 Express for train and learning. Train What I find is only install file that install the software from the internet. Where I can download a full install so i can burn and install on my computer without using internet connection Regards, Itzik. ...Show All
Visual C# Richtextbox spell check
Does anyone know of a cheap commerical component that offers spell checking for the richtextbox control I understand how to use the office interop which allows access to the MS Word spell checker. Yes, it's easy to get the mis spelled words and suggestions using interop, but I want the spell as you type option with suggestions when you right click... perhaps there is a free component floating around with these options Any help Always app ...Show All
Visual Studio Team System How to Enumerate Area's?
I'm building an application using the WorkItem store todo get the task's and bugs. I allsow got a list of projects using ICommonStructureService which i use for grouping my WorkItems. How do get a list of area's public void Form1_Load(object sender, EventArgs e) { tfs = TeamFoundationServerFactory.GetServer("TFS"); store = (WorkItemStore)tfs.GetService(typeof(WorkItemSto ...Show All
Visual Basic RTF Location No2 - VB2005
Hi, I asked this Q a while ago and got a response. The question was that how to get the Column and Line location for a text editor. This code works perfectly, but it shows line and column 0,0. I would like it to start on Line, Column position no. 1,1. Dim Ln As Integer = Me . RichTextBox1 . GetLineFromCharIndex ( Me . RichTextBox1 . SelectionStart ) Dim Cn As Integer = ( Me . RichTextBox1 . SelectionStart ) - ( Me . RichTe ...Show All
SQL Server Installing SQL 2005 Express via InstallShield
Is it possible to install SQL2005 Express via InstallShield Has anyone had any experience doing this Any suggestions or recommendations Thanks have a look at the following MSDN Article it might help.. Embedding SQL Server Express into Custom Applications ...Show All
SQL Server Oracle 9i -> SQL Server 2005: Snapshot agent aborts suddenly uninterrupted
Hi - I hope some of you can help me with this problem. I'm trying to run the snapshot agent for 77 published tables, but the agent stops suddenly uninterrupted. It stops in the middle of taking a snapshot of a table containing 81,719,531 rows. The error message is pasted below. Message 2006-06-14 05:33:33.53 [89%] Bulk copied 100000 rows from "ORAMSSQLREPL"."HREPL_ARTICLE_21_21" (57200000 total rows copied) 2006-06-14 0 ...Show All
SQL Server varchar columns shown as nvarchar via ODBC
Hi When I extract data from an ODBC data source using a DataReader, varchar columns are shown as detected as DT_WSTR, and so require a conversion back to DT_STR before they can be inserted into varchar columns in another table. I've tried this with a couple of different ODBC drivers, including the MSSQL one, and had this problem with both. Is this a bug, is it intentional, or am I doing something wrong Steps to reproduce it: 1. In Management ...Show All
Smart Device Development JScript in PIE (Pocket PC 2003+)
The latest documentation for Pocket Internet Explorer included in VS2005 Docs implies that common methods like document.getElementById() is not supported. Say it ain't so. One must roll one's own Thanks, David Seifert You'll find more help for PocketIE questions from one of the forums below http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=223605&SiteID=1 ...Show All
Visual C# [ot]code in forum
I know i'm out of topic, but how can i show my code in forum posts (i mean the rectangle with background color gray, in arial...) Thx You can use the code tag, it looks like: [code language="c#"]// My C# code[/code ] Remove the white space it the /code tag. ...Show All
Windows Forms Treeview control
Say I have a collection of objects which I wish to display in a tree view control, what is the easiest way of storing a reference to a particular object, assuming the text displayed in the Treeview control is not unique (and therefore I cannot simply use the text to look up the object) so I can look up the object that the user has selected. Hope you can help with this Newbie question Thanks, Matthew ...Show All
SQL Server Error importing data from oracle database to an SQL database
Hi! When i was importing a database table from an Oracle Database to a SQL database table, the wizard returns this error: Could not connect source component. Warning 0x80202066: Source - VB_PERMISSIONS [1]: Cannot retrieve the column code page info from the OLE DB provider. If the component supports the "DefaultCodePage" property, the code page from that property will be used. Change the value of the property if the current string ...Show All
