Software Development Network Logo
  • Visual Basic
  • Visual Studio
  • VS Express Editions
  • Windows Live
  • Visual C++
  • Windows Forms
  • Architecture
  • Smart Device
  • Microsoft ISV
  • Visual FoxPro
  • Game Technologies
  • Visual J#
  • Visual C#
  • .NET Development
  • SQL Server

Software Development Network >> JoDask's Q&A profile

JoDask

Member List

Scarlett
Roberto Jimenez
Sameep
Page123
JasonStowe
MikeB41
project_tek
Amisur
Ramoas
srini1122
Pablo Cibraro
Tom65
mightymoe
Jerry Foote
wavuti
DCStudios
Eric23
Ed Worsfold
Thomas.Goddard
waGordon
Only Title

JoDask's Q&A profile

  • Visual Studio Team System TF30323: team project creation wizard fails finding wizard page

    Hi There, I was hoping to start with my B3/RC1 custom work items today however when i've tried to create the team project with them in i get the following error the team project creation wizard fails finding the wizard page for plugin Microsot.ProjectCreationWizard.<plugin> I've had it on all plugins thus far and even setting the wizard page element in ProcessTemplate to false doesn't seem to help. Thus once i've had this error the PCW does not go any further. Please Help! James Hi there, I went back to the rawing board on this one, i copiped out the MSF  agile <plugins>---</plugins> part of the processtem ...Show All

  • SQL Server How to read XML data from SQL data field?

    Using RS2000 I have a field in a SQL DB which contains data stored as an XML string. Is there an easy way to parse this string into data without moving to SS2005 I have builts a parser in SQL, but I would like to know if RS had a way to directly read this. If not, is there a method in RS2005 which handles this type of data The only way to really do this in RS2000 is to create your own custom data processing extension that encapsulates the code you have written to parse the Xml. There are quite a few examples online. In RS2005, you can use the Xml Data Processing Extension, which is designed for ret ...Show All

  • Windows Forms How to move the Cursor from a testbox control to the next one using ENTER key

    Hi, I'm new with VC#, I want to put some code on a textbox control or what ever control to move to other controls when I press the enter key. So far, my small app uses TAB KEY to move to the next controls on my windows forms. How can I accomplice this in C# VFP & VB is quite easy, but C#, I dont have any idea how to do it. Can somebody show me a code or sample to do this Thanks.   There is a posting on the same topic at http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=354329&SiteID=1 Regards, Nitin ...Show All

  • .NET Development How to Get?

    Hello,      Can any one give the C# code that gets all the computers name connected to a system. Thanks in advance. Regards & Thanks, Shaji Kumar.V.K Hmmm... This is an interesting question. There are no Managed API.s that I know of that can get this information. That said when you open the explorer you can see some connected computers so I wonder how the explorer is doing that. I will find out, but please tell me why you want to do this. Thanks ...Show All

  • Smart Device Development Error when using TableAdapters

    Hi Guys, - I'm using Visual Studio 2005 (VB) with a Pocket PC 2003 device. ... I've got a problem when using the fill command with a table adapter.  It's a very simple test so I was wondering if anyone else gets the same error I create a new Smart Device Application Project for Pocket PC 2003 (Compact Framework 2) and put a button on the form. I then add click Project | Add New Item and select SQL Mobile Database Tick Tables and Click Finish Open the Server Explorer tab, navigate to Data Connections - AppDatabase1.sdf Right click on the node Tables and select Create Table Type the name as Table1 Add a column called 'test' and leave e ...Show All

  • Visual Studio Team System Using TFSSECURITY.EXE - FATAL ERROR: The Identity cannot be resolved

    I am currently running the Beta3 Refresh of Team Foundation Server. I am trying to use TFSSecurity.exe to set the security permissions for a particular application group.  According to the documentation, you should use the following switches: tfssecurity.exe ObjectID ActionID Identity {ALLOW | DENY} ObjectID I assume is the project I want to add the permissions on.  ActionID is the permission I want to allow or deny.  Identity is the application group I want to give those permissions to, I assume. So just to see if it would work, I decided to see if I could give Start A Build permission to the Readers group of my t ...Show All

  • Visual Studio Team System How do i parametrise "Category name " so that it pics up a Dynamic value from a notepad file or something?

    This is the VB script request6.ThinkTime = 5 request6.Method = "POST" Dim request6Body As FormPostHttpBody = New FormPostHttpBody request6Body.FormPostParameters.Add( "categoryName" , "testingvs1 " ) request6Body.FormPostParameters.Add( "popUnder" , "true" ) request6Body.FormPostParameters.Add( "banners" , "true" ) request6Body.FormPostParameters.Add( "saveButton.x" , "77" ) request6Body.FormPostParameters.Add( "saveButton.y" , "12" ) request6.Body = request6Body MyBase .Send(request6) ...Show All

  • .NET Development How to get a list of domains from a forest using DirectoryServices?

    Hopefully this is the correct forum for this question... I have searched the web for examples and the closest example I can find only returns the Forest level domain. My code is below (based on the example I found) and what I would like to be able to do is put in a domain name i.e. "domain.com" and get a list of domains from it. The computer that I will run this from will not be part of the domain that I connecting to as we support many. Any help would be greatly appreciated! Thanks in advance! Private Sub GetList( ByVal strDomain As String ) 'Dim deRootDSE As DirectoryEntry = New DirectoryEntry("LDAP://RootDSE") Dim ...Show All

  • Visual Studio Team System Datasource to list all work items in a query.

    Greetings everyone! I want to build a small web page with the list of work items. Can someone provide a C# code sample on how to build a data source with the list of all workitems in a particular query Thanks. Hi One way of doing is here. Here I manually added the HTML table rendering and so on. This worked fine for me: //Work Item Store Object WorkItemStore WIStore = new WorkItemStore(<Server>); //Your query Text string queryTxt = "<WRITE YOUR QUERY TEXT>"; //Execute the query and get the Work Item Collection WorkItemCollection witc = WIStore.Query(queryTxt ...Show All

  • Visual Studio Express Editions runtime error

    I also get this error don't have google tool bar or McAfee Micorsoft Visual C++Runtime Library Program:C:\Programs Files\Internet Explorer\iexplore.exe This application has requested the Runtime to terminate it in an unusual way. Please contact the application support team for mor info. PPPPPlease Help This is not a VC issue. It could be other applications. I this used to work, consider recent applications that you installed and try isolating the problem. Thanks, Ayman Shoukry VC++ Team ...Show All

  • Visual Studio Team System sqlservr memory usage at 2GB

    I was just poking around on our TFS server investigating some unrelated issues, and noticed that sqlservr is using 2GB of memory (1GB physical, 1GB virtual), while msmdsrv is only using 225MB total (113MB physical, 114MB virtual). This machine has 2GB of RAM on it, and Task Manager shows about 450MB "Available". From the backups, it looks like we only have about 160MB of data (TFS dbs+reporting+STS). We have about 5 users using this machine. Is this normal I'm guessing SQL can't go any higher since I'm 32-bit with no /3gb or any other memory features. Yes, this is normal. SQL will allocate as much memory ...Show All

  • Windows Forms Listview Add Item

    I am trying to find the best approach to add 2000+ items to a listbox.  Is it possible to load say....the items in "chunks"    ex) load the first 200 items onto the listview and display them. so right now the first 200 should be on the screen (but the user thinks there is 2000+ because he can't scroll down that fast) but you ke ...Show All

  • Visual Studio Change the Sorting order of Report

    I have developed a report which has following report fields: a.) ID b.) Name c.) Address d.) Balance In design time of report I maintained the sort order of the report as per by id. but in my program i have option 2 search users by their address and balance 2. So I want to display the report which shows only the records that are as per the searched criteria and secondly sorted as per the searched field . Hye isn't there a way 2 change it in the report itself Can't we change the sort order of the report from our runtime program ...Show All

  • Software Development for Windows Vista HandleFault and exception handling

    From what I can tell, if I have a custom activity that throws an exception, this activity's HandleFault method is called, but the exception/fault really isn't 'handled' unless there is a fault handler setup for the thrown exception type; right And, in such a scenario, the HandleFault method of any containing/parent activity is NOT called, but the exception is propagated up to them if not handled at a lower level. Is this the way that it's supposed to work   If so, is there any way to have the HandleFault method of the parent (or even top-level workflow) activity to be invoked when an exception is thrown from a child activity ...Show All

  • Visual Studio Team System Strange checkin policy error

    I have setup a code analysis checkin policy on a Team project, I have a solution where I have migrated code analysis settings so I know they are as stringent as the checkin policy and a build of that solution has succeeded. However when I make a change to one of the projects in my solution and try and checkin after a successful build I get the following policy error: TF10139:The following policies have not been satisfied Internal error in Ensures that code analysis is run with a predefined set of rules This project that is having problems is one where I have significantly changed the contents of the .csproj file as it is in msbuild ...Show All

©2008 Software Development Network