Answer Questions
Kunk How to setup TFS MSSCCI plugin to connect to SSL-enabled TFS Server?
I am unable to get the TFS MSSCCI plugin to connect to an SSL-enabled TFS Server. How can this be done I followed the following 2 walkthoughs to enable and require SSL: http://msdn2.microsoft.com/en-us/library/ms242875.aspx http://msdn2.microsoft.com/en-us/library/aa395285.aspx We were recently required to put all web trafic under SSL and now we are unable to have our VS.NET 2003 clients to connect to TFS. Hello, can you verify that you can connect to the server using Team Explorer and command line Thanks The latest version of the Msscci provider is 1.1. I was refering to tf.exe - tfs command line tool. If I understand correctly you cannot connect to TFS using Msscci 1.0 - is there any reason that is bloc ...Show All
IamHuM FxCopCmd from VS SP1 having problems with large number of messages
Im part of a group that are testing VS SP1 prior to installing in our development group. One of my tasks is to make sure that my msbuild script for running a daily code analysis is still running as expected. Sadly it doesn't!! It seems that the fxcopcmd.exe does no longer like a large number of messages. I am running it on 20 assemblies which contain about 2200 messages in total (Yes, we are working on solving them all!!). It produces the output below: I have tryed to exclude some of the dll's until it works, but running the excluded ones does not produce the error. It seems that the problem starts when the number messages produced reaches a certain amount. Any suggestions to a solution C:\Program Files\Microsoft Visual Stu ...Show All
MBann BisSubscribe.exe is not a valid Win32 Application
hi All, I have been able to use Bissubscribe and email when the build fails and everything was working absolutely fine....... I was unsubscribing and subscribing with new email addresses and suddenly i get this strange error: E:\Program Files\Microsoft Visual Studio 2005 Team Foundation Server\TF Setup\BisSubscribe.exe is not a valid Win32 Application. I get this error if I try to execute the Bissubscribe command or even if I try to click on the exe file. I see that the exe file is 0kb now. Can someone please suggest how can I get things back to normal I see that the log files do not have anything abt this in them. I have no idea what went wrong i appreciate a quick response in this regard and this is very important.... ...Show All
Vighnesh Prabhudesai VS .net 2005 vs express
As far as the implementation of VB goes does studio .net pro have any advantages over express that would be worth spending the money Sure More project Template http://msdn2.microsoft.com/en-us/library/b4z62wxz(VS.80).aspx IDE support for databases other than SQL Express and Access Additional Tools - example emulator for debugging mobile apps. Additional Compiler Options such as support for targetting of different types of processors. Single IDE for web and windows based applications. Rather than having VB Express and Visual Web Developer Express. These are to name but a few to get going. Basically the Express versions are designed for relatively simple applications, anything mor ...Show All
Jae How to do login using login form templete?
Hello guys, I just want to know how to do login using login form templete in VB Xpress Edition 2005. Can you guys provide me with a code because I want to compare it with mine. Thank you. ...Show All
walsha01 new project from My Templates brings errors in code
Hello, After many painful attempts I managed to create 2 little programs in VB. NET. And since they run correctly I wanted to have them as templates; I exported them as templates. Now, if I start a new project from My Templates, I get 3 errors in my code. The errors are in file that is auto-generated. What gives Do I need this file Error 1 and 3: 'WindowsApplication1' is not a member of '<Default>'. Error 2: Type 'WindowsApplication1.My.MySettings' is not defined. If ...Show All
theExplorer I am quite upset I am trying for few hours already
I need to work with some files that professor provided for us from the VB.Net 2005 Express Edition book and I am not Successful I am in the process of Register this product , but then again no luck. I need to see these files in my application I guess I am not seeing them because I did not register. Please let me know what is the way here. When I try Open/Project and so on I am not able to see any files in the bin folder of this particular project is the reason that I am not register. Thank you What files are you looking for... remember that you do need to compile the application to get the files in the bin directories... you should have a release and debug directory under the bin in your project.. ...Show All
Ian Sugar TableAdapter query question
I need to add following queries to my TABLEADAPTER that return a SINGLE VALUE using QUERY BUILDER: 1- Calculate and return AVRAGE value of FIELD1 of a series of rows that contain only a specific value of FIELD2. 2- Calculate and return AVRAGE value of first half (or second half) rows of FIELD1 while sorting on the basis of FILED2. What would be the query builder procedure and what should be the error frees SYNTAX for the above TABELADAPTER queries. I am using a MDF file as database. Thanks 1. SELECT AVG(FIELD1) FROM TABLE WHERE FIELD2 = "VALUE" 2. SELECT TOP 50 PERCENT AVG(FIELD1) FROM TABLE ORDER BY FIELD2 ASC 'this one would return the f ...Show All
Shabbir Mookhtiar Problem Sending Emails
Here is the error message from the event log. The strange thing is, if I restart the machine it will send all the email int he queue once the machine restarts but then gives this email if you attempt to send any others. The ability to send through the email relay from this machine has been verified. Any help would be appreciated. Event Type: Warning Event Source: TFS Services Event Category: None Event ID: 6011 Date: 7/14/2006 Time: 8:47:59 AM User: N/A Computer: SPOBMIBO01 Description: 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): 7/14/2006 1:47:59 P ...Show All
jeremy2006 How to define a TFS group that can read/write workitems only
I have a need to define a group that can read/create/modify/delete all workitems but is not allowed to read any source code under source control. When I look at the 8 types of permissions in TFS, it is not obvious what controls read/write of workitems. Here are a repeat of the permissions: 1. Administer a build 2. Delete test results 3. Delete this project 4. Edit build status 5. Edit project-level info 6. Publish test results 7. Start/resume a build 8. View project-level info 9. Write to build operational store I kind answer my own question here: It turns out the 8 permissions I listed before are overall "project level" permissions, they are not workitem permissions. To access the workitem permissions, I need to go ...Show All
WV John Deserialization
This is very aggrevating!!! I have serialized three simple questions (textboxes) that is entered by the user. I cannot figure out how deserialize and have the three textboxes show what I have serialized My code (Visual Basic Express) on my main form is as follows: Imports System.Xml Imports System.Xml.Serialization Imports System.IO Public Class Form1 Private theCollectionOfPatients As New ArrayList() Private Sub DoSerializePatient( ByVal patientcollection As ArrayList) Dim theTypes(1) As Type theTypes(0) = GetType (ArrayList) theTypes(1) = GetType (Patient) Dim theSerializer As New XmlSerializer( GetType (ArrayList), theTypes) Dim theWriter As New FileStream ...Show All
Kamii47 How do you find what process template is in use?
How do you find what process template is in use for a Team Project after it has been created The code snippet I posted above should work fine. I was running the above sample against a private build that is why it was returning -1 for templateId. When I ran it against a TFS Layout setup it worked fine. See whether the above code snippet will work for you I tried the following code snippet, but unfortunately TemplateId returned by GetProjectProperties() is always -1. I will ping someone who owns this part of TFS and will post a response later Add reference to following assemblies · Microsoft.TeamFoundation.dll · Microsoft.TeamFoundation.Client.dll Add following using statements using M ...Show All
Bill Sempf mousehover rnd point project
Hi I am trying to find ideas of where to begin my project for what I guess will be a mousehover event. I need to create a button in vb that moves to a random point within the form without moving off the form, I am asking for help and ideas where to begin hints and that sort of help. I am not looking for answers well at this point anyway. Thank you for your help DKB Thank you reneeC does this code need to be Dim'd this is what I have at this point can you explain in more detail. Public Class Form1 Private Sub Button1_MouseHover( ByVal sender As Object , ByVal e As System.EventArgs) Handles Button1.MouseHover Dim theRandomXChosen As Integer = 0 ...Show All
GCParris How do I distinguish attributes or operations in design class
I am designing a class but I am confused with how to distinguish attributes and operations Is there any pricinple Yes, there a simple principle. - When you need to make value changes in the class at design time and when you changed the value the class must do something, like "the color of the button" or things like that you need to make a property (for example public Color ColorButton). - When you need to get some private data of the Class you need to create a method to get that value. - When you just want to the Class just do something you need to create a method (public void method()) - When you just want to change some data in the class at run time, and you don't want ...Show All
KlausWiesel Team System add-on for SQL 2005 Management Studio
Just noticed that Team System add-on is not available for SQL 2005. What's a problem How I can store my database in TFS source control I found MSSCCI Provider which enables Team System on plug-n window but I don't get how to use it. Check-in, check-out are not visually available anywhere within a Management studio as well as server mapping... Yes, I have this menu but what it does I can see only two options, one of which is "Launch MSSCCI Provider" and this option just starts another instance of Visual Studio... So how I can store scripts in the version control I hope it's not just creating a script, then dropping it on HDD and adding to the source control from there... ...Show All
