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

Software Development Network >> VS Team System

VS Team System

New Question

VB 2005 Exp - Running exe file on other PC
Team explorer licensing
pasting capability in textboxes seems variable, any ideas?
Working with classes
Update/create SQL Express database
Temp Tables
WSS (Windows sharepoint service) with SP2
dynamic array of objects question
Console error
Need to know if uploading with VB Express app is possible.

Top Answerers

ptenter
Musa_Tariq_Raza
JohnnyP34
MShah
CBueche
Santhosh Pallikara
vineet1408
T.Vargek
bubsnt3
a23rd
sitemap
Only Title

Answer Questions

  • Yinon Running outside TFS - Possible?

    I've got almost the same software at home as at work, except for the Team Foundation Server of course. I've installed the VSTS at home and have added the VSTS-DP. Is there some way I can take the db project from work (on a usb drive) and work on it at home and then merge the modified files back into the TFS-VC EDIT ******************************************* Well, I grabbed all the files from work thru remote.  Then tried to open it here at home. When it was opening it complained 3 times about not resolving the server name.  And also warned me about source control and gave me the option to work temporarily uncontrolled.  Toward the end of the load, it said I needed to go to Tools | Options and change the validation database ...Show All

  • RJB84 access database

    I know there is a treat about this but it can 't solve my problem I've got vb express on 2 computers now, en when I try to connect by add new datasource, one my laptop i'vr got give a connection string , on the other pc , I can browse to the access database. I already removed the complete office and express editions and installed them again the same problem occures a simple question fot some but i can't find it why is there a difference, and I'vr tried several connectionstring , nothing seems to work Is there someone who can give me a push in the good direction thanks in advance greetz ivo Hi ReneeC both the databases are local, and maybe I could better open them ...Show All

  • Sharewareisland.com newbie looking for specific information

    I am looking for the type of control/service that the IDE uses as the toolbox. I like the constomizing features of allowing the end user to dock, auto-hide, select as a tabbed document, or leave it locked in possition. doing some searching on the web has pointed to the itoolbox service and I was interested if this is the control I am looking for and is there a way to work on the design of the toolbox inside the design view instead of code view thank you in advance for your time. The controls used by the IDE are custom controls, they are not available in the framework.  You need to find custom controls or write your own to get the behaviours you see in all but the most simple controls. & ...Show All

  • jortiz Bug? Default Master Page code runs for ALL pages

    Hello, I have a site with two master pages, MasterPage.aspx and MasterPage2.aspx. The first, MasterPage.aspx is only used for the default page, which is Default.aspx. The second, MasterPage2.aspx is use for all of the rest of the site pages. Now the problem, the sub Page_Load of the default master page, MasterPage.aspx.vb runs whenever ANY page is loaded. This makes no sense and is a very serious problem. Is this a known bug My workaround is as follows Sub Page_Load( ByVal Sender As Object , ByVal E As EventArgs) If Not Request.ServerVariables( "HTTP_REFERER" ) Like "*Default.aspx*" Then Exit Sub End If 'more code here.... End Sub Thanks, Bill Clark www.earthpoint.us ...Show All

  • Kumar Venkat getting varied results

    Hi I am load testing a web based application..we at this point only require the response time in case we have 200 user hitting the link at the same time ....so wat i did wasrecorded the script in fiddler imported it to vsts and then configurd tha load test for the same .....i used a step load starting with 20 users and in every 60 sec 20 users were added till it reaches a maximum of 200 users ..i did not add an server or counters it was a local run however i made a connection pool of 100...igot error in connection wait time now if i change the connection pool little bit i get varied differences in the results specially the respone time which is my priority at the moment.Now here i have 2 concerns:- 1)connection pool is always set ...Show All

  • Sangeetad how to create class library in c#.net2005

    hi, I am relatively new to c#.net2005. In c#.net2003, when we create a class library, we can right click on the class in class view to create methods in a "method wizard" UI. I am not able to find the same thing in c#.net2005. does the "method wizard" exist in c#.net2005 anymore if not, is there any similar UI that I can create methods visually please help You can easily create a class library by clicking Class Library as the project type in the new project dialog in either VS2005 or VC# 2005 EE. As for designing it, as far as I know you cannot visually design classes it has to be done through just coding them. In VS 2005 there's a Class Designer UI that has a Class Design UI. Hope this helps. -Chad ...Show All

  • Girishbs Locking Mouse

    Hi ive been looking for days to find the code that will lock "Block" the mouse move event from being processed... So far i've tried the code: actHook= new UserActivityHook (); actHook.OnMouseActivity+= new MouseEventHandler (MouseMoved); public void MouseMoved( object sender, MouseEventArgs e) { Cursor .Position = Ace; } where Ace is the point that the mouse was at last. This doesn't work unfortunatly as i can still move the mouse around... That event is hooked with a class called UserActivityHook (declared as actHook) (not my class) UserActivityHook public event MouseEventHandler OnMouseActivity; I'm thinking that Cursor .Position is only repainting the cursor and while the mouse ...Show All

  • dalila TFS wont get latest from the web project

    when I try to get latest version from the web project I get this message: Unexpected error encountered. It is recommended that you restart the application as soon as possible. Error: Unspecified Error File: vsee\lib\cvapipath.cpp Line number: 2459 any idea how i can fix this error The error message comes from our source code, not his -- vsee is the tree where VS Integration packages are built. I'm not familiar with this particular bug, but I remember several like it being reported on this forum. Try searching. Also, is this a VS2005-style "web site" or a VS2003-style "web application project" Richard, Sounds like some real b ...Show All

  • Maik Wiege R

    Maybe a Bug in Visual Studio 2005 SP 1 !!! I'm able to reproduce on different machines with Windows XP and Vista with (Vista Update for VS SP1) Problem: 1. Start Solution and run Tests - works fine as desired. 2. Rerun Tests - VS freezes and processorload becomes 50% Additional Information: We have a Solution with ~ 95 Projects and the tests are grouped together in ordered tests. Is someone out there who has similar problems or can help Greets, Helmut Hello Jeff, We do believe our customers and this is an issue of great concern. Unfortunately, if we can't repro the problem, we can't fix it. So I ask you and all other people who have posted, to try to get us repro steps that will show the behavio ...Show All

  • jayakhanna Really force user to add a work item to a change set

    Hi, Is there an easy way to force the user to add a work item when he checks in code At the moment we get the "Policy Failure" with the "Override policy failure and continue check in." Is there any way to suppress that window for only one policy DDressel There is no way to stop a user from overriding checkin policies. Even if we did, they could always write their own client. Thanks Richards. It shows, that SC is not flexible enough to accomplish our needs :-( DDressel Just use the Policy Override notification tool to expose the people who do this. A little "big brother is w ...Show All

  • Brandon Bloom SaveDialog and window media player control

    Hi there, I have been making a media player based on the window media player control in VB2005 express. There is one last step in order for my program to be complete, the Save Dialog Box. I can get it going, able to load file extensions, but when I click save, nothing. The file does not save and the Save Dialog box closes. The source files can be found at my website, www.swatmajor1.co.nr If anyone can help me with this, the help would be greatly appreciated. Signing off, Swatmajor1 All the SaveDialog does is basically give you a path and a filename that the user would like to save something to. You have to add code so that it saves something. What kinda files are you trying to save ...Show All

  • Nlepor After Rebuilding, I got an error Http internal Server error 500

    I did do a rebuild like this. 1) rebuild C:\Program Files\Microsoft Visual Studio 2005 Team Foundation Server\Tools>setup warehouse -rebuild -s kwonlee01 -d Tfswarehouse -c warehouseschema.xml -a kwonle e01\TFSService -ra kwonlee01\TFSReports SetupWarehouse: Warehouse updated successfully. C:\Program Files\Microsoft Visual Studio 2005 Team Foundation Server\Tools> 2) run inetmgr 3) http://localhost:8080/Warehouse/v1.0/warehousecontroller.asmx 4) http://localhost:8080/Warehouse/v1.0/warehousecontroller.asmx op=Reinitialize 5) Click invoke button then, It shows Http Internal Serve Error 500 What should I do and What did I miss thanks Kay (+) Tfswarehouse was not read-only mode .     ...Show All

  • Ti Im new

    Can any one point me to some good game tutorials and some good program tutorials that are very indepth Hi, Here it is http://msdn.microsoft.com/coding4fun/gaming/arcade/article.aspx articleid=938703 Enjoy it! ...Show All

  • Tharindu Dhaneenja Please Post all Thirdparty plugins for TFS that you know

    If somebody knows please post here third party plugins for team foundation server. In my company we make java, php and powerbuilder applications and we want to use team foundation server functionality.  I know that there is a plugin for eclipse but I dont remember the url Have a look at Teamprise - http://www.teamprise.com  if you would like access from inside Eclipse or from a standalone Source Control Client that works on Windows, Linux and Mac OS X. You can download a preview version from the website.  If you would like any more information then please do not hesitate to contact me on martin@teamprise.com Thanks, Martin. Jason, It certainly does. We are now onto Version 1.1 and will be releasing public p ...Show All

  • JasonRL Error unistalling CTP 5

    "Setup is unable to determine a valid ordering for the installation. See the error log for further details." To give more details I first need to know which error log. Brumlemann Solution Architect Hi Robert I follwed the prescribed mod.op when uninstalling. Unistalling the patch did not however ask me for the location of CTP5, or anything else for that matter. Visual Studio crasched and then restarted with a load package failure, but it always does that whenever i install something. As I was writing this I tried once more to unisnstall CTP5 and now it succeded. In the meantime I have rebooted so that may have done the trick. I'll continue with the CTP6 install now. If all goes well ...Show All

444546474849505152535455565758596061

©2008 Software Development Network

powered by phorum