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

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

ghenap

Member List

Andreja
MinhMinh
aman anand
Alex Graham
Bin Zhou
fordguy67
Kevin Currier
CoolRen
mindserve
qubits
mbr_rptusr
Will Merydith
swells
Annand
noelc
kent_
Marcelo Schuck
Geoff Darst - MSFT
Mat007
TimNeale
Only Title

ghenap's Q&A profile

  • Visual Studio Team System TfsWorkItemTracking Process Identities Job fails every 10 minutes

    I just had a look at the event log on the machine running our single-server TFS installation, and this message appears once every 10 minutes: SQL Server Scheduled Job 'TfsWorkItemTracking Process Identities Job' (0x0E06FC1460769D4C8B8BA32312E2B0DD) - Status: Failed - Invoked on: 2006-03-31 09:00:00 - Message: The job failed. Unable to determine if the owner (NE\TFSSETUP) of job TfsWorkItemTracking Process Identities Job has server access (reason: Could not obtain information about Windows NT group/user 'NE\TFSSETUP', error code 0x5. [SQLSTATE 42000] (Error 15404) The statement has been terminated. [SQLSTATE 01000] (Error 3621)). Can someone ...Show All

  • Visual C++ another c++ question

    I have this program with some errors that I cannot solve. Any suggestions Mark started a trust fund for his niece Mary. He started it on her first birthday with a deposit that was a product of her age and her mother’s in dollars. He got the idea thinking about the coincidence that Mary and her mother have the same birthday. And every birthday since, he has done the same, deposited an amount that was the product of their new ages. A great idea! And a very handy nest egg for the future for Mary. Now someone asked Mark how much is in the fund now Mark wasn’t exactly sure, what with interest. But he did know how much he had depos ...Show All

  • Visual C++ Bug in Visual Studio 8 ???

    Hi all Need help, can someone confirm me this: I make a new MFC Project with the Project Wizzard -> Application type: Dialog based -> Without using UNICODE Librarys and then all the default settings. After that i added an Combo Box and typed in the Proberties Data field in the Proberties: 'COM1;COM2;COM3;' Now when i build the Project and start it, i can't open the Data field by clicking on the Combo Box Icon, but with when i give focus on the Box and move with the currsor keys up and down i can select the Data ( COM1 a.s.o ), very strange, if i change the property from the Project to 'Use Unicode Character Set' and rebuil ...Show All

  • Visual Studio Team System Adding new project alerts?

    Hello, I'm a s/w program manager. I would like to have TFS send mail alerts to team members when I create a new task for them. I would also like to have TFS send a mail to me when they mark a task complete. None of the out of box alerts seem to fit this bill. Is this possible to set up, if so how Many thanks, Jon Hi Jon The team members should register for the project alerts. If you check the first one "My Work items are changed by others" alert then you will receive emails when someone assigns a WorkItem to you. If your team meber subscribe for the alerts and you create a task f ...Show All

  • Visual Studio Team System Correlating Assembly Versions with Source Files

    What is the best practice for correlating a specific assembly version with corresponding source code files For example, if I receive a bug report against version "1.2.3.4" of a dll, and assuming that the assembly version number (or file version number) is being incremented whenever a new build is made, how do I find the corresponding source files in Version Control I know that the source files are labeled each time a new build is made, but with the default labeling scheme, the label does not tell me the corresponding assembly version .. Am I missing something It seems that correlating source files with an assembly version ...Show All

  • Visual Studio Team System Install Testing Tools

    Hi, I installed VS 2005 Beta 2 (not from Team Suite dvd, but from VS 2005 DVD) and then installed Team Foundation Client. I can connect to Team Foundation and make most of the PM tasks, but I don't have the Testing tools. What is necessary to get those tools Thanks a lot For convenience, let's end this thread here and shift to: http://forums.microsoft.com/msdn/ShowPost.aspx PostID=5088   --- Eric Jarvi http://blogs.msdn.com/ejarvi ...Show All

  • Visual Studio Catching files added to a project/solution

    Howdy! I've been trying to figure out how to receive notice when a file is added to a project to no avail. My goal is to run an operation on all new files as they are added, no matter what type of file it might be. I thought AdviseSolutionEvents might have the info I want, but it sounds like it only passes on info about new projects. Does anyone have any advice Many thanks, Matt Hmmm, looks like it is time for me to learn C#. =) Thanks for the help! I'll let you know how it goes. ...Show All

  • Visual Studio 2008 (Pre-release) p2p session lifetime

    I've been trying to find answers (to the questions below) in articles or in the SDK samples' code. Could someone kindly give me links to SDK articles and/or blogs where I can find the answers to the following questions, please What does the lifetime of a p2p session depend upon How can it be configured If all peer nodes in a particular mesh become inactive for a while, will the peer resolver "lose" their addresses (unregister all those peers) If yes, what is the default timeout How can a a server using CustomPeerResolver be configured for more than one mesh Where can I find more info on how WCF peer address resolution wo ...Show All

  • SQL Server DataReader Source and ODBC connection to PostgresSQL

    Hi, I am trying to use the DataReader Source to import a table from a PostgresSQL database into a new table in SQL 2005 database. It works for all tables except one, which has over 80,000 records with long text columns. When I limit the import to fraction of records (3,000 to 4,000 records) it works fine but when I try to get all it generates the following errors: Source: DataReader using ADO.NET and ODBC driver to access PostgresSQL table Destination: OLE DB Destination - new table in SQL 2005 (BTW - successful import with DTS packagein SQL 2000) ---Errors Error: 0x80070050 at Import File, DTS.Pipeline: The file exists. Err ...Show All

  • Windows Forms Same context menu in multiple ListView

    I know that one conext menu can be associated with multiple controls, however I need to change the view of ListView depending on the respective ListView that was clicked. I found some stuff on msdn that talked about ContextMenu.SourceControl but for some reason I am not able to use it on Click event. I am getting a null for ContextMenu.SourceControl . Any ideas as to how I can do that private void tsTile_Click(object sender, EventArgs e) { if (lvCD == ContextMenu.SourceControl) { lvCD.View = View.Tile; } if(lvDisk == ContextMenu.SourceControl) { lvDisk.View = View.Tile; } ...Show All

  • SQL Server Grouping a query in 30 seconds

    Hi, How can I make a query and group the registries in a interval of 30 seconds...like for each line I have a datetime field that have all the day, and I need it to return just like TIME Contador_type1 Contador_type2 Total 01-01-2006 00:00:30.000 2 5 7 01-01-2006 00:01:00.000 3 7 10 It's just an example...but that's the result that I need and my table is data_hora -- datetime field tipo - 1 or 2 -- count nrtelefone - that's is the number dialed. Thanks Hi there and welcome to the groups, see ...Show All

  • Windows Forms Editable Combobox in a datagridview

    I'm a little new to this .net stuff so I'm sure this question will be pretty easy. I'm trying to make a combobox editable in a datagridview.  Can anyone lead me down the right path thx Here's my solution add an unboud combobox column next to the column you'd like to have editable set the width to 25 so you only see the drop down arrow set the DropDownWidth to 100, or whathever you might need on cellValidating event, just add DataGridView.CurrentRow.Cells(TextBoxColumnName).Value = DataGridView.CurrentRow.Cells(ComboBoxColumnName).Value your column, being Textbox is editable your column is still binded t ...Show All

  • .NET Development code access security

    I have an application where the BR is completely based on plugins that run inside a framework I have developed. (This is in a Windows program).  Most of these plugins are written by myself, but the option is open for others to create their own plugins.  A plugin must inherit from one or more of my classes.  Basically I want to do 2 things in my framework. 1. Catch all exceptions that get thrown by plugins, and unload these plugins if they become troublesome to the system. 2.  Prevent these plugins from creating new threads. Number 2 is the most important issue and the thing that has eluded me most in my searches.&nb ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Simple opacity effect

    How Simple as that. Im trying managed directx 9. I dont want transparent (i still want to see the bitmap). I havent found any samples or documentation on this subject. Any help is much appreciated, or a point in the right direction. Oh, im trying to do this with sprites. You may need to tinker with your presentation parameters.  I wanted to do the very thing you are attempting to do now; and after a few struggles, figured out that my main problem was that I wasn't using alpha colors in the Draw2D function of the Sprite object.  However, apparently the color values aren't the problem with your source code. I also noti ...Show All

  • Visual Studio Team System Add new Work Item type to existing project

    Is there a way to add a new work item type to an existing project We customized the CMMI template and added a new type prior to project creation. Now after having used it for a while, we have identified the need for another work item type. How can one do this Thanks in advance. Bernie The Team Explorer comes with a witimport (work item import) command line tool. The tool is located in the \Program Files\Microsoft Visual Studio 8\Common7\IDE directory. Using witimport you are able to upload new work item type definitions into an existing project. Hope this helps! ______________________ ...Show All

©2008 Software Development Network