amersa's Q&A profile
Visual Studio Team System Web test fails due to the RequiredAttribute value validation rule
Hi , In response of my web test request I get the following:- <td class="Simple"> <input name="container:Submission:contact:LastName" type="text" id="container_Sub_contact_LName" tabindex="9" class="cls1" NAME="LastName" label="LastNameLbl" /> </td> For this I have added a RequiredAttribute value validation rule as:- Tag name- input ...Show All
Windows Forms How to make the mouse click...
How can i make the mouse click automatic, example: if(num5 == num 6) { //Mouse click } Thx in advance Note: This is C# and windows form. Hi everyone...in the future, I'd ask that you all please use the <<b>code</b> ...Show All
Visual Studio Express Editions Several questions
Hi, I'm new to VB, but have played with some programming just a little. I'm working on a Windows application that retrieves XML weather for any location you specify. I'd like to know how to deal with XML to use the data I want. If either is possible, I have no preference whether I analyze each line as it's downloaded or I dump it all to a file and deal with it there. I'm totally new to this, so I don't know how it works to specify what X ...Show All
Visual Studio Team System Difficulties in testing webservices
Dear All, I am using vs2005 beta 2. I write a webservice that inherits some class and overrides one of its protected method. Now I want to test the methods written in that web service. By Right Clicking on code and clicking on 'Create Tests' I created a test project that contains test class of that webservice. After customizing the testing code i executed the unit test. The following error appears: The web site for page ...Show All
Visual Studio Express Editions A question about product registration
I have installed and registered VC# Express already, but if I reinstall my OS and also reinstall the product after November 7th, 2006, how can I register the product You can register again and receive a new registration key. Alternatively, as Andre suggests, you can install from the ISO image to avoid the registration requirement. See http://msdn.microsoft.com/vstudio/express/support/install/ for more information. Thanks, ...Show All
SQL Server installing sql
i have a problem installing sql server 2005 CTP editon,iam using visual express beta 2 editions of vb and vc# 2005 what is the compaitable sql version i can use with them You can download the June CTP of SQL Server Express at: http://www.microsoft.com/downloads/details.aspx FamilyId=1A722B0F-6CCA-4E8B-B6EA-12D9C450ED92&displaylang=en Since the version of .Net Framework changed you will also ne ...Show All
Windows Forms datagridview add new row
How do you get the values that were entered into a new row of a datagridview and update the datasource Is there an event that is fired when the user is finished or should I use an "add new button" to capture the new row. I am using bindingsource in my datagridview. the bindingsource datasource is a dataset. thanks! yanci. I added the statements and I get the following error: Update requires a valid InsertComm ...Show All
Windows Forms Suggestions on what to do?
Hello everyone, My disk space has been getting low recently and so I decided to write a program to list files/folders above 300 megs in a listbox. Unfortunately, I have no idea what kind of controls I'd want to use in C# and I don't want to use VB as I'm trying to learn C#, so this should be a good project. Any ideas C# offers the same controls as VB.NET. I'd imagine if you want to show a disk heirarchy, a tree view is the best ch ...Show All
.NET Development custom policy assertion and userNameTokens
in the IsSatisfiedBy method of my custom policy assertion how can i access the username token(s) or the principal of the tokens I have a custom generic principal with a list of ClientId and a HasClient method that i am using to set the principal object of my usernamr token when i am doing custom authentication (it already works) and i want my custom policy assertion to be able to test for specific clientId's by using the HasClientId metho ...Show All
.NET Development How to get rid of Windows Excpetion "no disk in drive"
Hi, I have code to read the files from a dvd surrounded in a try/catch block, but for some strange reason, when I have no dvd in the dvd drive, the exception isn't caught here as I expect. Instead, my UI gets a Windows exception: "There is no disk in the drive. Please insert a disk into drive D:.", with the Cancel | Try Again | Continue buttons. If I hit Continue here, then I see the dialog that gets presented via catching the excep ...Show All
SQL Server Multiple details sections, possible?
In a table the details section is called "table1_Details_Group". Is it possible to add a second details group so that I can have the two groups have different group properties I'm trying to avoid creating a second table and using an expression to only show one at a time. Again Thanks. possible poss bile poss-bile possibler possibly Edit... Revert to "possbile" See this tutorial on a ...Show All
Software Development for Windows Vista windows vista release
what is the release date for vista in the uk as i want to buy a laptop but didnt think it would be worth it if vista is coming out soon elerrina wrote: what is the release date for vista in the uk as i want to buy a laptop but didnt think it would be worth it if vista is coming out soon Next beta release : february The commercial version will be normally on sale in second half of the year. Sincerly, ...Show All
Visual Studio Team System Upgrading from RC to RTM
Hi Can someone point me in the right direction to upgrade from RC to RTM Also, where can I download the RTM Lastly, anything to be weary of Thanks Kev Download and read the upgrade guide available here:- http://go.microsoft.com/fwlink/ LinkID=60341 It worked fine for me, but we hadn't done any customized reports (which might need to be re-implemented) Good luck, Martin. ...Show All
Software Development for Windows Vista HELP! shell extensions on Vista
i'm having a hard time getting my shell extension to load in Vista. The same extension registers and loads fine on XP, but not Vista. Something must have changed. I had a go at building and installing the sample extensions from dino E's shell book ... they failed to register ! Vista is disallowing regsvr32 to write the usual shell extension keys out... I'm logged in as Administrator. I have even tried it from a CMD box 'run elevated' - no joy ...Show All
SQL Server Differences between June and September CTP releases
Hey y'all I read in post in this forum that there have been changes in syntax and what not between the June and September CTP releases. Is there a list, document or webpage that spells out the differences between the two releases Thanks Thanks So to clarify June CTP release is Beta 2 or 3 and September CTP release is .... what ...Show All
