vbhushan's Q&A profile
Visual Studio Team System Upgrade from B3R to RC on a new server
There is any guide / thread with steps to move a TFS B3 to a new server with TFS RC Or I need to upgrade B3 then move to the new server If this is the option, how to move I use single server configuration, both old and new on the same domain. Thanks I've updated this forum post with upgrade details: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=242659&SiteID=1&mode=1 ...Show All
Software Development for Windows Vista xoml specs or xsd?
Is there any specs or schema for xoml available for download Thanks Unfortunately the xoml spec in Beta1 is not finalized and there is no schema available for download. Is there any way I can help you with your solution in the meanwhile ...Show All
Visual Studio Team System Team Build without SolutionToBuild?
I'm wanting to have Team Build execute a MSBuild project that just executes an external program several times with different parameters. There's nothing to checkout of source control although the external program adds/updates files in source control (scripts from our development Sql Server). However, if any of the executions of the external program fail, I'd like for that fact to be fed back into Team System as a work item. What am I missing Th ...Show All
Windows Forms courier font missing
why is courier font is missing in the font family for all control font property, only courier new. i need to use courier font. i see this font in other windows app like notepad. how can i set a control font to courier thanks! Courier is not a TrueType/OpenType font and I'm not sure that System.Drawing (GDI+) can work with it. ...Show All
Visual C++ including dshow.h compiles not with /clr but with /clr:oldSyntax
Hello, can somebody tell why I get 103 errors with /clr and none with /clr:oldSyntax when I include the dshow header file. I would like to use the new syntax. Win32 console app generated by VC Express with line added to include dshow.h #include "stdafx.h" #include <dshow.h> int _tmain(int argc, _TCHAR* argv[]) { return 0; } Regards, stax You have nailed down the problem: the ne ...Show All
Visual Studio Team System VS Team Crashes with no error message.
I have installed the Team System on my system and it has worked great for the past month or so. However, over the last week it has been crashing with no message or warning. It has happened on a second machine in our office on several occasions and another machine two times. I have re-installed .Net Framework V2. I am about to re-install Team System. I just dont want to have to do this over and over.... Has anyone got any ideas The followin ...Show All
Visual Basic Blair Allen Stark
Here is the problem I am working on. It asks me to use the method CalculateCharges, but I don't fully understand how to do this or how it works. I would be grateful for any input. Lab Problem III A parking garage charges a $2.00 minimum fee to park for up to three hours. The garage charges an additional $0.50 per hour for each hour or part thereof in excess of three hours. The maximum charge for any given 24-hour period ...Show All
Visual Basic Deleting all records in access
Hello All, I am working on a project for a former neighbor. I originally wanted to build a program for him to distribute. He is doing a Geneology research. I wanted to create a database with the family name but realized I could not. So, I want to be able to let him put in the data, export it to text or HTML, then delete ALL the records and start the next family. I have seen many examples but cannot get them to work on VB 2005 Express. Here i ...Show All
SQL Server which kind of file with extension .pem ?please help me
In document for encryption in SQLServer with application XP_Crypt, i see file with extension .pem when using private key or public key. How to create file .pem. Please explain me private key or public key. PEM = Privacy Enhanced Mail A search on the Internet should provide you with additional information on this format. For example, see: http://search.msn.com/results.aspx q=Privacy+Enhanced+Mail+&FORM=QBRE Also, for ...Show All
Visual Basic Retrieve the ID of a new row
I have two table: Category and Product. The second one has a column CategoryID referring to the Category ID. Now, I need to add a the same time a row on Category and a row on Product with Product.CategoryID =Category.ID If a create a new row on Category I don't know the ID value of this, because it's autonumber and I don't set it, it's automatically created. If I have to create just after that the row on Product, how can I set the CategoryI ...Show All
Windows Forms UserControl, BindingSource and DataGrid -UPDATED
Hello, here's my situation : I've got a usercontrol, that contains fields generated from dataset by Visual Studio 2005. I've another dataset that is bind to a DataGrid, always generated using VS2005 drag and drop. I need to filter the rows of this 2° dataset on IdRubrica, that's the primary key of the user control's bind. What's the best way to do that have I to set a foreign key on Table1.IdRubrica -> Table2.IdRubrica for loa ...Show All
Software Development for Windows Vista .icl files not supported by build 5308?
Hi there, build 5308 does not recognize .icl (Icon Libraries) as files storing icons ... whenever I open an .icl file I get a message saying that the files does not contain any icons. I am pretty sure that it was working fine with the December CTP ... I tried it with several .icl files which are all working fine on XP. No luck on Vista, though ... Can someone confirm having the same problem with build 5308 Or can someone of M ...Show All
Windows Forms How come there is no download or synchronize option?
Is there any synchronize option The desktop copies always replace the web server copies. Two users cannot share their copies through the server. That was a good question, thanks for the input. There are other things I would like ...Show All
SQL Server xml to relational tables
I need to insert xml documents into multiple relational tables in sql server. What is the easiest way to map the xml to the relevant tables. It was my intention to bring the document into a stored procedure as a string and use openxml to insert into the tables. I have since heard xmlspy can automatically do this. Is this true If so is there any other way of doing this Regards Danny Danny, If ...Show All
.NET Development write xml and encoding
I create a dataset with a table. The table has two columns(for keys and values), and I add a row to the table and are trying to use different overloaded versions of dataset.writeXml functions to save the file with the correct encoding (I want utf-8), but when I save with encoding utf-8 the header in the file is missing + more: Example 1: Dim myFileStream As New System.IO.FileStream(ConfigFile, System.IO.FileMode.Create) Dim myXmlWriter As ...Show All
