DHarve's Q&A profile
Visual Studio Team System Customizing iterations
My goal is to have a template for a process like this (Agile RUP) Inception - Iteration1 - Iteration2 - IterationN Elaboration - Iteration1 - Iteration2 - IterationM Construction - Iteration1 - Iteration2 - IterationX Transition - Iteration1 - Iteration2 - IterationY There can be a variable number of iterations for each phase. The number is not known in advance, but will be added when needed. A number of work items must be added everytime an iteration is added. Is there an event i can subscribe to each time an iteration is added Second, iteration2 will be active/open when iteration1 is closed. I dont want to allow users to add worki ...Show All
Windows Forms Can I edit a form and its code in the same tab?
Is there an option in Visual Studio to show both a form and its code in the same tab with "subtabs", as in Eclipse or #develop Personally I think having separate tabs for the form and the code clutters up the tab strip and makes it harder to find the tab I'm looking for when lots of tabs are open. (Reference screenshot: http://www.icsharpcode.net/OpenSource/SD/Default.aspx - notice the Source and Design tabs at the bottom of the MainForm.cs tab) There isn't an option that enables this. However, the default shortcut for switching between the two, you can press F7. You can change this by doing the following: Choose Tools ...Show All
Visual Studio Team System TFS crush
Sometimes the TFS will crush and the JIT debugger will show a dialog to ask me if I want to debug the service. I checked the event log and found there are some errors (from later to older): Error(15:20:54) : EventType teamfoundationue, P1 1.0.0.0, P2 tfs, P3 v2.0.50215, P4 8.0.0.0, P5 eleadunhandledexception, P6 9ca2ef21, P7 499f38b1, P8 ae76437f, P9 NIL, P10 NIL. Error(15:20:54) : Initialization failed to load task list from TFS Registration service. Loading task list from log file. Error(15:20:54) : Microsoft.VisualStudio.ELead.Common.Exceptions.ELeadException: Unable to connect to BIS service. ---> Microsoft.VisualStudio.ELead.C ...Show All
Visual C# How can I get a list of the computer names from Network Neighborhood?
Hi, I need to obtain a list of computer names from netwok neighborhood. Could anyone help on how to do this Thanks in advance, Nuno Silva. nantunes82 wrote: Hi, I need to obtain a list of computer names from netwok neighborhood. Could anyone help on how to do this Thanks in advance, Nuno Silva. I don't know of a managed method that will do this, but you can P/Invoke I guess. See http://windowssdk.msdn.microsoft.com/library/default.asp url=/library/en-us/wnet/wnet/enumerating_network_resources.asp ...Show All
Windows Forms install: incorrect syntax near the keyword "ON"
Sounds like a registry problem. The message box posts this error two times in the box. It is at the very end of the install. I have winxpPro VS.Net release version .net framework 1.0 admin priveleges (member of Administrators) I have tried this as install for "just me" and "everyone" though I don't believe it is related to iis or sql server, they are ...Show All
.NET Development Socket crashes on AccessViolationException when the peer side aborts (net2.0 beta2)
Hi, I experienced a weird problem with socket on my machine. On my colleague's it works like a charm. When I have socket, waiting for incomming data (after I called BeginReceive) and the peer side aborts - eg. I kill the telnet.exe who I used as a client, the socket throws AccessViolationException on unknown module. The crash itself is in > imon.dll!20b0cd39() did anyone experienced something similar, or it's problem on my machine regards georgem Unfortunately, I can't get this to repro on my side using a current build and the dump file you sent contains only a ...Show All
Visual Studio Express Editions Saving data? (not file read or write...)
I was just wondering... In TI-Calculator's ASM programming, I could allocate data in RAM with binary addresses... Is that possible with .NET Is that why Registry exists because I just want to save some data but I don't want users to access it in anyway and I don't trust windows for it's lazy options... Does it have to be in like a temporary directory (I've been to the temporary directory so I don't think this is is...) If I can, what type of data can I store Thanx in advance Keehun // Is that possible with .NET You can manipulate pointers in C++ or C#, not in VB.NET. In C#, it requires the use of unsafe blocks. // Is that why R ...Show All
SQL Server RDA problem
I am attempting to execute an RDA.pull from my master database and it is generating exceptions the second time I attempt the pull. NOTE: I always drop the table prior to executing the pull. It seems that after the first time I execute a pull against a particular table name on the PDA I get the following: "A duplicate value cannot be inserted into a unique index. [ Table name = __sysRDASubscriptions,Constraint name = c_LocalTableName ]" Given that the table doesn't exist when I do the pull (I have already dropped it, and verified it's non-existence via the Query Analyzer), why does this error appear It's almost as thoug ...Show All
SQL Server "Replication" between two servers which do not have connection at all
Hello, Heros of The Programming World! How it is possible to perform "replication" between two databases using technological means of MS SQL Server 2005 if two servers do not have a connection at all. The only thing is possible - is transfer of data for the replication on a CD. What is the best way to do it if central database has a hundreds of such "subscribers" I'm not quite sure I understood why I need to manipulate with master database... As far as I understood from the book about a replication, I need to use schema with one publisher, one distributor and several subscribers. Some of subscribers wil ...Show All
Visual C++ Error on delete [] v
Hi, I have a problem with a class. The declator is class Configuration { public : struct conf_table { char name[40]; char value[10]; }; struct conf_table *conftable; int size; //rows on conftable int max_size; //maximum rows on conftable public : Configuration( void ); //Constructor ~Configuration( void ); //Destructor }; And the code is Configuration::Configuration( void ) //Constructor { size=0; max_size=256; conftable = new conf_table[max_size]; //initialize conftable } Configuration::~Configuration( void ) //Destructor { d ...Show All
Game Technologies: DirectX, XNA, XACT, etc. (DX 2.0.0.0 April 2006) couldn't create Device ( NotAvailableException )
Hi all, I have been using the february 2006 SDK 2.0.0.0 API in my app and really enjoyed the various changes since 1.*. However when upgrading to April 06 release, my code would still compile but wouldn't create my Device anymore... This is the code I successfully used to create my Device (within a windows Control Form, no FullScreen) with the february API : Hi, I'm also using MDX 2 and my code looks almost exactly the same. The only difference is that I set the PresentationInterval to PresentInterval.Immediate and the BackBufferCount to 1 (both properties of the PresentParameters class), hopefully that will help... ...Show All
SQL Server Stepping over the line
I'm running both SQL 2000 and SQL 2005 on the same server. I got this informational message when running a replication job in SQL 2005. It references the SQLAgent of SQL 2000 instance and says it needs to be upgraded to SQL 2005. Log Windows NT (Application) Source SQLAgent$My2000Instance Category Job Engine Event 1073742027 Computer AMWA-011605 Message SubSystem Message - Job 'MyJobRunninginSQL2005' (0xF6BA7BF3BB3EAD42BF281CA1CA39D2EE), step 2 - The SQL Server version of the Publisher server needs to be upgraded to 'Microsoft SQL Server 9.0'. I say "hooey". It is none of its business if one of my instances is SQL ...Show All
Windows Forms Inheriting form class: making MustInherit?
Is there any plan to classes inheriting from the Form class to be marked as MustInherit It's a bit of a nuisance that we can't do this, it'd be a really useful thing because then we can railroad other team members to be consistant in where they put code. The designer kicks off at the moment when you try. Unfortunately not - supporting this would require a complete re-architecture of the designer. When you design something in the designer, it instantiates the base class (e.g. the designer for 'form1' has created a System.Windows.Forms.Form), so if the base class is MustInherit/Abstract, ...Show All
Windows Forms AutoToolboxPopulate not working
Hi One of the great things I liked when beta testing VS 2005 was the AutoToolboxPopulate feature that would populate a special tab in your solution toolbox whenever you create a new Control or Component. The feature seems to still be there (seen it in the Windows Forms Designer UI options tab) but it is not working properly. Whenever I build my app, the controls built in are not showing up in the toolbox. Is it related to the fact that I create simple classes files instead of custom control files (which at the end are just source code files) Thanks Amadrias I have just tried on my C# express, and it works. I ...Show All
.NET Development Application-name
Hi! Is there a Property, which contains the File-name of the running Application For example "App.exe" Greets reg3x System.Diagnostics.Process.GetCurrentProcess() Hopefully this is what you want. Rich. ...Show All
