K4CY's Q&A profile
Visual Studio Team System Team Builds error when connecting to the build machine.
Hi! I'm currently trying to configure a build machine into my team foundation server environment, but I cant get it to work! When I'm from a client is trying to trigger a build of my project I get the following errormessage: TF42046: The build service used in the build process is not reachable. This error occurs when either the build machine is off-line, the required service is not running, Team Build is not installed on the build machine, Team Build is configured for a different Team Foundation Server or the network is not available. Contact your Team Foundation Server administrator to confirm that Team Build is correctly installed and runn ...Show All
Visual Studio Express Editions Too long to compile?
Hi, i'm having a freak problem. When i'm trying to compile the code, Visual says: "error compiling, sub rutine too long. I know it's long, but... Can someone tell me if this is normal How can I compile a large sub rutine Thanks That's interesting, how many lines are in it Your solution is to break it up into managable subroutines: it sounds like a complete nightmare to debug/maintain. As a general rule of thumb, a subroutine/function should be no more than a single viewable page. ...Show All
Visual Studio Express Editions Why were MFC, ATL and masm not included in VC++ Express?
First off, while I do have a degree in Geology, my minor in college was Computer Science. Even though I do not have a job that needs much in then way of computer skills, since college I have been trying to keep up my computer skills. When I found out that Microsoft was offering VC++ 2005 Express Edition as a free download, I was excited because I thought that I would be able to compile programs that I would find of use to myself. At any rate, I am a little disappointed with VC++ Express Edition because of its limitations. My question is what was the reasoning behind not including MFC, ATL and masm in VC++ 2 ...Show All
Visual Studio Team System Ghost projects
2 weeks ago I had some problems creating projects from a remote location. The problem never really got solved but I can live with that for now. The problem is that the few times that I tried creating a project, the process halted with an error saying that it might not have been able to roll back all changes. Now my question is. The projects that I created doens't show up in the Team explorer but Source Control has entries for the projects and I'm not able to remove them. Likewise if I look in security settings new users was created for the projects. As with the Source control project I'm not able to delete them as well. Does anyone hav ...Show All
Architecture Microsoft Certifications- Good, Bad, or Ugly?
I would like your opinions on Microsoft Certifications. My opinion is posted here: http://realworldsa.dotnetdevelopersjournal.com/microsoftcertifications.htm If you go, please take the poll to the right. I am interested because of the situation I am finding with the resume story I have in the blog. I want to know how off base or on base the architecture community feels my opinion is. If my employer wants to pay for one thats fine. . . I wouldn't waste my money on them. I find it sad that alot of people think of them as a short cut around getting a formal education. You can end up p ...Show All
Visual Basic AnalogTVTuningSpace and MSVidCtl
I´m trying to develop a decent tv tuner/capture application (since there are no such apps, nowhere, I say) in Visual Basic 6.0. I´m using the MSVidCtl component together with the AnalogTVTuningSpace and IChannelTuneRequest object to achieve this, as described here: http://msdn.microsoft.com/library/default.asp url=/library/en-us/directx9_c/directX/htm/hostingthevideocontrolinavisualbasicform.asp and here: http://msdn.micro ...Show All
Windows Search Technologies WDS Beta change to Mainstream
ey, like when will your WDS Beta be stopped from being displayed in the blue html link ( like this ) on Bills www. site it is like using not like it. now, the like convotion for this observation is looking for a real working WDS. for now we all like think it will be later than WDS Beta. When will the like mainstream one WDS swim like the stomy seas and i can start with and not wait. you tell me, ok like now ok dandar... Yes. If you have any additional questions please consult the Announcement post containing links to various resources. Thanks, Bill Connors Program Manager, Wi ...Show All
Windows Forms How to access textbox on parent form?
I'm trying to access a textbox on a parent form from the child form. Seems pretty simple, but I just can't find how to do it. This is how I'm opening the child form: Form fRoom = new RoomAllocator(); fRoom.ShowDialog(); How do I access the parent form's text box from the child form Somebody please help! Why not try something allong the lines of: Create the following in RoomAllocator: A public refference variable. In VB it would look something like: Public ParentTextBoxRef as object Then change the parent like this: (again VB) dim fRoom as new RoomAllocator fRoom.ParentTextBoxRef = me.<the text box> You should then be able to acc ...Show All
Visual Studio 2008 (Pre-release) Problems to update Feb CTP
Hi I have updated to Feb Release but the web.config (generated with the tool SvcConfigEditor of this release) doesn't understand the attributes: name and listenUri < service name = " Calculator.CalculatorServiceType " > < endpoint address = " Calculator " binding = " basicHttpBinding " contract = " Calculator.ICalculator " listenUri = "" /> Any clue Thanks Javier Hi The service and client look runs fine but several warnings appears in the Visual Studio: Warning 1 The 'name' attribute is not declared. C:\Do ...Show All
Smart Device Development How to Install MSMQ for Pocket PC 2003?
Hello everyone, Yes I'm so excited that CF 2.0 is implementing MSMQ for Pocket PC 2003 BUT how do I install it I tried installing MSMQ with visadm provided with Pocket PC 2003 SDK and following the steps by using the shorcuts Install and Register but nothing really happens except the message " MSMQ not Installed". Does anyone have any idea Thanks in advance Nick Take a look at the Mark's blog: http://blogs.msdn.com/ihimmar/archive/2004/06/14/154911.aspx ...Show All
Windows Forms Sql Server 2000 Notification Services
Does anyone have an example of setting up a notification service using the SQL 2k Notification Services namespace I have only found one article on this topic (besides MSN). Any help provided will be appreciated. Thanks, Jason I knew I had to request to use the .Net Alerts provided already. I am more concerned about getting the values of the&nb ...Show All
Visual C++ How to get rid of warning LNK4086?
Dear developers: We are developing an agent which runs in embeded system. We compile the project in Windows, using MS compiler, then modify the header of generated binaries of Apps and DLLs, to comply with the executable file format spec in our embeded system. The problem is, we use __cdecl for all functions, include exported DLL entries, and there are warning LNK4086 when compiling the project in Windows. The warning itself is proper, and harmless, but hundreds of such warnings may un-visualize other useful warnings. And, some functions have assumption of such calling convention, it is impossible to modify our code the remove these warnings ...Show All
Windows Forms Control.ControlCollection reordering
I am building a custom tab control from scratch using vs.net 1.0 Tabs are drawn in the order they appear in the ControlCollection. When a tab is clicked, the tabpage’s visible property is set to true, and the previously selected tabpages visible property is set to false. Sometimes when I change the visible property, the ControlCollection reorders and the tabpages’ indexes change. Since the tabs are drawn based on the control collection order, this causes them to shuffle. Tabs are then redrawn in a different order... Is anyone aware of why the ControlCollection would reorder when visible propert ...Show All
Visual C++ How Design Line(or Function like Sin(x)) in Picture Box??
Hi! I don't Know that VC++ has a control for design line or... like VB please help me! I just can design line on DialogBox.I want design in Static variable (like PictureBox or StaticText). A picture box hosts a picture. You'd do better just to draw your line in the OnPaint handler of your form. There is no design time support for drawing a line that I know of. ...Show All
Windows Forms Please help with web Browser
I need help with my status strip. I have made my progress bar work correctly and it displays "done" when it is done, but i need help; In IE, when you move you mouse over a link, it displays the url for that link in the status strip thing. I would like someone to please give me the code for that in VB 2005 thank you Use the StatusTextChange event. private void axWebBrowser1_StatusTextChange(object sender, AxSHDocVw.DWebBrowserEvents2_StatusTextChangeEvent e) { this.label1.Text = e.text.ToString(); } ...Show All
