Can't start a Test Project
-
2012년 7월 27일 금요일 오전 9:36
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?
모든 응답
-
2012년 7월 30일 월요일 오전 6:27중재자
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
-
2012년 7월 30일 월요일 오전 8:46
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
- 답변으로 표시됨 Jack Zhai - MSFTMicrosoft Contingent Staff, Moderator 2012년 8월 3일 금요일 오전 9:41

