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

Software Development Network >> VS Team System

VS Team System

New Question

Autocomplete Combobox
drag and drop
DataGridView Before Update Event ?
programmitically turning a monitor on/off
test driven programming problem
unshelving changes
Saving 2 ListBoxes to a text file
purpose of not displayed fields in a work-item
FrameWork Question
get list of files changed after a specific label

Top Answerers

MyoZaw
Lovericky
nbrege
Danalynn
vicky_hu
My Vizai
exulted
raghu_grdr
Gordonn
Jon Stroh
Education for Software Engineers
Only Title

Answer Questions

  • Salai Sivadhanam Missing Data Sources in VS C# Express

    In Visual Web Developer I can make ‘Data Connections’ to my development SQL 2005 server through the Database Explorer. When I ‘Add Connection…’ I get five ‘Data Sources’, however when I do this in Visual Studio C# Express I only get two (Microsoft Access Database File & Microsoft SQL Server Database File). I need to know how I can add more ‘Data Sources’ or at least the ‘Microsoft SQL Server (SqlClient)’ Data Source so I can access my development SQL server. C# Express only supports local data (i.e. SQL Express & Access) Best regards, Johan Stenberg Yes, C# Express only supports local data. For more about product features see: http://msdn2.microsoft.com/en-us/vstudio/aa700921.aspx ...Show All

  • Raju Sreenivasan Can't connect to Team Foundation Server as proper user

    Hi When I connect from my client (as user 'teamprth') to the Team Foundation Server it seems that I'm recognized as user 'tfssetup' because all workspaces presented in the Source Control Explorer are owned by 'tfssetup'. Even if a create a new workspace with 'teamprth' as the owner I cannot select this workspace in the comobox. When I try to check-out same files I get the message TF14091 saying that I'm not the owner of the workspace. Of course I'm not but how do I connect to the server as the proper user Thanks for any help Thomas Probst Thanks, this solved my problem Thomas Probst Try this thread:- http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=363748&Si ...Show All

  • luweewu string data type conversion errors

    I have been trying to get a std::string to convert to a system::string, the std one is somehow used by default by the namespace that I have create. The namespace function that I am trying to use is: string GetDatah::GetData::monster_name() { return "Test message!" ; } When I call this function and try and print this message to a windows form label, the compiler comes up with the error: Error 1 error C2664: 'void System::Windows::Forms::Control::Text::set(System::String ^)' : cannot convert parameter 1 from 'std::string' to 'System::String ^' c:\documents and settings\peter\my documents\visual studio 2005\projects\c++\prorpg\prorpg game engine\prorpg game engine\Form1.h 100 So the function ...Show All

  • Warren Trotter How to solve errorlist question

    Hello every!In my test project can checking but the error list display: 警告 8 CA0800 : FCRM : Type methd's 'aCheck'  is contains numeric or illegal prifix, which should be modify 警告 9 CA0800 : FCRM : Type local's variable 'strTemps1' is contains numeric or illegal prifix, which should be modify C:\Documents and Settings\Administrator\桌面\ClassTest\ClassTest\Class1.cs 84 ClassTest 警告 10 CA0800 : FCRM : Type parameter's variable 'strWeh1' is contains numeric or illegal prifix,which should be modify C:\Documents and Settings\Administrator\桌面\ClassTest\ClassTest\Class1.cs 76 ClassTest 警告 11 CA0800 : FCRM : Type methd's 'gGetStringo'  is contains num ...Show All

  • JoseEjecutin Please tell me that this has been solved in SP1...

    When you try to add a link from a work item to a versioned item in Source Control you may get an error "Unable to save all edited documents..." in Visual Studio. Someone said that this problem corresponds to a limitiation of the numbers of characters you may have in a file path (260 chars) but this happens to us in much shorter paths (around 100 characters). This is such a stupid limitation/bug which has huge consequenses on our project - please tell me that this has been solved in SP1 /Thomas Andersson Thomas, Firstly I want to apologize for any inconvenience that this issue is causing you and your team. We will double check again to see if this is fixed in SP1, and I again apologize ...Show All

  • SarasMax Load image in picturebox

    i am trying to make one project in Vb to maint employee records with their photos so i have made that table in database with the column for photo as image file but now after i run the program and load the image the image comes , alright but after a few seconds the program gives me a error that "external exception was unhandled" ; genericerror code in GDI+ please guide me how to get the solution for this. the codes i have used is as follows.... Private Sub PictureBox1_Click( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles PictureBox1.Click Dim myStream As IO.Stream = Nothing Dim openFileDialog1 As New OpenFileDialog() openFileDialog1.InitialDirectory = "c:\&quo ...Show All

  • Tarey Wolf Calling Win32 API from Assembly Code

    Hi How do I call a Win32 API from assembly code Basically I have to call kernel32.dll function from my assembly code. Hi Mike, I don't was to use typedef of any DLL function in my code. Thanks & Regards Sachin Hi Mike, Is there any other way to remove typedef of function Thanks & Regards, Sachin "The main reason in doing all this stuff was to remove declared typedef of function "GetLocaleInfoA" from the code." Sorry to say but this is not a good reason to resort to assembly wizardry... Why build a velocopide when you already have a bicycle Since the function your trying to avoid is a stan ...Show All

  • susiekay Getting the string value out of a WMI query

    Hi Folks; I have a function that was available on the MSDN website to gather system information using WMI and it works beautifully. My frustration is this; the data (computer name for example) comes out as a BSTR. I also have a Win32 appl I'm working on so I want to be able to pass the name to my app so it can put it out onto a text field. The problem is there is no easy conversion that I'm aware of. A snippet of the code is as follows: ... VARIANT vtProp; VariantInit(&vtProp); // Get the value of the Name property HRESULT hr; hr = pclsObj->Get(L "CSName" , 0, &vtProp, 0, 0); _bstr_t b = vtProp.bstrVal; data.CompName = ( char *)b; ... This is one of the many examples I f ...Show All

  • aayush_dabas Project Portal and document Libraries

    I am customizing whole process template and currently I am working on Project portal customization. I have changed WssTasks.XML file to (names and descriptions are in Polish): < xml version = " 1.0 " encoding = " utf-8 " > < tasks > < task id = " SharePointPortal " name = " Create Sharepoint Portal " plugin = " Microsoft.ProjectCreationWizard.Portal " completionMessage = " Project site created. " > < taskXml > < Portal > < site template = " VSTS_MSFAgile " language = " 1033 " /> < documentLibraries > < ...Show All

  • StevenGreen Is there a tool to create the Methodology template ?

    I wanna create my own template of a projects or modify others temaplates , is there a tool to do that easily Leoyoo,  There is no address to download it as there is no tool. I'm a novice to all these. Please tell me how can I get the Methodology Template in my project. Confirmed - there is no tool to do this yet. Clearly it would be a valuable addition to the set of tools we make available to the community. I don't think we've got anyone formally signed up to provide such a tool yet, but we're definitely investigating options. thanks a lot , and can you give me a address to download this file hi there, my team and i have been doing this and unfortunatley there isn't a tool to do this yet that ...Show All

  • Alan Browne moving from simple application into client server

    Well i have developed genberal ledger(Accounting application)in vb6 .now i have to refine it i want that suppose there are 6 computers. so i want is database will be located only on one computer which is known as server and other 5 computer will act like client only front are end are installed on them the problem is that what modification i have to done Agree complete with Dman, with an additional comment that these forums are for VB.NET and there are better places to find answers for older versions of VB. Maybe the VB6 newgroups - http://msdn.microsoft.com/newsgroups/default.aspx dg=microsoft.public.vb.general.discussion&lang=en&cr=US Or perhaps the VB6 resource center http://msdn.microsoft.com/vbrun/ or perh ...Show All

  • Jehan Badshah Making a program run at startup (if user wants it to)

    Hi, does anyone know how to make a program run at startup, if a checkbox is checked ( i.e. checkbox in options dialog box checked or unchecked). Please help, thanks in advance I meant my own program, like is there code. Or is there code to make my program schedule itself in windows task scheduler A really good way to do this is to have the prgram start up using the windows task scheduler. Have the program examine its own checkbox and exit if the states are not as desired. Take a look at http://msdn2.microsoft.com/en-us/library/microsoft.win32.registry.aspx and http://msdn2.microsoft.com/en-us/library/microsoft.win32.registrykey.aspx to see some samples on how to manipulate the registry. Here's what I h ...Show All

  • wooten Master/sub-project support across TFS projects

    I just read the paragraph related to the limitation for master and subprojects to be within one TFS project, on the following MSDN article: http://msdn2.microsoft.com/en-us/library/ms244373.aspx. [ ... Master Projects If you create a master project in Microsoft Project, make sure that all sub-projects are connected to the same team project and have unique work items. If the sub-projects are connected to different team projects or have shared work items, you see errors. ...] When do you envision supporting this across TFS projects I currently have setup separate TFS projects, one for each group of systems, since each group is maintained by a separate team. E.g.: TSF Project X for systems A, B and C, managed by team I TSF Project ...Show All

  • K. Murli Krishna Work Item Access control based on Work Item Type?

    We'd like to give our customers access to TFS for reading e.g. bug-information. Thus we would need a speciel security group that controls this access, e.g. a "Bug-readers"-group. However, what is needed is to define access to particular types of Work Items, namely only Work Items of type "Bug". We don't want our customers to be able to see Tasks or Requirements. How can an access control for Work Items be set up for specific Types or based on information in other properties of a Work Item regards, *Martin. Sorry for the long wait on a reply. I don't have a good answer. You are correct that data in the warehouse is not secured the same way that data is inside Work Item T ...Show All

  • thomaskremmel Setup problem.

    When I launch the msvcs.exe or the msvc.exe they get to the point where it says " Setup is loading installation components. This may take a minute or 2." It's been like 5-10 right now, is there a fix Tyrael Can you post your install log 1. Open Windows Explorer 2. Paste %temp% into the address bar 3. Paste the contents of dd_vsinstall80.txt (only paste the timestamps that are applicable) into a post. I had the same problem as well. When I went into task manager I saw setup.exe was also using up all my cpu cycles. I couldn't even get the program to close! What I ended up doing was freeing memory and that caused the program to start running again. After reading things on this ...Show All

8910111213141516171819202122232425

©2008 Software Development Network

powered by phorum