Deepthi_Pinapala's Q&A profile
Visual Studio Team System Users Missing from Assigned To List (Work Item/Task)
I have been trying to set up work items and tasks, but cannot figure out how to get users into the "assigned to" list. I have no idea what the trick is to get the users into the list. I followed the instructions at the following URL to setup the users: https://blogs.msdn.com/vstsue/articles/422773.aspx One user is a project manager and one is a contributer. Neither show up in the list. What am I missing to get the user' ...Show All
Visual Studio Team System Can I edit scenarios on Project Portal?
Is it possible to allow users edit WorkItems in WebParts or only in Excel Hi By Project portal, do you mean the share point website If Yes, currently we don't have interface to edit work items through web. We can edit them through IDE or through Excel. However, you can develop a web interface using WorkItemTracking Object model to edit work items. Thanks Sagar ...Show All
Software Development for Windows Vista How do you pass parameters (bind) between custom activities in an XOML only State Workflow?
Tom, Do you have any examples of WWF Beta 2.2 XOML only state workflows that have custom activities pass parameters between themselves and the actual workflow I need to be able to pass an output parameter from a custom activity to the XOML only State workflow. I do not have any examples and am unable to locate any relevant documentation for this issue. Can you help Sincerely, John Portnov Take a look at http://forums.microsof ...Show All
Visual Basic Using Enter Key to exit field
Is there a way to use the enter key to exit a field on a form I have a form where the user has to enter a string of numbers, then 'on field exit' a stored procedure executes to load data into the rest of the form. Since they are using the number pad, it would be nice if they didn't have to hit tab to exit the field. I can't use on key press, because after every number they type I would have to check to see if they have pressed the ente ...Show All
Windows Forms Special Characters
Where can I find a composite list of special characters that I can use when printing out info on a windows form For instance, if I wanted to tab over, what would I use What about a carriage return/single-line break >but ...Show All
Visual Basic How to Run a VBScript after Application Setup?
Hi, I have created a setup file for my application using VS2003, my application requires to run a VBScript files automatically after the setup finishes. How VBScript can be added to my setup program Thanks for the help. In the 'Solution Explorer' tool window, on the item with the name of your project. The top level will be the solution, the next level will be the projects. There might be more than 1 proj ...Show All
Windows Forms ArrayList problem
Hi i am having a bit onf a difficulty understanding this.. I have this code in a form For intCounter = 1 To dropMultiChoice.SelectedItem.Value   ...Show All
Visual Studio Team System TFS installation fails - NOT 3200
Hello all, I'm trying to install TFS (single server) and I would be grateful for any help as I'm having a problem; as soon as I start the installation, the setup program exits with an error dialog: "A problem has been encountered while loading the setup components. Canceling setup." The contents of dd_vsinstall80.txt are: [04/27/05,14:49:48] Setup.exe: [04/27/05,14:49:48] Setup.exe: ========== Logging started ========== [04/27 ...Show All
Windows Forms copy constructor derived classes
within C# I have the following situation public class myObject : object public class myob1 : myObject .... public class myobn : myObject now I wanted to add a copy constructor and would suppose: public myObject(myObject ob) to call the derived classes copy constructor ...Show All
Visual Studio Building Multiple Projects and Code Analysis reports
I use the following to build a number of projects for which I want to run a code analysis, while placing the code analysis report onto a file share: < ItemGroup > < ProjectReferences Include = " $(SlnRoot)\**\*.csproj " /> </ ItemGroup > < Target Name = " BuildAllDebugProjects " > < MSBuild Projects = " @(ProjectReferences) " Targets = " Build " ...Show All
Visual C# Figuring out parameter information
I've spent a good amount of time (5 or 6 hours) trying to write a geneic error handler for a application. I would like to have a generic error handler that would be able to figure out what parameters and their respective values so they are logged in a exception database. My company does a lot of batch processes and I believe it would be a lot easier to write a generic version as opposed to log every parameter by hand in my methods. Some ...Show All
Visual Studio Visual Source Safe 2005 Download
Hi Team, Can anybody give me the link to download Visual Source safe 2005. Regards, Sam You can't just download it - it's not free. Have a look at the following VS 2005 product comparison chart - Visual Source Safe (VSS) is only available with the Team System version of VS: http://msdn.microsoft.com/vstudio/products/compare/ Have a look at a similar forum that discusses this issue for more information: http:// ...Show All
Visual Basic Image Editting
I need to create a program which loads a .tiff file, resizes it (changes the pixel height and width), and then saves it back. How can I do this, and do I need an extra libraries Thanks Dear, I am facing a similar kind of problem Please reply if you or someone has got answer to the same. Thanks, ...Show All
Visual Basic Generating a unique ID
I want to generate a unique ID in VB.NET that starts with ASXXXXX where XXXX represents a number. The number has to start in an orderly fashion. This ID will then be stored in a SQL Server express table. Can someone advise how this can be achieved. I'm not sure how 'unique' a 5 digit number is . What you could do, as this is being stored in a database, use an incrementing index column and use that as your ...Show All
Software Development for Windows Vista .NET Framework 2.0 Install fails on Vista Beta 1
Just done a clean install of windows vista beta1. Attempting to install .NET Framework 2.0 either directly or as pre-requisite from VS 2005 or SQL Server 2005 gives fatal install errors. Other similar posts indicate a compatibility problem with the .Net Framework 2.0 provided in Vista beta 1 and the release versions of these tools. Anyone know if there is actually a work around for this hi Alex, I also faci ...Show All
