Unit Test Runner has been disabled in v2.0.1?
Just installed v2.0.1.
I can't seem to run unit tests and the menu item is diabled in main menu.
In addition to that, I get ReSharper error everytime I load solution on both VS2003 and VS2005.
What's going on?
Please sign in to leave a comment.
Plase can you reproduce these problems on a small new created solution?
--
Eugene Pasynkov
Developer
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
"Terry Go" <no_reply@jetbrains.com> wrote in message
news:5901147.1156803036579.JavaMail.itn@is.intellij.net...
I'm able to reproduce this everytime. It doesn't matter whether it's really small project or not.
Unit testing context menu is available in editor window but I don't see "unit test runner" window anywhere and that window menu is disabled in ReSharper menu tree.
I'm getting below error everytime I load the solution. Maybe this will help you troubleshoot this problem. (I can't send this error through bug reporting tool. It's been working well but recently, it complains about the proxy authentication. I do not know if the company's proxy environment has been changed but I typed the proxy address and user id and password correctly without any luck.)
========================
JetBrains.ReSharper.Util.InternalErrorException: The specified procedure could not be found. (Exception from HRESULT: 0x8007007F)
An exception has occurred ---> System.Runtime.InteropServices.COMException (0x8007007F): The specified procedure could not be found. (Exception from HRESULT: 0x8007007F)
at System.Windows.Forms.UnsafeNativeMethods.CoCreateInstance(Guid& clsid, Object punkOuter, Int32 context, Guid& iid)
at System.Windows.Forms.AxHost.CreateWithoutLicense(Guid clsid)
at System.Windows.Forms.AxHost.CreateWithLicense(String license, Guid clsid)
at System.Windows.Forms.AxHost.CreateInstanceCore(Guid clsid)
at System.Windows.Forms.AxHost.CreateInstance()
at System.Windows.Forms.AxHost.GetOcxCreate()
at System.Windows.Forms.AxHost.TransitionUpTo(Int32 state)
at System.Windows.Forms.AxHost.CreateHandle()
at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
at System.Windows.Forms.AxHost.EndInit()
at JetBrains.ReSharper.CommonControls.Browser.NavigableBrowser..ctor(Boolean showScrollbars, Boolean allowKeysProcessing, Boolean isDialogLike) in c:\Agent\work\ReSharper2.0\src\CommonControls\src\Controls\Browser\NavigableBrowser.cs:line 67
at JetBrains.ReSharper.UnitTestSupport.UI.UnitTestControl..ctor(ISolution solution, IUnitTestStatusBar statusBar) in c:\Agent\work\ReSharper2.0\src\UnitTestSupport\src\UI\UnitTestControl.cs:line 208
at JetBrains.ReSharper.UnitTestSupport.Integration.UnitTestRunner.AfterSolutionOpened() in c:\Agent\work\ReSharper2.0\src\UnitTestSupport\src\Integration\UnitTestRunner.cs:line 36
at JetBrains.ReSharper.ProjectModel.Impl.SolutionBase.AfterSolutionOpened() in c:\Agent\work\ReSharper2.0\src\ProjectModel\src\impl\SolutionBase.cs:line 200
--- End of inner exception stack trace ---
at JetBrains.ReSharper.Util.Logger.LogExceptionEx(Exception, String, Boolean) in c:\Agent\work\ReSharper2.0\src\Util\src\Logger.cs:line 327 column 9
at JetBrains.ReSharper.Util.Logger.LogException(Exception) in c:\Agent\work\ReSharper2.0\src\Util\src\Logger.cs:line 339 column 5
at JetBrains.ReSharper.ProjectModel.Impl.SolutionBase.AfterSolutionOpened() in c:\Agent\work\ReSharper2.0\src\ProjectModel\src\impl\SolutionBase.cs:line 204 column 11
at JetBrains.ReSharper.ProjectModel.Impl.SolutionManagerBase.OpenSolutionInternal(SolutionImpl, ITaskExecutor) in c:\Agent\work\ReSharper2.0\src\ProjectModel\src\impl\SolutionManagerBase.cs:line 76 column 7
at JetBrains.VSAddin.ProjectModel.VSSolutionManager.OpenCurrentSolution() in c:\Agent\work\ReSharper2.0\src\VSAddin\src\ProjectModel\VSSolutionManager.cs:line 648 column 11
at JetBrains.VSAddin.ProjectModel.VSSolutionManager.OpenVSSolution(Boolean) in c:\Agent\work\ReSharper2.0\src\VSAddin\src\ProjectModel\VSSolutionManager.cs:line 331 column 11
at JetBrains.VSAddin.ProjectModel.c__DisplayClass4.]]>b__3() in c:\Agent\work\ReSharper2.0\src\VSAddin\src\ProjectModel\VSSolutionManager.cs:line 310 column 35
at JetBrains.ReSharper.Shell.UIApplicationShell.InvokePendingActions() in c:\Agent\work\ReSharper2.0\src\Shell\src\UIApplicationShell.cs:line 719 column 13
at JetBrains.ReSharper.Shell.UIApplicationShell.InvokeReentrantSafe(Action) in c:\Agent\work\ReSharper2.0\src\Shell\src\UIApplicationShell.cs:line 706 column 5
at JetBrains.VSAddin.ProjectModel.VSSolutionManager.QueueAction(Action) in c:\Agent\work\ReSharper2.0\src\VSAddin\src\ProjectModel\VSSolutionManager.cs:line 257 column 12
at JetBrains.VSAddin.ProjectModel.VSSolutionManager.OnAfterOpenSolution(Object, Int32) in c:\Agent\work\ReSharper2.0\src\VSAddin\src\ProjectModel\VSSolutionManager.cs:line 306 column 7
Hello Terry,
It seems that ReSharper installation did not finish successfully on your
machine and one of the .dll's was not properly registered. Could you, please,
re-run installation?
Best regards,
Andrey Simanovsky
I found the problem.
Somehow, the IE7 rc1 that I installed, failed apparently leaving the system unstable status and causing a couple of problems on some applications including resharper.
I uninstalled it and it works fine now.
Thanks!
Hello Terry,
this is indeed an explanation because the stack trace you posted is exactly
a creation of a control based on IE.
Regards,
Dmitry Shaporenkov
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"