Rajesh Patel's Q&A profile
.NET Development XmlTextReader
I have an XML file with this data in it. <root> <Name>HEY</Name> <Serial></Serial> <Trial>true</Trial> </root> 1) What are these called "<root></root>" 2) I have created an XmlTextReader object like this XmlTextReader registrationData = new XmlTextReader("registration.xml"); but I am unsure of how to use it to get the data in between "<Name></Name>", ...Show All
Visual Studio Team System please help with web recorder
Hi! I'm trying to record webtest. 1. Create new web test 2. Window of recorder (IE) does not appears 3. Script is not recorded What solution can you suggest to resolve this problem Thanks for your reply! Hmm, it sounds like your default editor configuration is messed up for .webtest files. Try right-clicking a .webtest file in your project and reset the default editor to the Web Test Editor. Let me know how that goes. ...Show All
Visual FoxPro how i set two path table in server and form and report in client system
hi, i have database in server folder name (\\fahim\data) and form and report in client system folder f:\fahim\main.exe f:\fahim\forms\login and orther forms f:\fahim\reports\reports1 and orther reports f:\fahim\menu\mainmenu now how i set my application path i have two path i server and other clietn forms,reports,menu path how i manage and how i run my exe in client system thanking you Fahim, I didn't understand your question exactly. Chec ...Show All
SQL Server SMO licensing model.
Hi, What's is the SMO licensing model For example, if I build an application which will use SMO to get database objects schema, shall the end user buy any license for that Assume that the end user already has SQL server's license. Thanks! Regards Frances Hi As far as I know, redistribution of the SMO runtimes are free. I'm building a little SMO based app (for C# experience) , and nobody sue ...Show All
Visual C# Searching a byte array for a pattern of bytes
I am reading a binary file into a one dimensional byte array. Now I need to search that array for a pattern of bytes. In other words, this is the equivilent of String.IndexOf() I want to search the binary array and return the index of the subvalue that I searched for. For whatever reason, I'm having trouble wrapping my head around this. Can anyone give me an example of how to achieve this byte[] b = new byte[AnyLength]; for ( ...Show All
Visual Studio Team System Error with getting associate workitem after customizing team build to get version on specific workspace
Hi I customize my team build to build on specific workspace ; I have done it by edit my TFSBuild.proj file and include there my new target . My workspace is : SHMULIK And the owner is : shmoel < Target Name = " CoreGet " Condition = " '$( IsDesktopBuild)'!='true ' " DependsOnTargets = " $( CoreGetDependsOn ...Show All
Visual C# Network
Hi, I am start learning to use the System.Net functions build in 2.0. Now I have a simple task I want to complete, I want to be able to send information between different computers in my LAN. More exactly I want to send strings between the computers: - type - name - message What is the best way to do this The best thing to do is to working with a server-computer, I think, because I'm working with more than 4 computers. Pleas ...Show All
Windows Forms Dataform Wizard - Add button doesn't work!
I built a dataform using the VB.net wizard. I have two tables, with one relation, Parent to Child, linked on one common key. The dataform loads the data fine, and when I click on the Add button, it appears to add a record (the record& ...Show All
Windows Forms Problems with MIME settings at the hosting provider
Hi, My web hosting company is www.brinkster.com and I have asked them to enable MIME type for ".application". After a short period of time, the extension was not recognized anymore (404 Page not found) so I have asked them to reenable the settings. This is what I have received from their suport: ------------------------------- Hello, I am not sure what has happened now but I have just reset the MIME settings for the ".application" extension.&n ...Show All
Windows Forms custom action for installing Crystal Report pre-req?
If I'm trying to make one installation process for both the Crystal Reports prerequisites and my program would I just add the CR files to the custom action install What are all the files needed ...Show All
Visual Studio SourceSafe Pricing
Has there been any announcement about whether we will have to buy new licenses for Visual SourceSafe 2005 and what the cost will be for someone who already has a Visual SourceSafe 6.0 license If not, can we expect such an announcement any time soon The current plan is to maintain the same pricing model as with the current version of SourceSafe http://msdn.microsoft.com/howtobuy/vss/default.aspx -Alfre ...Show All
Windows Forms DataGridView - slow
Hi, this DataGridView is really giving me headaches like you can see in all the topics I start :) This time it's about performance. I'm using a DataBound DataGridView and performance for painting on it, etc. is good as long as it contains no data :) However, as soon as I load 10 columns in it with about 200 rows, performance really drops. Resizing the form that contains the grid becomes real slow even with column auto size off. Painting selectio ...Show All
Visual Studio Express Editions Where is "press any key to continue."?
I create my program by click File - New - Project from existing code. The program I created does not have "Press any key to continue" at the end to accept the key from keyboard. I want to make my program to have "Press any key to continue" at the end without adding any code. What can I do CSH wrote: I create my program by click File - New - Project from existing code. The program I ...Show All
Visual Studio loading language package fail!
hello all. after installing vs2005 SDK. i get a message ,loading language package fail. the package guid is "{e444c1dd-7c8e-4126-81c8-392c63bfebe3}" anybody can help me! thanks. Hello Matt, That package is not installed on my machine and as such this does not repro for me. Do you know what this package is You may be able to find more details by looking under HKLM\Software\Microsoft\VisualStudio\8.0\Packages\{e444c1dd-7c8e ...Show All
Visual Studio 2008 (Pre-release) 3D chat area for "avaloners"
Some time ago I have created a web3D space to be used for chat. Having avatares etc. Everyone can customize his avatar. This space was not public available anymore but now I put it available again and can be used by WPF developers. For a software like Avalon that is trying the rebirth of web3D, nothing better than a 3D chat... Works only for IE. Go first to: http://www.dmu.com/croquet/cr12.html No registration needed. No ads. ...Show All
