Can't start a Test Project
-
Friday, July 27, 2012 9:36 AM
Hello
I have a problem with the Visual Studio 2010.
When i create a new Test Project and then i write a TestMethod and want to run it, nothing happens.
When i set a BreakPoint in the Method, the BreakPoint will not notice. The Studio says to the BreakPoint: "the breakpoint will not currently be hit. no symbols have been loaded for this document".
I reinstalled the VS2010 but nothing chanded.
Can anybody Help me please?
All Replies
-
Monday, July 30, 2012 6:27 AMModerator
Hi Raul12345,
Thanks for posting in the MSDN forum.
Using different Visual Studio products and test types which are not appropriate may cause your problem. For example, Visual Studio Test Professional 2010 doesn’t have Debugger and Visual Studio Professional doesn’t support the coded UI test .
So which test do you create? And which edition of Visual Studio do you use to run your test?
Also you can run your test on another Visual Studio to check if the problem still will occur. If not , maybe there are something wrong with your Visual Studio, in this situation you can uninstall your Visual Studio completely and install it again.
The link below is about Visual Studio 2010 comparison:
http://www.microsoft.com/visualstudio/en-us/products/2010-editions/product-comparison
Thanks,
Amanda
-
Monday, July 30, 2012 8:46 AM
Hello Amanda
Thanks for your Answer.
On Visual Studio 2008 the Tests worked, so the Problem was with the VS 2010.
I solved the problem now. The problem was, that i didnt install the Service Pack 1 for my Visual Studio 2010 Professional.
Thanks,
Raul
:D
- Marked As Answer by Jack Zhai - MSFTMicrosoft Contingent Staff, Moderator Friday, August 03, 2012 9:41 AM

