Software Development Network Logo
  • .NET Development
  • SharePoint Products
  • Visual FoxPro
  • Visual C++
  • Visual C#
  • Visual Studio
  • Microsoft ISV
  • Game Technologies
  • Visual Basic
  • IE Development
  • Smart Devicet
  • Windows Forms
  • SQL Server
  • Windows Vista
  • VS Team System

Software Development Network >> VS Team System

VS Team System

New Question

How to enable logging in Coverage analysis services ?
Load test with Unit Test
Mouse Funtions Help
Events handling
Need Help with Bug Rates Linked Report
Power Toys for Modeling Tools
Failed to detach database
storring stuff in DLL
Receiving Serial Data
Error 1 The specified schema name "Sales" either does not exist or you do not have permission to use it.

Top Answerers

Ingis
nalini
HKEC
New2SQLReporting
Beauner
Ryan Schwartz
Bill Charley
Ken Corbin
Kidsauth
AndyL
Programmieren in
Only Title

Answer Questions

  • Yoann Can A button have a click event of a value to deduct from Text Box

    I have a text box that will have a figure entered into it at the beginning of the week. What I want to do is have a button that when clicked will deduct 1 from the total showing in the text box each time it is clicked. Is this possible, and if so could someone help me out with the click event please. Thanks heaps, Diane yes of course, just reference the appropriate textbox/label you want to update of course make sure that the inputs are valid...in other words, be sure that the textbox contains integer/numerics this can be achieved by using the Int.TryParse() method: http://msdn2.microsoft.com/en-us/library/f02979c7.aspx Okay here's another try at this Public Class For ...Show All

  • MohsinAta what day in week?

    how do detrimen what day it is .. monday, tuehusday, etc.. or with an integer with 1 = monday 2 = tuehusday ... hehe just a way do deside the current day in the week . thanks :D What file What does it say when you try to open it hmm ... i think their is somekind of buge in VB .. i am not sure what the error was cursed by, i just commented out all the things with date involved. Now when i build it is workes okay .. but when i debuge it, it still not working, its showing me an old form.. ... also before i remove the error that i could only see when building and then launching the program was also not displayed in VB .. so i am pretty sure that is has a bug of s ...Show All

  • xzanti Refresh in Project 2007

    I am having problems with doing a Refresh in Project 2007. There seems to be no data being brought over from Team Foundation Server. I can make changes to tasks in Team Server, save them and when I select Refresh in Project 2007, Project remains unchanged. I can also select tasks in Team Server and request it to Open Selection in MS Project. The result is the list of tasks all with a duration of 1 day estimated, a start date of today, 0 remaining work. This seems to have started around the time I upgraded from Project 2003 to 2007. Publish does seem to work OK with current information in Project updated to Team Server. Anyone have any ideas Do you have TFS SP1 installed on the machine ...Show All

  • cdx11356 Looking for ROI information on Unit Testing

    Hello All, I am working with WinCE devices these days and also helping a new initiative in Unit Testing at our company. I was wondering if you have been involved in any ROI studies regarding Unit Testing and if so, what had been your findings. Thanks for your help and have a great day :) Bob Hanson Hi Bob, We have been involved in a few studies regarding the usefulness of Test Driven Development. The studies confirm the well held belief that although Test Driven Development takes significantly more coding time than coding without TDD, the quality of the code produced (measured in bugs found) is much higher than code produced without TDD. It is therefore well worth the investment in the additional time required to per ...Show All

  • Justin_H find a C# API documentation , like javaDoc

    HI, where could I find a C# API documentation , like javaDoc for example, class Socket has what methods, how to use --- it could be downloaded, and just for C#. Thanks.   MSDN my friend: http://msdn.microsoft.com http://search.msdn.microsoft.com/search/default.aspx and do the searches. If you have MSDN installed locally, you can also do the same thing however I dont think the MSDN library comes with the express editions, do not quote me on this. ...Show All

  • kreativ Inet in vb.net

    So what is a alternative to inet in vb.net and the .net framework, I have seen the some code for a alternative to inet, but the code looks more complicated, is there a tutorial on using a alternative to inet in vb.net. Http Streams, Srry im new to this. what exactly are you wanting to do inet = internet Take a look at the documents. Again to help you more, we need more from you :-) Hopefully this will get you started: http://msdn2.microsoft.com/en-us/library/system.net.httpwebrequest.aspx http://msdn2.microsoft.com/en-us/library/system.net.httpwebresponse.aspx Yep, Using inet with the internet! well what exactly d ...Show All

  • nelson888 Tfswarehouse is not updated from last few days

    HI All, I have created a column in cuurent work item table at tfswarehouse database.Now i have seen that my work items which had been created after column creation is not been updated into database. When I see the event log at Application tier it gives me error which is given below. Detailed Message: TF51209: A run-time error System.Data.SqlClient.SqlException: Invalid column name '__ID'. Invalid column name '__ID'. at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj) at System.Data.SqlClient. ...Show All

  • wendling lionel About The Method AddProblem

    Hi all: This is a method called AddProblem Its defination is AddProblem(string[] items, Method method, SourceContext context) What is stored in the fist argument 'string[] items' How to use it Hi sammy, If you're looking at the class DisposeMethodsShouldCallBaseClassDispose as I think you are, then items here is reporting to FxCop the identity of the resource that is not being disposed properly. If this resource is anything other than the 'this' reference, we report the issue under a different rule, and therefore will stop processing. In general, the items parameter will contain different information in each rule, as it is used to give FxCop any additional information it may need to re ...Show All

  • Hi_i_am_Amit prevent multiples instances of application

    How can I avoid users being able to open multiple instances of an app if it is already open Would appreciate if someone could point me to a code sample. Thanks ! you can also use the Process class to get a list of processes running of your assembly and if more than 1 exists (1 being your current app process) then you know there is another one running. Example: using System.Diagnostics; .. .. Process[] theRunningProcs = Process.GetProcessesByName(Application.ProductName); if (theRunningProcs > 1) { MessageBox.Show("you already have another instance running"); } This should give you an idea of what I do..... System.Threading.Mutex varM; try { bool b; ...Show All

  • FanZai Best Approach? ... Websites, Code Libraries, Shared Code, Shared Filesystem

    I have a massive headache looking at all the possibilities for our team migrating from using VSS to using TFS. TFS has been purchased and installed (working great) but I want to do this the right way from the start. I really need to setup the Team Projects in TFS the best way possible and Im not sure what approach to use. The answer to my first question below may answer all of my questions, but a little guidance would be great. And, a huge thanks to the community as I have spent this entire week watching vids, reading blogs (some install headaches), and articles. Questions: How would I set up a Team Project and or multiple Team Projects in the context of my Architecture below Im currently OVERWHELMED right now with the possible approa ...Show All

  • TL Stephan rtf box word and character counts

    I am looking into learning how to do word and or character counts in rtf box. found this http://msdn.microsoft.com/library/default.asp url=/library/en-us/odc_vsto2005_ta/html/OfficeVSTO2005WordOM.asp on using word object model to try it. Anyone have any references otherwise web search hasnt come up with anything educational for me at all. Is using word object the best or only approach Was going try do a search for spaces between word sort of thing. Charlie, try the text changed event Private Sub rtbDoc_TextChanged( ByVal sender As Object , ByVal e As System.EventArgs) Handles rtbDoc.TextChanged ' Set label2.text to blank in IDE Dim TestArray() As Str ...Show All

  • Patrick-SURFThru Registration

    I registered about a week ago. Now they are offering free icons, and images for registering. How can I get them I would like to do that, Please dont tell me I have to uninstall, redownload, reinstall and reregister. Thanks, Brian Thank you. That seems to have worked, just the activex prompt isn't coming up and the images are not downloading......I'll figure that out later this afternoon. Thanks, Brian If you have already registered then you should be able to stop on by Microsoft Connect and login to access the Visual Studio 2005 Registration Benefits Portal . ...Show All

  • Fei-tian How to get the Last Day of a particular month.

    Hi I need to find the last day of a particular month (for example the last day of Feb 2007 is 28). How can I get this. I will be thankful if you help me regarding this. Hi, Here is an example: int month = 12; int year = 2006; int numberOfDays = DateTime . DaysInMonth (year, month); DateTime lastDay = new DateTime (year, month, numberOfDays); Greetz, Geert Geert Verhoeven Consultant @ Ausy Belgium My Personal Blog ...Show All

  • exBK Find a arrayList value in a string without looping trough it?

    Assume i have my code like this... ArrayList test = new ArrayList (); test.Add( "Test1" ); test.Add( "Test2" ); test.Add( "Test3" ); string s = "Kevin tells you, 'Test2'" ; for ( int i = 0; i < test.Count; i++) { if (s.Contains(test .ToString()) == true ) { MessageBox .Show( "Found string in Key " + i + "!" ); } } Is it possible to do the same without having to loop (for function) the arrayList Cuz the array in my program can be huge and looping will delay to much. Also need to have the key returned where the match is been found in the ArrayList. Regards Kevin;   Use a hash table to hold the information Dictionary<string, string& ...Show All

  • supersonic1976 vb.net services

    Hi I found this site a while ago, but have lost the url. It lets you add things such as product registration and error reporting to vb.net applications. NOTE: It is nothing to do with product registration benefits!!!! Are you thinking of the Shareware Starter Kit YES!!!! Thanks!!!!! ...Show All

757677787980818283848586878889909192

©2008 Software Development Network

powered by phorum