Harold van de Kamp's Q&A profile
Visual Studio Team System Permissions Issue to Team Build when accessing TFS from outside AD domain
Hi, I am able to connect to the TFS and access all features of the server. I am not able to do a build. It says permission denied " You need Administer Build Privilages to Create new build type" I am accessing the TFS server from outsite the Active Domain. I have added my system to the AD as suggested in the post below. thanks You need to logon as user who has Administer build permission on TFS. If that user is a domain account, then you need to logon into that domain. Ramesh ...Show All
Visual C++ whats wrong with declarign a pointer?!?!?!?!
hey guys, this is dead simple, i have an mfc application with shared dll. i declare a pointer as follows: int* t = new int [2]; and its exceptioning saying out of memory! wahats wrong with that i know that i can do it using int t[2]; but i want this as a breif explaination of another problem i have. i cant spot why it doesnt like it at run time! That shouldn't cause a memory error! Show more code and provide more contextual info! egyptian_bean wrote: hey guys, this is dead simple, i have an mfc application with shared dll. i declare a pointer as follows: int* t = new int [2]; and its exceptioning ...Show All
Visual C# Disposing Forms
Hello - Form f = new Form(); ... DialogResult dr = f.ShowDialog(); ... After retrieving the dialog result, how can I increase the speed at which the closing form dissapears and the underlying (parent) form refreshes/repaints itself It appears as if panels dispose of themselves one at a time... Thanks. Try to hide the form first, before closing it. For example, if you're handling close on a button_click, you can do it this way: private void button1_Click( object sender, System.EventArgs e) { this .Hide(); this .Close(); } Regards, -chris ...Show All
Visual Studio When I have both VS2002 and 2003 on my PC, which style of links will be created?
thanks, this forum is quite valuable This depends entirely on the authoring tool you use for creating your help content and what method it uses to create links to the VS 2002/2003 help content, if any. Paul O'Rear Developer Division User Education. ...Show All
Visual Studio Team System Beta 3
OK, so I keep hearing that there may be a Beta 3 released for VSTS. Could someone please confirm or deny this If this is is true, when will it be released the dates here aren't exactly right. Yes, The client editions of VSTS have RTM'd and are commercially avalibale, but the TFS RTM is not 12/02, but is slated for Q1 CY06. We will post exact RTM date very early in the new year thanks Michael ...Show All
SQL Server General Network Error
Hi Guys, I'm using Native OLE DB\SQL Native Client provider to get data from SQL Server 2000 database into SQL Server 2005 database using SSIS. The problem is I get this error: An OLE DB error has occurred. Error code: 0x80004005. An OLE DB record is available. Source: "Microsoft OLE DB Provider for SQL Server" Hresult: 0x80004005 Description: "[DBNETLIB][ConnectionRead (recv()).]General network error. Check your network documentation.". The component returned a failure code when the pipeline engine called PrimeOutput(). The meaning of the failure code is defined by the component, but the error is fatal and th ...Show All
Smart Device Development Regarding .net CF2.0 and visual studio 2003
Hi all, i've just installed the .net framework 2.0 and the compact portion but cannot create any smart device projects that reference the 2.0 framework. is there something i am missing I've reviewed as much documentation as i can but nothing says that visual studio 2003 is not supported. Thunder vs2003 supports the .net fw 1.0 vs2005 supports the .net fw 1.0 & 2.0 ...Show All
Visual Studio 2008 (Pre-release) LINQ install fails (May CTP)
Hi, When starting the installer, I get the message: "Cannot find a valid Product to install LINQ with" and then tells me that I need a version of Visual Studio 2005 installed in the next dialog. I do have Visual Studio 2005 Professional (German) installed and I never had such problems with other previews that involved VS 2005 (e.g. Orcas). I believe that the problem is related to the german language version of VS 2005 since there was also a language problem in the last preview (you had to copy some files after installation). The last CTP however installed at least. Does anyone have a workarround for this I know that oth ...Show All
Windows Forms 'PostMessage' in c#
Is there an equivalent to the win32's PostMessge() func in windows forms How do I create a user-defined message What I want to do is use my Form's message pump (I'm assuming there is one underneath), to synchronize events posted by seperate threads. As far as I could tell the event-delegate mechanism works like a SendMessage type of thing so it's no good for me directly. Thanks, OK, I spent a little more time googling, and... http://www.codeproject.com/csharp/begininvoke.asp If you're familiar with win32's (or MFC's) UI intricacies, mainly the difference between PostMessage and SendMessage, you can skip right ahead t ...Show All
SQL Server .net framework and sql2000
I'm having a problem regeistering a downloaded program. All firewalls were disabled before downloading. When the CD Key is input the following message occurs: " An error has occurred attempting to register your copy of Encompass, The underlying connection was closed: Unable to connect to remote server." The desktop engine (MDSE) was checked and running. The CD Key is correct. I was steered to this website because someone felt that this may be a .network connectivity issue to Encompass registration. After weeks back and forth with the software techs at Encompass they have given up. Can someone please help me. I'm willin ...Show All
Visual Studio Express Editions Newbie: Using Opengl
i've been programming with Opengl in other enviroments like Dev C++ and other and recently i've been trying to migrate to Visual C++ (i'm using Visual C++ 2005 exprees edition). - already downloaded the SDK - already have the Win32app template My questions are: -how do i LINK the libraries needed (i was used to simply write somewhere what library you want to link, but in vc++ i cant find where and the msdn help is ..... bad) - what should i know before using Vc++ 2005 (Diferences between Vc++ and the Open Source Alternatives, the basics, etc...) - Why it's so complicated to write a program (maybe it's part of Microsoft policy) Please ...Show All
SQL Server help , please ,problems with sql 2005 expresse
Hi , people , i'm new here and i'm just starting with sql 2005 server , and i have a problem: when i will install sql , a message show up , tell me that i don't have the service pack to install sql , then the message shows a link:http://go.microsoft.com/fwlink/ LinkId=50380 , but this link doesn't exist! What to do I already have Windows installer 3.0 , but not service pack 2. Could this be the problem and thanks in advanced I have the same problem installing on SBS Server 2003. I have installed the SP2 for Windows Installer, and all other updates have been done. Any further ideas ...Show All
Windows Forms Article on Optimizing Localization
Hi! I have just started with WinForms and I have searched this newsgroup for localization threads, and I found this thread http://forums.microsoft.com/msdn/ShowPost.aspx PostID=38965. Is this article referenced in this thread still valuable in with Visual Studio 2005 And if so, could anybody tell me where to get the sample code from this article, the link in the web page is broken... - Cheers, Oyvind Hi Ben! Thanks a lot! I really appreciate your answer! :o) Cheers, Oyvind ...Show All
Visual Basic How to dynamically change the fields on a form
Hi, As I am about to develop an IT Asset Tracking system I wanted to know how to change fields on a form on the fly. For example, suppose I click on the Add New Asset button, the Add New Asset form will then appear. On this screen, I may have some selectable combos such as Item Type and Model. By default my item type will be Desktop PC and the fields for a desktop PC will be displayed for entry. After I save this and then decide to add another new asset and select Printer as my Item Type, how can I display the relevant fields for this item type on the same form. Do I need to create separate forms for each type of item or can I use o ...Show All
Visual C# How to implement the "Check for update..." feature?
I have a WinForm application which cannot be handled by ClickOnce technology because of the limitation of ClickOnce. However, I would like to implement the "Check for update..." feature using the ClickOnce related technology(may be System.Deployment class ). Anyone know that Thanks Some of the limitations that you mention are actually security features. The whole idea of ClickOnce is to enable Smart Client Applications to be deployed with minimal impact on the users system. ClickOnce is not meant for deploying web applications at all. Many of the limitations that you point out are capabilities that ActiveX controls to ...Show All
