Underwater's Q&A profile
Visual Studio Team System Web page not found in VSTS
I have a web test where a page is not being reached (Error 302) When I use VSTS When I copy/paste the URL+query string and paste into IE it works fine. http://creative.gettyimages.com/source/search/ImageDetail.aspx s=ImagesSearchState|3|5|0|0|15|2|1||0|0|0|1|60|2ad3.85c5.03fb.e000.002f.76b0.7ce0.e038.f70b.39ff|1|0|0|%22dolphin%22||1|0|1&pk=5&imageIndex=3&assetIndex=3&licenseModel=2&cdpc = Is there a limit on the size of the Query string. If I go the preceiding page: http://creative.gettyimages.com/source/classes/FrameSet.aspx &UQR=eybclw&pk=4&source=front&lightboxView=1&txtSearch=dolphin ...Show All
Software Development for Windows Vista DTCGetTransactionManagerEx error
Hi everybody, during several tests with MSDTC I've received the following couple of errors calling DTCGetTransactionManagerEx API, MSDTC was unable to read its configuration A connection with the transaction manager was lost Can someone suggest me a way to better understand and solve these problems Thank in advance for help FabrizioC Hi Fabrizio, Can you explain what is your configuration (how is your app setup, what OS you are using etc) When do you get the error How often - all the time Cheers! ...Show All
Microsoft ISV Community Center Forums Application.FileSearch in Excel 2007
There is an issue which I am facing after I installed Office 2007. I had written a small VBA which would search for a file and if found will rename the file. I used Application.FileSearch then. Now I am tying to do it again but unfortunately there is an error prompted stating that 'the object does not exist' Set fSearch = Application.FileSearch defPath = "H:\SourceSafe_1_Feb-28_Feb_2006\SecondSet" Set rg = Range("MyFiles") fSearch.LookIn = defPath I have been frantically looking for changes in the VBA object model especially for Excel but cant seem to find them. Hi, I only have 2003 so this is just advice ...Show All
.NET Development How to open an webapplication that is copied from another machine
Hi, I copied a web application from one machine and i pasted it in another machine in this localhost path C:\Inetpub\wwwroot\webapp1.while opening the application im getting the following Error: "Unable to open web project "webapp1". The file path C:\Inetpub\wwwroot\webapp1 does not correspond to the URL http://localhost:/webapp1. The two need to map the same server location. HTTP Error 404:Object Not Found" . Please give me any solution for this ,im waiting for the Reply. Thank You. Hi, Open IIS goto the defualt website. There will be folder Webapp1. Right click on it and press Create button. Hope this help. ...Show All
Visual Studio Team System New Team System - Need to Import Workitems
Hello, I've just set up a new TFS. My project has an existing MS Project plan that is somewhat elaborate (several levels of hierarchy). It seems that the MS Project integration is broken in Beta 3 (TF80071). Can anyone point me to some guidance on how to migrate tasks from an MS Project file to workitems in team system Thanks in advance. There is only one scenario that is broken in Beta3, that is when you try to open a project plan from Visual Studio Team Explorer and try to connect the opened plan(TF80071). You can open your exisiting project plan directly(Not from VS) connect to Team fou ...Show All
Visual Studio Team System Working with WorkItem Object Model need help!
Hello all, I'm trying to create a simple GridView in ASP.NET 2.0 that binds itself to the TFS workItems. So far everything seems to work well. I've created a class that holds one method called GetWorkItems it somewhat looks like this: public WorkItemCollection GetWorkitems( string sortExpression, string RoleName) { TeamFoundationServer tfs = TeamFoundationServerFactory .GetServer( DomainName ); tfs.Authenticate(); WorkItemStore store = ( WorkItemStore )tfs.GetService( typeof ( WorkItemStore )); // Check if we have any projects if (store.Projects.Count <= 0) return null ; //Get the proper Team Project Pro ...Show All
Windows Forms Database not updating (Windows Forms App)
Ok....Here is my vb.net code and I'm trying to update a dataset into the Database from which I got the DataAdapter. My DataAdapter uses a SELECT w/ a JOIN in it and it never created INSERT or UPDATE stmt's using the DataAdapter wizard. So in my btnInActiveAftNxtJP_Click event I update the Insert Command Text and run the update but it's not updating the SQL Server 2000 DB.....Should I have created a DataTable or is something wrong with the way I'm doing the update ...I can't figure it out....Please help!...Thanks! Imports System.Data Imports System.Data.SqlClient Public Class Form1 Inherits System. ...Show All
Visual Studio Team System Create a custom web based bug tracking tool for VSTS.
Hi all and happy new year ! Hope 2006 will be a great year for VSTS. Before the holidays, I've been asked to look(most probably create) for a web based bug tracking tool for VSTS. I've googled a bit and found teamplain ( http://www.devbiz.com/teamplain/ ) but this seems to be more of a web interface of the entire VSTS. I'm just interested in allowing our customers to enter bugs using a simple web form. Now, I'm aware that I can create my own custom aspx files with a <form>...</form> and invoke the TFS web service so that it enters the values of the custom <form> into the proper database but I have not ...Show All
.NET Development Receiving unexpected OutOfMemory exceptions
I have a (nearly) released commercial application built in .Net 1.1. At the high level, it is a protocol proxy. Needless to say, it creates and uses many sockets. It is running on a 2003 Std Edition SP1, 2MB memory with 4MB virtual and 2 hyper-threaded XEON CPU’s. and is configured to use server mode GC via the following in the .config file. <runtime> <gcServer enabled="true"/> </runtime> The customer has a release build. I sent them a debug build one time to check something and it ran much worse. It has started getting OutOfMemoryException at one of the customer beta sites. The customer is reportin ...Show All
Visual Studio Team System TFS and One-way Domain Trusts
TFS is not operating as I would have expected with regards to authenticating against a trusted domain. As best as I can tell from the User Education site, our configuration should be supported, yet I'm in a situation where the user accounts from the trusted domain cannot authenticate to TFS, and TFS group management will not allow me to add users or groups from the trusted domain either from the UI or using TFSSecurity.exe. The User Education article I'm referring to is: http://blogs.msdn.com/vstsue/articles/546436.aspx Our configuration: Two domains, "Production" and "Development". There is a one way trust between develo ...Show All
.NET Development When(why) use DataSet?
I have a very simple Access database which consists of only one table and an auto number field (ID) has been used as the primary key for the records. All the columns are directly mapped to a object's properties except the ID property of the object is set to 0 initially. I only use OleDbCommand object to execute sql statement but is there any way to get the value of the ID column of a just inserted row (I want to update the ID property of the object after it's been added to the database) I know there's a RowUpdated event that I can use to get the data when DataAdapter and DataSet ...Show All
Visual C++ Raw Beginner
I hope I am posting in the right place for my question. I want to learn C++ but have never done it before in any way, shape or form. I am hoping to learn with the idea of creating a MIDI/Audio sequencer package for Musicians. However I am a raw beginner and would like to know if there is a good step by step tutorial series that will help me get started so I can learn to understand C++ with the hopeful prospect of developing a solid base. Any help would be appreciated. benney wrote: I hope I am posting in the right place for my question. I want to learn C++ but have never done it before in any way, shape or form. I a ...Show All
Visual C++ VC++ Visual Studio.Net '05 beta 2 - question
I have a question. If I download VC++ beta 2 would I have to puchase the retail version or purchase the finalized version No you won't have to install the final version. However, the beta version might expire after certain time as well as there are some limitations when developing using beta bits. Please read the agrrement carfully when installing the Beta2 build. A related link: http://lab.msdn.microsoft.com/vs2005/golive/default.aspx Thanks, Ayman Shoukry VC++ Team. ...Show All
Visual Studio Team System Beta2 woes.
I managed to get Team Foundation Server and Team Suite installed, beta 2 with the April CTP. I followed the pdf doc instructions closely and everything seemed to go fairly well, minus one issue as noted below. I can get the suite to connect to the server, however, I get an error when creating a new project: ---begin Exception entry--- Time: 04/19/2005 12:54:38.667 Module: Initializer Event Description: Initialization for plugin "Microsoft.Pcw.wss" failed with error: "The request failed with HTTP status 401: Unauthorized." Exception Type: System.Net.WebException Exception Message: The request failed with HTTP status 401: Unauthor ...Show All
Visual Studio 2008 (Pre-release) An AsyncCallback threw an exception
Hey! I've built a service with AsyncCallback (via http with WSHttpBinding). I want to do exact the same thing with tcp and NetTcpBinding but I'm getting an exception: "An AsyncCallback threw an exception" Is this possible or is that just a bug in January CTP Thanks. [melack] It seems that the problem only occurs in a windows application. I tryed the same thing in a console application and it works fine. Any ideas [melack] ...Show All
