BruceS's Q&A profile
Visual Studio Team System TFS After a IIS Server...
Hello, i need a hand with this... at my work they have a IIS Server with external IP and some Applications Running there... i cant touch this server. So they give me another Server for TFS (but they cannot give me an external IP) so i was thinkin in some where with a subdomain for redirecting to the TFS... is there any way of doing this thanks!!! I do not see an easy way to do this. You could use an ISA Server with a reverse publishing proxy to redirect traffic in theory, but in practice that is not supported in the current version of TFS. Please review the information regarding remote access to TFS here: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=264691&SiteID=1 . ...Show All
Visual Studio Express Editions Translate VB EE > C# short code
I have a short solution snippet at http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=727286&SiteID=1&PageID=1 that the poster needs in C#. Can one of our experts here please give a hand. Thanks. There are a couple of flaws with that code so I will modify it private void Button1_Click(object sender, EventArgs e) { int i = 1 if (i = 1) { i = 2 System.Media.SoundPlayer thePlayer = new System.Media.SoundPlayer(@"C:\ eric's stuff\My Music\dizzymis.wav"); thePlayer.Play(); i = 1 Application.D ...Show All
SQL Server File System Error: The record ID is incorrect
Hi, We have deployed SQL Server 2005 with Analysis Services and Reporting Services. When running a report, we get the following error: An error has occurred during report processing. Cannot read the next data row for the data set DM_GASTOS. File system error: The record ID is incorrect. Physical file: . Logical file: . The error occurs both with a local user account and domain user account. The user account is member of a role which has Cell Data Security restriction in Analysis Services. When other member run the report, the error goes away. Anybody has seen this before Any solutions Cheers Hi. I'm encountering the same problem. I have re-processed my database but I still get t ...Show All
SQL Server Server options are not being executed from local programatically code??
Dear all, For example, executing a DTSX stored in a server, execution is fine and successfully but the log file attached to that DTSX is not created at all after the execution. Otherwise if I'm going to execute from the server everything is fine: log file is created and gathering the usual information. Let me know if exists any option for to enable this from the own DTSX. If I run local packages log files are created without problems. Thanks in advance, No, I meant, is a local path if you are in front of the server... Local is only my VB2005 application. SSIS package and its log file are on the server. Issue is the following: when I execute my SSIS local package (stored in my PC) its log file own results every t ...Show All
Windows Forms Cannot Read .Text Property of TextBox
I am simply trying to read the .text property of a TextBox in VS2005 but, even though I know there is text in there, no text is detected. I'm wondering if it has anything to do with the textbox being on a tabContainer in a SplitContainer. The textboxes are bound to data and the data displays on the form. My code recognized that the textBox is there but does not read the text: foreach (TabPage tp in tabControl_ProcA.TabPages) { tabControl_ProcA.SelectedTab = tp; if (tp.Name == "tabPage1_Cabinets" || tp.Name == "tabPage2_CylPipes" || tp.Name == "tabPage3_AngleIrons" || tp.Name == "tabPage4_Beams") { foreach (Control ctl in tp.Controls) { ...Show All
Smart Device Development Webservices in smart devices
Hi All, Iam facing 1 problem with 1 of my application created in VS2005 . My application tries 2 call a webservice asynchronously at some point of the application but it always ending with an exception like threading/ web exception. The application run successfully in VS2003 without any error. How can i solve this issue.. Help me please Ratheesh Which exception with which error message and which stack trace Something about using Control.Invoke , perhaps ...Show All
Visual C# How to use a Progress Bar in my browser.
Hi I am looking for codes for my progress bar that would be shown below my browser while loading the page. I would also like to know how to do the progress bar while downloading a certain file from the internet to the local machine. Thanks. AFAIK you need AJAX progress bar. MS MVP Sahil Malik has article about this here http://blah.winsmarts.com/2007-1-AJAX_Progress_Bar.aspx Hope this helps ...Show All
Visual Studio Tools for Office a simple VSTO problem
Please don't give link of any other forum and don't redirect this thread to any other forum This is related to VSTO only. i created a add-in for MS office application. if from MS Outlook, when i click on new mail (Word 2003 is my default mail editor) than my add-in is not appearing by default. i need to select it from toolbad list. but its not always. when i open outlook second time than its appearing by default. i am unable to understand why its behaving like this is it related to registry entries senerio 1: The problem is that if i open outlook and than word mail first ,its working fine.(Default enabled my toolbar) seneriao 2: but if i will open MS Word first th ...Show All
Visual Studio Team System Trying to get Merged Changesets history between two Team Projects
I try to run the following to give me what changesets were merged into what: tf merges /server:daleng01 "$/MARS_Platform" "$/MARS Branch Project/daily build" /recursive Please help I get the following error on the Server: TF53010: An unexpected condition has occurred in a Team Foundation component. The information contained here should be made available to your site administrative staff. Technical Information (for the administrative staff): Date (UTC): 8/17/2006 6:52:52 PM Machine: DALENG01 Application Domain: /LM/W3SVC/3/Root/VersionControl-9-128003139548171964 Assembly: Microsoft.TeamFoundation.Common, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a; v2.0.50727 Proc ...Show All
Visual Studio Visual Studio 6.0 Enterprise Edition Upgrade
I currently have Visual Studio 6.0 Enterprise Edition. Are there any upgrade options for Visual Studio .NET It seems the "Professional Edition" would most meet my needs.... there are no upgrade options. The products don't upgrade as they are different products altogether, in a sense. the same applies with VS2002/2003/2005/Orcas - these products do not care about one or the other as they are installed side by side without interference Now in regards to "Upgrade options" - do you actually mean the software upgrade or do you mean to the purchasing portion part of it all :-) ...Show All
SQL Server @force_reinit_subscription
Hi, If I add or remove a merge article from a publication and I specify the @force_reinit_subscription = 1, will this force a new snapshot to be sent to all subscribers If it does, will it apply the who snapshot as it did when the subscription was created or is it clever enough to work out what bits are different Thanks for your help Graham if you drop an article, and you force reinit and snapshot generation, depending on exactly what needs to be generated, you may be required to create a new snapshot (and dynamic snapshot), and apply new snapshot. i.e. if you drop a static article (not filtered, nor not participating in any joins), you may not need to generate a snapshot. But if you the article ...Show All
Windows Forms Replace Maintenanceform by Delete Program
Hi, When i click on my msi and my application is already installed the MaintenanceForm appear give me the choice to repair or uninstall my application. What i want to do is to have the same result when I click by remove/add programs on the delete button. I did not understand how to replace or delete the MaintenanceForm and only have the uninstall action. In Remove/Add programs some applications have only the button delete and by default Visual put Modify or Delete. How to have only the button Delete. I try with Orca to delete in the installUiSequence the maintenanceForm but what to put instead this dialog Could you help me please. Anton ...Show All
Visual C# Dynamic Invoke Web Service in C#
Hello, It is easy to invoke web service by adding Web Reference with a specific WSDL, right But how can I dynamic invoke a web service in C# If the URL of the web service or the location of the WSDL always locate in different server. I can't pre-added the web reference for that web service. How can I do How can I add the web reference in run-time (in c# program by providing a WSDL url) Could you please to show me a simple example Very thank you. Best regards, Eric Change the Url property of the WebService proxy class to the destination where the WebService is implemented before calling any method on it. -- SvenC ...Show All
Visual Basic Filemapping
Hello, just tried to create a new filemapping, and i did everything like the examlpe in the msdn-library but it just dont work: althougt I am sure the file is created, because the Function "createFileMapping" returns a handle I can work with afterwards, the function "OpenFileMapping" always returns zero. And the Err-Function returns "2", that means "ERROR_FILE_NOT_FOUND" The problem is, that I have to open the filemappingobject fram another program, the "openFileMapping" function is therefore necessary. Please tell me my mistake if you find it. Thanks [Code] Private Const STANDARD_RIGHTS_REQUIRED = &HF0000 Private Const INVALID_HANDLE_VALUE = -1 Private Const PAGE_READ ...Show All
Windows Search Technologies WDS 30 Installation with wizard to select sources to index
Hi, I'm using WDS 3.0 and I am wondering where to start a wizard (during installation of WDS 3.0or later) like it was in WDS 2.6.6 to select folders in outlook (inbox, calender,...) or network drives. Is there a parameter to start the installation exe with to get this behavior Thankx jodv Is there a way I can add folders to be indexed if I'm not an administrator With WDS 3.0, I can only see Microsoft Outlook Express: Main Identity if I try to modify the selected locations from the options screen. ...Show All
