Answer Questions
jzfredricks R
Maybe a Bug in Visual Studio 2005 SP 1 !!! I'm able to reproduce on different machines with Windows XP and Vista with (Vista Update for VS SP1) Problem: 1. Start Solution and run Tests - works fine as desired. 2. Rerun Tests - VS freezes and processorload becomes 50% Additional Information: We have a Solution with ~ 95 Projects and the tests are grouped together in ordered tests. Is someone out there who has similar problems or can help Greets, Helmut Have you tried running "devenv /resetuserdata" from a VS command prompt and seeing if this fixes the issue Thanks, David Gorena Elizondo [MSFT] VSTS I have a similar problem that occured just today (runn ...Show All
aaks Test plans
Are there any guides available for writing up test plans How to test something properly, how deep to test the program, any specific ways of breaking a program I know that the programming side is one of the most important things, but as part of my course, I have to write up a program description and a fully detailed test plan with sample data. But I have no idea where to start. Writing stuff up has never really been my forte, I usually just do something and then leave it to be used but obviously, to be a professional, I need to learn how to jump through these hoops. Any advice appreciated You should check out http://www.nunit.org/ Also do some research on Test Driven Development. This is where you write your test first before ...Show All
Spenceee forms in forms
what would i write to call a module or a proceduee from another module or procedure if i had a sub yourname in a classs mainprog and yourrname gives me two options via buttons, oe button is addname, what do i write in yourname to send the program to addname. i have tried addname() call addname() and i get constant errors surly there is a simply code to call a sub from a sub they are all set to public so that was not the answer. to show the form you use the addname.show which will show the form, but i want to send the program to various places to do something. modules are different than forms to a certain extent. module are just plai ...Show All
WV John Missing "Add Work Item" from "Team" drop down list.
I am evaluting Team Foundation Server RTM. I have Team Explorer installed on my Team Foundation Server. From Team Explorer I can click TEAM>Add Work Item>Add Task and it works like a charm. I also have Team Explorer installed on my client work station along with Visual Studio .NET for C# Developers. When I click on TEAM I have no ADD WORK ITEM option. I do have ADD WORK ITEMS using EXCEL or PROJECT and both work fine so I do not beleive it to be a credential problem. Any ideas Thanks in advance, Dave Dave, Few reasons I could think of. If the focused item in Team Explorer is the root or something not in a project, then that menu will not appear because it needs a "current pro ...Show All
lwsimpson MSSCCI 1.2 and vs 2003
I've installed MSSCCI 1.2, when i select File --> Source Control --> open from source control, i get the following error; Method not found: 'System.String Microsoft.TeamFoundation.Msscci.Support.Utils.EncodeData(String.String[])'. Any suggestions on how to get this working Cheers, Aaron Ok, because you haven't used v1.1 we are not really sure if Msscci ever worked on your machine. The error is pretty confusing, so let's first check if you have the righ assemblies installed. I hope you have RTM version of VSTS or Team Explorer on your machine There is no need to play with GAC, because Msscci PRovider doesn't store there anything. In the installation directory ...Show All
subir.talukder incremental linking is impossible, help please
hi, I have been struggling with this problem for over 2 weeks, and i was told in one of the forums to try here. so here is my problem: I installed visual c++ 2005 express edition, and it works fine except the fact that it seems it has not incremental linking, it seems that for some reasons, it can't access the .obj files and update them (when I check their modification date, it shows the one from the last REbuild). I even disabled Norton antivirus and Zonealarm, thinking that they might have something to do. I have no clue what to do, and the size of my project makes impossible for me to live with this problem anymore. I can't wait for the whole source to REbulild after each modification !!! please, do you have any suggestions. Try ...Show All
Rajat_Katyal I didn't download any sample code when I registered and got MS VB Express Edition-Build A Program Now!
Hey, Ok, like I said, when I registered my Visual Basic Express Edition I downloaded P. Pellands "MS VB Express Ed. - Build A Program Now" - but I didn't get any of the sample codes. Is there anyway to get it Was it there to be downloaded and I just blew it Thanks! Thanks a million, I really appreciate the url Dan coudl you send me the address with this on it or send me the book itself. I cannot find it on the site. I have registered my program five times now. The Registered Benefits Portal takes me to an error page. Can you give me any help Thanks Code samples can be downloaded from here http://www.microsoft.com/mspress/companion/0-7356-2213-2/ ...Show All
PaulDotNet Webplugin loads first record only
just implemented this code from Sean Lumley's Blog . but the problem is my table has 3 records but it runs only once for first row.i dont know why can some one tell me how it will run for all rows existing in table. i m using code as it is.do i need to call Getnextrow in post web section.although i tried that 2 but no result. From testrunconfig settings i set the runcount to 5 intially it was one row per data source. 2nd my db has only 3 records so it runs my test for 5 times.which is correct. and it picks the rows in correct way. but i was expecting that when i set the datasource one row pur count and when my query "select * from table" runs it got 3 records so it should runs for 3 times. My 2nd questi ...Show All
Canada Goose Customize web setup for Auto Installation and Testing
Hi, In my TFSBuild process i have WebService, Setup Project, Web Deployment Project and Unit Test Project. Through automated build am able to create .msi for my webservice and install it on my Build server as well. My next step is run my test against this Installed webservice as a part of automated build process. But when the webservice is installed. I see 1. it by defaults to ASP.net 1.1 instead of ASP.net 2.0. 2. web service should be Windows Inegrated Authentication selected and should not allow Anonymous Access but it does exact opposite of this. Due to this my test cases fails. How do i customize my setup project so that i achevie above settings. Thanks, Jignesh Vyas Hi Jignesh, Are ...Show All
moncali validating a random number
How can i validate a Random numnber, generated at the time of login to a web application, in a Web test in VSTS Can i use regular Expression....how Hi You can create a extraction rule to get the random number thats present in the Response Object and validate it. You can use the regex extraction rule that comes built in with web test ~Rituparna ...Show All
New-Bee share a shelveset
Hi guys, Could someone please tell me how to share a shelveset with others thank you Hello, to unshelve from the command line please look at http://msdn2.microsoft.com/en-us/library/s6bx4df3.aspx To unshelve other user's changes from Visual Studio you need to go to Pending Changes Window, hit unshelve and write the shelveset's owner name. You don't need extra permissions to see other user shelvesets, Read and Checkout permissions on the changed files are enough. Hi: To be a bit more specific the way to share a shelveset is to let the people know the name of the shelveset and your username. When a person is trying to locate a shelveset by using unshelve they will need to know both of these to be able to locate ...Show All
Fergnab Specifying source folder in workspace command line
How does one specify the source folder in the workspace command line tf workspace /new newworkspace /server:VCTFSRV01 /noprompt will just create an empty workspace with no source folder mapped. Thanks, Maggie You have to use the 'workfold' command. http://msdn2.microsoft.com/en-us/library/0fa04bx6(VS.80).aspx ...Show All
n0n4m3 Equivalent for appdomain.unhandledexception for a control
I have a .Net control (activex) which i am using from a VC++ client. things work fine except when there is an exception in the .net contol which is not caught. When it happens the whole vc++ app crashes. is there any way i can at least catch the unhandled exceptions for my control log it before crashing the application. I am looking at something like the appdomain.unhandledexceptionhandler (this works fine for my normal .exe apps but since the control does not have the appdomain i cannot use it for the control) The app that uses the control would have to implement the exception handler. Not desireable, I'm sure. You can possible catch these unhandled exceptions by implementing the WndProc meth ...Show All
Cagespear Which version should I use???
I everyone, I need some advice please. I am planning to write a program for my job, I have got it mapped out and the planning stage is almost done, but here is my problem - I have both Visual Studio.Net 2003 and Visual Basic 2005 Express Edition on my computer, and am not sure which progam would be best to use. I was wondering what the experts out there think and the pros and cons of both of these programs. I really would appreciate some opinions on this and welcome any suggestions, comments etc. Thanks, Diane depends what you want to do. Express editions or rather .NET 2.0 would be the way to go since there are alot of improvements and additions to the framework than .NET 1.1 VS2003 will onl ...Show All
Kartit Team system developer vs test
Hi, I'm choosing which version of ts is right for my c# team. I'm choosing between developer and tester. Tester has more test type on it. I didn' t find what feature the developer edition hasn't comparing to tester. Reading the docs I see: Dynamic Code Analyzer Static Code Analyzer Code Profiler 1. Dynamic code analyzer: It's difficult what those feature really is and where to find them in the IDE, maybe something relevant to c++ devs. 2. Static Code Analyzer: Solution explorer->my project->Properties->Code Analysis->Enable code analysis. This feature is also present in tester version 3. Code Profiler It's seems that this maps to the profiling tool. (menu Tools->Performance tools) ...Show All
