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

Software Development Network >> VS Team System

VS Team System

New Question

TSD312: The following dependencies are missing - build fails
Native DLL
How to build OLE Control in c#?
Problem when installing .NET Framework
Unable to change areas and iterations (MSF Agile)
Build Error - Failed to retrieve data from the server.
Time out issue when importing data
Adding favourites to a WebBrowser control project
ListView Subitem Bold
How delete server item – i.e. file, from the source control using Object Model?

Top Answerers

BLACKDOG2
simon_
Eldoktor
bluegrasslover
Ajay_1981
Farrokh Moori
DiamonDogX
Jason_B.
wannabe_2
Stéphane Beauchemin
sitemap
Only Title

Answer Questions

  • Rohit Ghule Browser Button

    i need the Code For A Broweser button to browse files on someones computer (Mostly Music Files) and play the files in a Windows Media player on my application Public Class Form1 Private Sub Button1_Click( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click OpenFileDialog1.InitialDirectory = My .Computer.FileSystem.SpecialDirectories.MyMusic OpenFileDialog1.Filter = "MP3 files|*.mp3" If OpenFileDialog1.ShowDialog = Windows.Forms.DialogResult.OK Then Try GameIdeaMediaPlayer.settings.invokeURLs = True GameIdeaMediaPlayer.URL = OpenFileDialog1.FileName Catch ex As Exception MsgBox( "Error occurred" ) ...Show All

  • tempgp Retain data during Deploy or Writing Schema changes

    We have a database project where changes to tables are constant. When the changes are saved we (the developers) need to deploy or write the schema changes to our local database to work against. This worked fine until we started have lots of test data. With the test data is a pain because if you deploy you lose your data and you can't Write Schema changes to table which have data in them. Besides manually scripting each table, is there a way to retain data while deploying or writing schema changes How is everyone else handling this Darin, Oh, now I see your problem. Select the Tools | Options menu option and then select Database Tools. Select Schema Compare. Check to see if 'Block schema updates if da ...Show All

  • DarkFire2 mment How to create Discussions forum in c#

    How to create forum using  c# true. And also, you would probably need the Web Developer express edition product but yes, as suggested, if its a website forum you are looking for - best place would be asking over at ASP.NET but also as cgraus suggested, the question is too broad. /By using ASP.NET, which means the question is off topic here and belongs at www.asp.net . However, even there, you're not going to get a very satisfying answer, because your question is too broad. Buy a book on ASP.NET 2.0, download the web dev edition of Express, and ask specific questions as you work through your task. Either way, it's irrelevant, if he's asking an ASP.NET question, then it's off ...Show All

  • forceinline Which unit test tool is fit to check customized rule?And How to do that?

    Hello All: Is it fit to check customized rule by unit test of VS.Net2005. For example,I want to check the following method by unit test tool. public override ProblemCollection Check(TypeNode objType) { } Are there some tools which are better than unit test tool of VS.Net2005. Thank you very much. Roy Osherove has put together an interesting Framework for testing FxCop rules: http://blogs.msdn.com/fxcop/archive/2007/02/25/framework-for-intergrated-fxcop-rule-testing.aspx ...Show All

  • kissii How to loop buttons to enable/disable

    Having problem doing a simple loop through 10 buttons on a form, what I want to do is loop through the buttons and turn on or off depending on user input. The for loop works in that it loops 10 times but I want it to call btn0-btn9.Enabled = False to turn off buttons. Hi, you can access controls by name using the code similar to this: For i As Integer = 0 To 9 btnControl = "btn" & i Me. Controls(btnControl).Enabled = False Next Just make sure all buttons are put directly on the form (not contained in other containers, like panels, etc.). If they are not, you'll have to change the Me.Controls part of the above code... Andrej Thanks Andrej! works great ...Show All

  • Zerrin XML troubles: saving bitmap data

    I'm writing a program and I want to use XML to save data files. I want to use XML because it's readable and easier to parse. If anyone has a better way other than XML please let me know. I want to save a data file that contains several text and numeric fields. I also want to data file to contain pixel color information for a bitmap image. In other words, I want to save binary information in an XML file. I know this is possible, but I'm having some trouble because my bitmap data contains illegal characters (like 0x00, 0x10, 0x13, 0x15, etc.) Is there a way to write this information to an XML file and read it back again without VB complaining Is there a better way to do this other than XML Thanks for any and all help. fu ...Show All

  • Shirvo This is about C++ express

    on this link http://msdn.microsoft.com/vstudio/express/visualc/usingpsdk/ it is required to perform the certain steps in order to get visual C++ 2005 to work properly, but these instructions are extremely bad. I managed to get to the 4 step by utter luck and now I am am stuck cause it says that you have to edit .VSPROP file, but it doesn't say how to edit it. I clicked on it and a message pops up saying that you need an appropriate program in order to open it I looked everywhere on the web trying to find somesort of editor and I still can't find it. I would still need one last step in order for the program to work properly. I then tried to download the previous version of the program visual C++ 6, and it instructed me to extract the ...Show All

  • Emongii Extent Trial license time

    We Installed Team Foundation sometime ago, today the trial License expired and one user who is still using TF was unable to access it, we are planning to go full blown in First quarter of 2007 around 30 users, how can I extent for Trial license for coupleof more months, I do not want to re-install again. Any help will be appreciated, by the way I have MSDN subsrciption. Asif Khan Hello Adam, I was able to login with TSFSERVICE account, now we got the license, I need to apply real license, I used TFSSETUP account as well as akhan(Admin), but I am not sure if I am the Licensed user Alson when I try to repair it cannot find bunch of *.DLL's Example: dataaccesslayer.dll etc etc Are you i ...Show All

  • Johnny Kauffman WorkItem Project Alerts not working

    Hi, We have project alerts working fine for "Build completes" and "Anything Checked in" project alerts. But NOT for the "work items changed by others" setting. Any idea why this is the case We have been creating and assigning work items up the wazoo but no alert emails so far... I don't see errors in the event log either. Thanks, JGP I think Luis actually meant tbl_subscription table. That table contains all the subscription information. Ups sorry, Naren is right I meant the other table, can you check the filters you have in the table Does it work for your coworkers or if fails only for you Do you have read access to all the items being changed ...Show All

  • Kennon2005 How to get DB Pro ?

    I do have asked this question in the Visual Studio Newsgroups, but didn't get feedback. So I'm hoping to get some light from this group :). I do have Team Edition installed already, however without Database Professional. On MSDN there is a 3.88 GB ISO with Team Edition Database Professional and a Trial Editon of 19 MB. I actually only wanted the extra bytes in addition to my current Team Edition. Can I use the Trial Edition or do I really have to get the whole 3.88 GB Thank you everybody for the help. The link from Richard is exactly what I was looking for. And also getting to know that what is called "Trial" on MSDN works with a current installation was very helpful. MSDN online get's more and ...Show All

  • MichaelD! Splash screen and startup?

    I have a splash screen which I would like to have shown as the first thing when a user runs my program. After 20 seconds it should close and reveal the main form. ATM I have the following: I have the splash screen set as the startup form. A timer event on the splash screen form with the following: Me.Close() main.Show() When I run this the splash screen loads sticks around till the end of the timer, then the main form briefly flickers into view before it disappears again and the program seems to end. Does anyone why this isn't working This is the code from my main form, my splash screen form is empty. How can i make separate methods in load Thanks worked perfectly, yo ...Show All

  • HMariana IS VS 2005 premier partner editon mandatory

    I already have VS 2005 professional edition do i need to install premier partner edition also. I already have microsoft .net compact framework 2.0 .net compact framework 1.0 sp3 developer .net framework 2.0 .net framework 2.0 SDk -ENU installed on my client. Thanks I'd love an explanation why installation of Premier Partner Edition (PPE) is mandatory. If Team Explorer is an add on to Visual Studio, shouldn't it be able to drop into any version I've been searching for a way to install only Team Explorer, or at least determine why PPE is mandatory. The only reason this is a concern for me is because VS 2005 SP1 updates each edition of Visual Studio. On my machine it updated PPE, the ...Show All

  • FinallyInSeattle Use same variable on two forms

    Hi, How can I use a variable that resides on form1 and use that same variable on form2. Ken The simple solution is to publically declare it in a module...then it has global application scope Thanks for the help. ...Show All

  • HKT StyleCop

    Are there any plans to make this available externally similar to FxCop As far as I am aware, this tool is and will always remain, an internal Microsoft tool. Regards David ...Show All

  • BlakeMc Problem when changing status from active to closed

    Hi, We have Agile based team project which contains the bug.xml file from CMMI process template (Beta 3). When opening a bug, and changing the bug status from active to closed (in all other cases work fine), we get an error message: "tf20012 field 'closed date' cannot be empty" "tf20012 field 'closed by' cannot be empty". What is the problem Thanks, Michael Is there an update on this issue Buck Hi, This issue resolved by changing the transition section from active to resolved. Thanks, Michael Hi, I have this XML code. Michael I used witimport to import the bug.xml file without making any changes. Michael Hi there! I've got beta 3 r ...Show All

808182838485868788899091929394959697

©2008 Software Development Network

powered by phorum