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

Software Development Network >> VS Team System

VS Team System

New Question

Database Pro requires local SQL 2005 instance???
CTP7 - Possible Breaking Change in Loading of Custom Generators
Assert.Equal<T> (T,T) vs. Assert.True(<T>.IsEqual(T))
Unit Testing the new Database Unit Test Code
Fatal error C1083: Cannot open include file: 'windows.h': No such file or directory
Multiple Solutions for one Team Project
actual user load?
ExecutionException when add a 3rd party reference
VB 2005 Express - How to backup a dataset
MDI in C#

Top Answerers

Please help with my query.
Peter Feigl
ANB_149
NerdyNick
Shady9399
yamobe
bbaldwinwa
sammy chen
kholling
Larry.Dugger
sitemap
Only Title

Answer Questions

  • BlackStallion Release date?

    Any news yet on when VSTE DBPro will be officially released and out of CTP I found a date of Dec. 7th or 8th here: http://blogs.msdn.com/gertd/ That site is linked from the official product info page. According to this thread there will be CTP5 and CTP6 and RTM and they plan to deliver before end of this year. http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=612948&SiteID=1 A bit more info can be found here: http://blogs.msdn.com/mattnunn/ Again, linked from the official product info site, under Blogs: http://msdn2.microsoft.com/en-us/teamsystem/aa718764.aspx Yes, and that's still the plan :). We're hoping nothing will cause ...Show All

  • Crish Making Application Start on Startup

    Hi, how can I make my application start when a user logs on to windows (on start up) ClickOnce does not give you the ability to create additional shortcuts, or installation folder. Additionally, Express does not come with setup and deployment projects. You will have to upgrade to Visual Studio to get the Setup Projects or obtain an external tool to create Setup and Installation packages (e.g. Wise, Installshield). There are a couple of free ones also (e.g. Inno, NSIS). Additionally, before you start messing with the registry, be aware that you can cause serious damage if you don't know what you are doing. I dont understand now, If you want your program to launch at startup just add it the ...Show All

  • tkrasinger Is it even possible to write a program to do what I need?

    Hello All, I am a classic ASP developer. I wrote an ASP app for a companies intranet. They want me to make a "portable" version of it for sales people who do not have access to the web/intranet at certain times on the road. My idea was to have them install IIS on XP (they are all on XP), and run the app that way. The issue becomes that we need to have some way to ensure they have the latest files on their machine. They also want to be able to run the app from a start menu or desktop icon. I wrote an app in VB Express Edition that once installed would open up an IE window and access the ASP files. Here is the code I wrote... very simple: Public Class Form1 Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As Syste ...Show All

  • Bram Veenhof Error of Installation Visual C++ 2005 Express using .IMG image

    Hello, When I tried to install Visual C++ 2005 Express using the .IMG image file, there was always an error message box popup to terminate the installation. The error message is "Error 1335.The cabinet file 'vcsetup1.cab' required for this installation is corrupt and cannot be used. This could indicate a network error, an error reading from the CD-ROM, or a problem with this package.". However I found that file "vcsetup1.cab" was OK. Also I had tried to install it by internet, but the same problem was happened. What shall I do Could any body tell me the solution. Thanks very much. Jeffrey The first thing that I would do is to make sure that the operating system i ...Show All

  • AshishMalhotra Log view application

    I'm working on a little program called LOG View in Visual Studio Express. I have a couple of questions 1. How can I get another dialog to open up when I click on the "About" button in the " " menu 2. How do I get a open file dialog and when the file is selected and I click open it will load into the RichTextBox field I created I also want to know how to get it to select the file type as *.log. Thanks for you help, I'm new to Visual Basic. answer to first question: Use the code: Form2.Show() to show another dialog replace Form2 with the name of what you want to display. In the properties for the form you want to show, set the WindowStartPosition to: centerscreen. If you want a simple ...Show All

  • HKEC Move It

    How do I make a button on my form to be always 10 pixels from the left side of the form and 10 up from the bottom, when each time the form loads it resizes to match a picture in a picture box Use the anchor properties : Private Sub Form1_Load ( ByVal sender As Object , ByVal e As System . EventArgs ) Handles Me . Load Me . Button1 . Anchor = ( AnchorStyles . Left Or AnchorStyles . Bottom ) End Sub or explicitly set it everytime the for resizes: Private Sub Form1_Resize ( ByVal sender As Object , ByVal e As System . EventArgs ) Handles Me . Resize Me . Button1 . Location = New Point (10, Me . Height - 10) End Sub Thank ...Show All

  • csi_hugh Timer won't fire

    I have a timer on form1 with the timer_tick set up like this:     Private Sub Timer1_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timer1.Tick         teaTime = False         MessageBox.Show("End timer")     End Sub In a module I have:     Public Sub Transition1()         Form1.Timer1.Enabled = True         teaTime = True         Dim st As Integer = 0         Do While teaTime             ...Show All

  • BortNE24 Running web tests in windows vista

    Are web tests supported in vista currently I'm having some issues in recording webtests on a vista machine, it doesn't actually record anything but is working fine on my XP machine. Any info or ideas would be great. Thanks Are you running the Visual Studio 2005 IDE as an administrator I have recorded correctly webtest with Windows vista, more details: I have Windows Vista RC1, Visual Studio 2005 SP1 Beta installed. ...Show All

  • NickNotYet Sample Templates

    I downloaded the MSF Sample Tempates v3 and tried to open the MS Project files. I can't see nothing in there, altough the files are prety big. Can someone tell me how can I see for example the Gant chart Hi folks,      Mike is right, there are only minimal artifacts in the agile template (to keep it lightweight). One of the things that you may notice is that some of the templates are empty. These are to be filled in by the Team Foundation Server. For standalone users (without VSTS), we will post another set (send me a little "r" if you want them). Randy Can I also get a copy of these samples that you have been referring to Email is ponce.kenton@per-se.com Tha ...Show All

  • peterfajardo Publish error

    Hi, Well it's not really a publish error, but the thing is that when I want to install a game I made, on an other computer it won't let me, well it does install it but it doesn't actually run when I try to run the game it just brings up a windows error (you know that "send error" or "don't send error" type), however if I install it in my computer it works just fine. So any ideas of what the problem is Thanks in advance Glenn Wilson wrote: Are you using DirectX for the game... if so it is common that people publishing Managed DirectX games forget to make sure that the current version of the mdx system is installed. You have to make sure that you match the runtime w ...Show All

  • Fr0gMan Failed to create team project

    Hi Suddenly, when I try to create new team project , I got the following error: TF30162: Task "WITs" from Group "WorkItemTracking" failed. 2 days before I successfully created projects. Operations that I took when I tried to solve this problem: 1. grant administrator authorization to all tfs services . 2. re-loaded process templates . 3. restart the tfs machine . 4. make sure that all related services started . 5. browse tfs's web services (all of the *.asmx) to make sure they are available . Unfortunately, The error still occurs. Note: I didn't do any significant thing during the last couple of days beside of creating one team project and loading files into source control. What should I do Below logs that des ...Show All

  • ankumarank How can I control the windows system to shutdown, restart, sleep, and wake-up ?

    Hi, I want to program and try to control the windows system to shutdown after program was executed 5 min. I want to program to control the windows system to restart after program was executed 5 min. I want to program to control the windows system into sleep mode (stand-by) after program executed 5 min. After sleep 5 min later, system automatic wake-up. But I don't konw whitch APIs and/or LIBs the I need to use. Could you please teach me how to program this program Thanks Hi check this http://msdn.microsoft.com/library/default.asp url=/library/en-us/shutdown/base/exitwindowsex.asp its all u need buddy Thanks for your reply. I will try it. Thanks ...Show All

  • renyx Unreferenced component WebtestFramework

    Warning 1 The referenced component 'Microsoft.VisualStudio.QualityTools.WebTestFramework' could not be found. I have tried re-installing VSTS, but am seeing this when I try to build a project with a web test plug-in. While this worked at one time, I cannot say when it started failing. Thanks, Tom The problem was specific to my Site - The GAC was pointing to a shared location... So we can close this one... It should be in the GAC and found directly. From a Visual Studio Command Prompt this could be verified with: gacutil /l Microsoft.VisualStudio.QualityTools.WebTestFramework And see what it tells you. It may be that the project bound to it o ...Show All

  • Will Merydith tetx box problems

    ok im trying to get a list to appear in a text box when i use a dropdownbox. i want it to look something like: E01-00 = AC Power Failure E02-00 = System Low Battery and so on. If Me .ComboBox1.Text.Contains( "RP-3" ) And Me .ComboBox2.Text.Contains( "Error Codes" ) Then Me .RichTextBox1.Text = ( "E01-00 = AC Power Failure" And "E02-00 = System Low Battery" ) End If thats what it does....have you tried it I think the code may have a compiling error at this part: Me .RichTextBox1.Text = ( "E01-00 = AC Power Failure" And "E02-00 = System Low Battery" ) to append text together: Me .Rich ...Show All

  • Jon Watte exe is not shown on desktop when cliked on "show desktop" icon

    Hi. I have a from with monthcalender control.I have placed the exe in the startup folder so that i get to see the current date on my desktop.The transparency level of the form is set so that only the calender is the clikable control.. rest areas of the form are made transparent.. more like glass form.The desktop items are accessible(clikable) through the transparent form However when i clik on "Show desktop" icon my form along with the control disappers( i think the form is also getting minimised with all other applications when i clik the "show desktop" icon) how can i correct this situation.Pls help Thank you there is no minimize event :-) this is what the show desktop icon/shortcut does - any ...Show All

515253545556575859606162636465666768

©2008 Software Development Network

powered by phorum