Resharper | Help throws an exception. I am on Orcas. Does it work for anyone else?
What is the exception message?
We haven't checked the Help on Visual Studio 9, but it definitely works in 2005. Probably, it shouldn't work in 9 as all of the collection namespaces we're mounting into are of the 8 version.
Please check the Contents and Help Filters, if there's a working entry for ReSharper, then everything is OK, otherwise, there will be no integrated help ;) The standalone help should be available with “dexplore.exe /helpcol ms-help://JetBrains.ReSharper.1033”.
What is dexplore.exe? Isn't on my system. Here is the trap. BTW, I installed R# into Orcas with the VSVERSION=9.0 switch.
JetBrains.Util.InternalErrorException: Could not find the ReSharper help collection under Visual Studio version 9.0.0.0. An exception has occurred during action 'ShowHelp' execution ---> System.InvalidOperationException: Could not find the ReSharper help collection under Visual Studio version 9.0.0.0. at JetBrains.ReSharper.VS.Actions.ShowHelpAction.Execute(IDataContext context, DelegateExecute nextExecute) in c:\Agent\work\Server\ReSharper-3.0\src\VS\src\Actions\ShowHelpAction.cs:line 36 at JetBrains.ActionManagement.ExecutableAction.Execute(IDataContext context) in c:\Agent\work\Server\ReSharper-3.0\Platform\src\JetBrains.UI\src\ActionSystem\Action\ExecutableAction.cs:line 30 --- End of inner exception stack trace ---
at JetBrains.Util.Logger.LogExceptionEx(Exception, String, Boolean) in c:\Agent\work\Server\ReSharper-3.0\Platform\src\JetBrains.Util\src\Logger\Logger.cs:line 263 column 4 at JetBrains.Util.Logger.LogException(String, Exception) in c:\Agent\work\Server\ReSharper-3.0\Platform\src\JetBrains.Util\src\Logger\Logger.cs:line 282 column 3 at JetBrains.ActionManagement.ExecutableAction.Execute(IDataContext) in c:\Agent\work\Server\ReSharper-3.0\Platform\src\JetBrains.UI\src\ActionSystem\Action\ExecutableAction.cs:line 35 column 11 at JetBrains.ActionManagement.ActionManagerBase.ExecuteAction(IExecutableAction, IDataContext) in c:\Agent\work\Server\ReSharper-3.0\Platform\src\JetBrains.UI\src\ActionSystem\ActionManager\ActionManagerBase.cs:line 572 column 11 at JetBrains.ActionManagement.ActionManagerBase.ExecuteAction(IExecutableAction) in c:\Agent\work\Server\ReSharper-3.0\Platform\src\JetBrains.UI\src\ActionSystem\ActionManager\ActionManagerBase.cs:line 517 column 5 at JetBrains.ActionManagement.ActionManagerBase.ExecuteAction(String) in c:\Agent\work\Server\ReSharper-3.0\Platform\src\JetBrains.UI\src\ActionSystem\ActionManager\ActionManagerBase.cs:line 512 column 5 at JetBrains.ReSharper.VS.Customization.ReSharperPkg.Exec(Guid&, UInt32, UInt32, IntPtr, IntPtr) in c:\Agent\work\Server\ReSharper-3.0\src\VS\src\Customization\ReSharperPkg.cs:line 44 column 6 at Microsoft.VisualStudio.VSIP.Helper.Package.Microsoft.VisualStudio.OLE.Interop.IOleCommandTarget.Exec(Guid&, UInt32, UInt32, IntPtr, IntPtr)
Dexplore.exe is “Microsoft Document Explorer”. Its absence indicates that you don't have the MS-Help II installed on your machine, and, conscequently, no MSDN either. As R# help utilizes the MS-Help II format, it is not possible to view the R# help on such a machine.
BTW, I installed R# into Orcas with the VSVERSION=9.0 switch.
Right, for the current R# version, this is the only way of installing R# under Orcas.
JetBrains.Util.InternalErrorException: Could not find the ReSharper help collection under Visual Studio version 9.0.0.0.
Uh, well. As far as I can see, there is no special branch of code to open the help under the 9.0 Visual Studio, mainly because we do not integrate into the MSDN collection yet, so there's no URI to open. It turns out that the command line I've given you is the only way for viewing the help under VS 9. And it actually works on the Orcas Beta 1 virtual machine distributed by Microsoft.
OK, I found dexplore.exe. But the command line you specified does not work. I tried adding "/LaunchNamedUrlTopic DefaultPage" but that just gives an intro page that does not actually link to any content besides a list of new features. What is the real top-level page of the help collection? Thanks
Hello,
What is the exception message?
We haven't checked the Help on Visual Studio 9, but it definitely works in
2005. Probably, it shouldn't work in 9 as all of the collection namespaces
we're mounting into are of the 8 version.
Please check the Contents and Help Filters, if there's a working entry for
ReSharper, then everything is OK, otherwise, there will be no integrated
help ;) The standalone help should be available with “dexplore.exe /helpcol
ms-help://JetBrains.ReSharper.1033”.
—
Serge Baltic
JetBrains, Inc — http://www.jetbrains.com
“Develop with pleasure!”
What is dexplore.exe? Isn't on my system.
Here is the trap. BTW, I installed R# into Orcas with the VSVERSION=9.0 switch.
JetBrains.Util.InternalErrorException: Could not find the ReSharper help collection under Visual Studio version 9.0.0.0.
An exception has occurred during action 'ShowHelp' execution ---> System.InvalidOperationException: Could not find the ReSharper help collection under Visual Studio version 9.0.0.0.
at JetBrains.ReSharper.VS.Actions.ShowHelpAction.Execute(IDataContext context, DelegateExecute nextExecute) in c:\Agent\work\Server\ReSharper-3.0\src\VS\src\Actions\ShowHelpAction.cs:line 36
at JetBrains.ActionManagement.ExecutableAction.Execute(IDataContext context) in c:\Agent\work\Server\ReSharper-3.0\Platform\src\JetBrains.UI\src\ActionSystem\Action\ExecutableAction.cs:line 30
--- End of inner exception stack trace ---
at JetBrains.Util.Logger.LogExceptionEx(Exception, String, Boolean) in c:\Agent\work\Server\ReSharper-3.0\Platform\src\JetBrains.Util\src\Logger\Logger.cs:line 263 column 4
at JetBrains.Util.Logger.LogException(String, Exception) in c:\Agent\work\Server\ReSharper-3.0\Platform\src\JetBrains.Util\src\Logger\Logger.cs:line 282 column 3
at JetBrains.ActionManagement.ExecutableAction.Execute(IDataContext) in c:\Agent\work\Server\ReSharper-3.0\Platform\src\JetBrains.UI\src\ActionSystem\Action\ExecutableAction.cs:line 35 column 11
at JetBrains.ActionManagement.ActionManagerBase.ExecuteAction(IExecutableAction, IDataContext) in c:\Agent\work\Server\ReSharper-3.0\Platform\src\JetBrains.UI\src\ActionSystem\ActionManager\ActionManagerBase.cs:line 572 column 11
at JetBrains.ActionManagement.ActionManagerBase.ExecuteAction(IExecutableAction) in c:\Agent\work\Server\ReSharper-3.0\Platform\src\JetBrains.UI\src\ActionSystem\ActionManager\ActionManagerBase.cs:line 517 column 5
at JetBrains.ActionManagement.ActionManagerBase.ExecuteAction(String) in c:\Agent\work\Server\ReSharper-3.0\Platform\src\JetBrains.UI\src\ActionSystem\ActionManager\ActionManagerBase.cs:line 512 column 5
at JetBrains.ReSharper.VS.Customization.ReSharperPkg.Exec(Guid&, UInt32, UInt32, IntPtr, IntPtr) in c:\Agent\work\Server\ReSharper-3.0\src\VS\src\Customization\ReSharperPkg.cs:line 44 column 6
at Microsoft.VisualStudio.VSIP.Helper.Package.Microsoft.VisualStudio.OLE.Interop.IOleCommandTarget.Exec(Guid&, UInt32, UInt32, IntPtr, IntPtr)
Hello,
Dexplore.exe is “Microsoft Document Explorer”. Its absence indicates that
you don't have the MS-Help II installed on your machine, and, conscequently,
no MSDN either. As R# help utilizes the MS-Help II format, it is not possible
to view the R# help on such a machine.
Right, for the current R# version, this is the only way of installing R#
under Orcas.
Uh, well. As far as I can see, there is no special branch of code to open
the help under the 9.0 Visual Studio, mainly because we do not integrate
into the MSDN collection yet, so there's no URI to open. It turns out that
the command line I've given you is the only way for viewing the help under
VS 9. And it actually works on the Orcas Beta 1 virtual machine distributed
by Microsoft.
—
Serge Baltic
JetBrains, Inc — http://www.jetbrains.com
“Develop with pleasure!”
OK, I found dexplore.exe. But the command line you specified does not work. I tried adding "/LaunchNamedUrlTopic DefaultPage" but that just gives an intro page that does
not actually link to any content besides a list of new features. What is the real top-level page of the help collection? Thanks