[235] Does not install
Hi,
When trying to install the MSI of build 235 for VS2005 on a XP sp2 machine I
get the following error:
"Error 1722. There is a problem with this Windows Installer package. A
program run as part of the setup did not finish as expected."
Regards,
Patrick
Please sign in to leave a comment.
Hello Patrick,
have you uninstalled the previous build before installing 235? Please run
>ReSharper*.exe /V"/lvx log.txt"
and attach the resulting log.txt file.
Regards,
Dmitry Shaporenkov
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
Hi Dmitry,
The following was the problem:
I have a new machine. I installed R# when still on a Windows Workgroup.
When a day later our new server was installed and I joined the Windows
domain, it seemed that R# was not installed yet, it did not show up in the
software section of Control Panel.
So I installed R# again and got the issue.
I logged in again on the Workgroup, uninstalled R# and reinstalled it when
back on the domain.
So it all can be explained. However, with other software I installed (and
which did not show up either in the Software section) I could reinstall
without problems.
Regards,
Patrick
P.S. Build 235 is the best build ever! I have not encountered any problems
yet! Works without errors, is fast enough, so I am very happy!
"Dmitry Shaporenkov (JetBrains)" <dsha@jetbrains.com> schreef in bericht
news:c8a894d91502cc8c82de420081d3e@news.intellij.net...
>
>>ReSharper*.exe /V"/lvx log.txt"
>
>
>
>
>> Hi,
>>
>> When trying to install the MSI of build 235 for VS2005 on a XP sp2
>> machine I
>> get the following error:
>> "Error 1722. There is a problem with this Windows Installer package. A
>> program run as part of the setup did not finish as expected."
>> Regards,
>>
>> Patrick
>>
>
Hi Dmitry!
I have the same problem here. A log file is attached. I could not install any of the previous builds since 206. Could this error be the result of a failing uninstall. If yes, how can i remove any pending files or registry entries by hand?
thomas
Attachment(s):
resharper_log.zip
Hello Thomas,
could you please try to follow the instructions at
http://support.jetbrains.com/kb/entry.jspa?externalID=114&categoryID=28
and notify us if it helps?
Regards,
Dmitry Shaporenkov
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
Dmitry!
Should the Windows Installer Cleanup Utility list Resharper in the "Installed Products" list? For me, it does not!
So sadly this does not help.
thomas
Dmitry!
Here is what the installutil says when i execute it:
C:\Documents and Settings\act>c:\windows\Microsoft.NET\Framework\v2.0.50727\installutil /ShowCallStack "C:\Program Files
\Microsoft Visual Studio 8\Common7\IDE\PrivateAssemblies\JetBrains.ReSharper.VS.dll"
Microsoft (R) .NET Framework Installation utility Version 2.0.50727.42
Copyright (c) Microsoft Corporation. All rights reserved.
Running a transacted installation.
Beginning the Install phase of the installation.
See the contents of the log file for the C:\Program Files\Microsoft Visual Studio 8\Common7\IDE\PrivateAssemblies\JetBra
ins.ReSharper.VS.dll assembly's progress.
The file is located at C:\Program Files\Microsoft Visual Studio 8\Common7\IDE\PrivateAssemblies\JetBrains.ReSharper.VS.I
nstallLog.
Installing assembly 'C:\Program Files\Microsoft Visual Studio 8\Common7\IDE\PrivateAssemblies\JetBrains.ReSharper.VS.dll
'.
Affected parameters are:
logtoconsole =
assemblypath = C:\Program Files\Microsoft Visual Studio 8\Common7\IDE\PrivateAssemblies\JetBrains.ReSharper.VS.dll
showcallstack =
logfile = C:\Program Files\Microsoft Visual Studio 8\Common7\IDE\PrivateAssemblies\JetBrains.ReSharper.VS.InstallLog
An exception occurred during the Install phase.
System.NullReferenceException: Object reference not set to an instance of an object.
at JetBrains.ReSharper.TextControl.Markup.VSIntegration.VSRegisterHighlighterUtil.RegisterHighlighter(RegisterHighlig
hterAttribute attribute, String rootSuffix) in c:\TEMP\tmp6.tmp\src\VSAddin\src\TextControl\Markup\VSRegisterHighlighter
Util.cs:line 237
at JetBrains.ReSharper.TextControl.Markup.VSIntegration.VSRegisterHighlighterUtil.ProcessHighlighters(RegisterHighlig
hterAttributeProcessor processor, String rootSuffix, String assembliesConfiguration) in c:\TEMP\tmp6.tmp\src\VSAddin\src
\TextControl\Markup\VSRegisterHighlighterUtil.cs:line 199
at JetBrains.ReSharper.TextControl.Markup.VSIntegration.VSRegisterHighlighterUtil.RegisterHighlighters(String rootSuf
fix) in c:\TEMP\tmp6.tmp\src\VSAddin\src\TextControl\Markup\VSRegisterHighlighterUtil.cs:line 149
at JetBrains.VSAddin.AddInInstaller.Install(IDictionary stateSaver) in c:\TEMP\tmp6.tmp\src\VSAddin\src\AddInInstalle
r.cs:line 69
at System.Configuration.Install.Installer.Install(IDictionary stateSaver)
at System.Configuration.Install.AssemblyInstaller.Install(IDictionary savedState)
at System.Configuration.Install.Installer.Install(IDictionary stateSaver)
at System.Configuration.Install.TransactedInstaller.Install(IDictionary savedState)
The Rollback phase of the installation is beginning.
See the contents of the log file for the C:\Program Files\Microsoft Visual Studio 8\Common7\IDE\PrivateAssemblies\JetBra
ins.ReSharper.VS.dll assembly's progress.
The file is located at C:\Program Files\Microsoft Visual Studio 8\Common7\IDE\PrivateAssemblies\JetBrains.ReSharper.VS.I
nstallLog.
Rolling back assembly 'C:\Program Files\Microsoft Visual Studio 8\Common7\IDE\PrivateAssemblies\JetBrains.ReSharper.VS.d
ll'.
Affected parameters are:
logtoconsole =
assemblypath = C:\Program Files\Microsoft Visual Studio 8\Common7\IDE\PrivateAssemblies\JetBrains.ReSharper.VS.dll
showcallstack =
logfile = C:\Program Files\Microsoft Visual Studio 8\Common7\IDE\PrivateAssemblies\JetBrains.ReSharper.VS.InstallLog
The Rollback phase completed successfully.
The transacted install has completed.
The installation failed, and the rollback has been performed.
thomas
Hello Thomas,
surely it should. Unfortunately, it looks like registry entries related to
ReSharper got
corrupt. I think the best way to deal with this problem is to run registry
cleaner or,
even more reliably, search the registry manually for keys/values containing
'ReSharper'
(there shouldn't be many of them) and remove it. The most suspicious places
are
subtrees of the 'Installer' or 'InstalledProducts' keys under the Windows
registry key.
Regards,
Dmitry Shaporenkov
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
Hello Thomas,
could you please download the latest build and try to install it?
Regards,
Dmitry Shaporenkov
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
Dmitry, downloaded latest build 237 but got still the same error. This ist what installutil says, when i execute it from console:
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727>installutil /ShowCallStack /LogToConsole=true "c:\Program Files\Microsoft
Visual Studio 8\Common7\IDE\PrivateAssemblies\JetBrains.ReSharper.VS.dll"
Microsoft (R) .NET Framework Installation utility Version 2.0.50727.42
Copyright (c) Microsoft Corporation. All rights reserved.
Running a transacted installation.
Beginning the Install phase of the installation.
See the contents of the log file for the c:\Program Files\Microsoft Visual Studio 8\Common7\IDE\PrivateAssemblies\JetBra
ins.ReSharper.VS.dll assembly's progress.
The file is located at c:\Program Files\Microsoft Visual Studio 8\Common7\IDE\PrivateAssemblies\JetBrains.ReSharper.VS.I
nstallLog.
Installing assembly 'c:\Program Files\Microsoft Visual Studio 8\Common7\IDE\PrivateAssemblies\JetBrains.ReSharper.VS.dll
'.
Affected parameters are:
logtoconsole = true
assemblypath = c:\Program Files\Microsoft Visual Studio 8\Common7\IDE\PrivateAssemblies\JetBrains.ReSharper.VS.dll
showcallstack =
logfile = c:\Program Files\Microsoft Visual Studio 8\Common7\IDE\PrivateAssemblies\JetBrains.ReSharper.VS.InstallLog
An exception occurred during the Install phase.
System.NullReferenceException: Object reference not set to an instance of an object.
at JetBrains.ReSharper.TextControl.Markup.VSIntegration.VSRegisterHighlighterUtil.RegisterHighlighter(RegisterHighlig
hterAttribute attribute, String rootSuffix) in c:\TEMP\tmp94B9.tmp\src\VSAddin\src\TextControl\Markup\VSRegisterHighligh
terUtil.cs:line 210
at JetBrains.ReSharper.TextControl.Markup.VSIntegration.VSRegisterHighlighterUtil.ProcessHighlighters(RegisterHighlig
hterAttributeProcessor processor, String rootSuffix, String assembliesConfiguration) in c:\TEMP\tmp94B9.tmp\src\VSAddin\
src\TextControl\Markup\VSRegisterHighlighterUtil.cs:line 172
at JetBrains.ReSharper.TextControl.Markup.VSIntegration.VSRegisterHighlighterUtil.RegisterHighlighters(String rootSuf
fix) in c:\TEMP\tmp94B9.tmp\src\VSAddin\src\TextControl\Markup\VSRegisterHighlighterUtil.cs:line 133
at JetBrains.VSAddin.AddInInstaller.Install(IDictionary stateSaver) in c:\TEMP\tmp94B9.tmp\src\VSAddin\src\AddInInsta
ller.cs:line 64
at System.Configuration.Install.Installer.Install(IDictionary stateSaver)
at System.Configuration.Install.AssemblyInstaller.Install(IDictionary savedState)
at System.Configuration.Install.Installer.Install(IDictionary stateSaver)
at System.Configuration.Install.TransactedInstaller.Install(IDictionary savedState)
The Rollback phase of the installation is beginning.
See the contents of the log file for the c:\Program Files\Microsoft Visual Studio 8\Common7\IDE\PrivateAssemblies\JetBra
ins.ReSharper.VS.dll assembly's progress.
The file is located at c:\Program Files\Microsoft Visual Studio 8\Common7\IDE\PrivateAssemblies\JetBrains.ReSharper.VS.I
nstallLog.
Rolling back assembly 'c:\Program Files\Microsoft Visual Studio 8\Common7\IDE\PrivateAssemblies\JetBrains.ReSharper.VS.d
ll'.
Affected parameters are:
logtoconsole = true
assemblypath = c:\Program Files\Microsoft Visual Studio 8\Common7\IDE\PrivateAssemblies\JetBrains.ReSharper.VS.dll
showcallstack =
logfile = c:\Program Files\Microsoft Visual Studio 8\Common7\IDE\PrivateAssemblies\JetBrains.ReSharper.VS.InstallLog
The Rollback phase completed successfully.
The transacted install has completed.
The installation failed, and the rollback has been performed.
thomas
Hello Thomas,
could you please check if the following registry key exists on your machine:
HKLM\Software\Microsoft\VisualStudio\8.0\TextEditor\External Markers?
Regards,
Dmitry Shaporenkov
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
Hello Dmitry!
Yes, the key does exist!
thomas
Hello Thomas,
do you have enough rights to write to that key under the account
you're using to install ReSharper?
Regards,
Dmitry Shaporenkov
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
Dmitry,
i do have enough rights. Actually i can see, that resharper added some key value pairs under some guids to that key (like "Resharper implements and hides") - although resharper installation rolls back because of the error.
thomas
Dmitry, i exported the registry key. See the attached file - i do not know if that helps.
thomas
Attachment(s):
ExternalMarkers.reg
Hello Thomas,
the problem is the exception you posted happens in a line that tries to add
a new subkey to that
key and a reference to that key appears to be null. Could you please try
the following experiment:
run the installation until the moment the error dialog appears but don't
react to the dialog (i.e. let
it be displayed to avoid immediate rollback). Try running the command you
posted (InstallUtil.exe ...)
manually and check the result. Thanks.
Regards,
Dmitry Shaporenkov
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
Dmitry, that is what i already did. I posted the output for build 237 in the previous post.
thomas
Thomas,
I suggest that you wait for 238 (to be available most likely today) and try
it - we've added some extra diagnostics to the code that fails during installation.
Regards,
Dmitry Shaporenkov
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
Dmitry!
I will wait for 238 and let you know. In the meanwhile, thanks for your support.
By the way: I have been using IntelliJ IDEA from the very early beginnings and due to company shift in strategy i moved last year to .NET and visual studio 2005. It has been a very painful experience working without all the refactoring, intellisense features i loved in idea. Therefore i am really keen on resharper (all my collegues have installed it on their machine and are really happy with it).
Jetbrains products are great!
thomas
Dmitry!
Installtion still does not work.
Running the 238 install causes the installutil exception:
C:\Program Files\Microsoft SDKs\Windows\v1.0>installutil /ShowCallStack "C:\Prog
ram Files\Microsoft Visual Studio 8\Common7\IDE\PrivateAssemblies\JetBrains.ReSh
arper.VS.dll"
Microsoft (R) .NET Framework Installation utility Version 2.0.50727.42
Copyright (c) Microsoft Corporation. All rights reserved.
Running a transacted installation.
Beginning the Install phase of the installation.
See the contents of the log file for the C:\Program Files\Microsoft Visual Studi
o 8\Common7\IDE\PrivateAssemblies\JetBrains.ReSharper.VS.dll assembly's progress
.
The file is located at C:\Program Files\Microsoft Visual Studio 8\Common7\IDE\Pr
ivateAssemblies\JetBrains.ReSharper.VS.InstallLog.
Installing assembly 'C:\Program Files\Microsoft Visual Studio 8\Common7\IDE\Priv
ateAssemblies\JetBrains.ReSharper.VS.dll'.
Affected parameters are:
logtoconsole =
assemblypath = C:\Program Files\Microsoft Visual Studio 8\Common7\IDE\Private
Assemblies\JetBrains.ReSharper.VS.dll
showcallstack =
logfile = C:\Program Files\Microsoft Visual Studio 8\Common7\IDE\PrivateAssem
blies\JetBrains.ReSharper.VS.InstallLog
An exception occurred during the Install phase.
System.ArgumentNullException: Value cannot be null.
Parameter name: externalMarkers
at JetBrains.VSAddin.TextControl.Markup.VSIntegration.VSRegisterHighlighterUt
il.RegisterHighlighter(RegisterHighlighterAttribute attribute, String rootSuffix
) in c:\TEMP\tmpF3FD.tmp\src\VSAddin\src\TextControl\Markup\VSRegisterHighlighte
rUtil.cs:line 165
at JetBrains.VSAddin.TextControl.Markup.VSIntegration.VSRegisterHighlighterUt
il.ProcessHighlighters(RegisterHighlighterAttributeProcessor processor, String r
ootSuffix, String assembliesConfiguration) in c:\TEMP\tmpF3FD.tmp\src\VSAddin\sr
c\TextControl\Markup\VSRegisterHighlighterUtil.cs:line 129
at JetBrains.VSAddin.TextControl.Markup.VSIntegration.VSRegisterHighlighterUt
il.RegisterHighlighters(String rootSuffix) in c:\TEMP\tmpF3FD.tmp\src\VSAddin\sr
c\TextControl\Markup\VSRegisterHighlighterUtil.cs:line 100
at JetBrains.VSAddin.AddInInstaller.Install(IDictionary stateSaver) in c:\TEM
P\tmpF3FD.tmp\src\VSAddin\src\AddInInstaller.cs:line 64
at System.Configuration.Install.Installer.Install(IDictionary stateSaver)
at System.Configuration.Install.AssemblyInstaller.Install(IDictionary savedSt
ate)
at System.Configuration.Install.Installer.Install(IDictionary stateSaver)
at System.Configuration.Install.TransactedInstaller.Install(IDictionary saved
State)
The Rollback phase of the installation is beginning.
See the contents of the log file for the C:\Program Files\Microsoft Visual Studi
o 8\Common7\IDE\PrivateAssemblies\JetBrains.ReSharper.VS.dll assembly's progress
.
The file is located at C:\Program Files\Microsoft Visual Studio 8\Common7\IDE\Pr
ivateAssemblies\JetBrains.ReSharper.VS.InstallLog.
Rolling back assembly 'C:\Program Files\Microsoft Visual Studio 8\Common7\IDE\Pr
ivateAssemblies\JetBrains.ReSharper.VS.dll'.
Affected parameters are:
logtoconsole =
assemblypath = C:\Program Files\Microsoft Visual Studio 8\Common7\IDE\Private
Assemblies\JetBrains.ReSharper.VS.dll
showcallstack =
logfile = C:\Program Files\Microsoft Visual Studio 8\Common7\IDE\PrivateAssem
blies\JetBrains.ReSharper.VS.InstallLog
The Rollback phase completed successfully.
The transacted install has completed.
The installation failed, and the rollback has been performed.
C:\Program Files\Microsoft SDKs\Windows\v1.0>
thomas
Hello Thomas,
OK, this means that for some reason ReSHaprer still can't open the
"SOFTWARE\Microsoft\VisualStudio\8.0\Text Editor\External Markers" registry
key I mentioned
earlier for writing. The only idea coming to my mind is to add more diagnostics
to check what registry key on this path doesn't exist (or better say, Registry
API returns null for it)...
Regards,
Dmitry Shaporenkov
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
Dmitry,
but how is it possible that after failed installation resharper keys have been created under the mentioned key. So it seems Resharper installation manages to open the key and add its keys, but for one or multiple special keys it does not manage to open the key.
Some kind of weird, isn't it?
thomas
>
Hello Thomas,
not sure I understand completely what you mean,
but that 'External Markers' is not a ReSharper key - it's a VS key,
and ReSharper installation neither creates nor deletes it. The problem is
that
the ArgumentNullException during installation witnesses that ReSharper fails
to
open the pre-existing 'External Markers' key.
Regards,
Dmitry Shaporenkov
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
>> Hello Thomas,
>>
>> OK, this means that for some reason ReSHaprer still
>> can't open the
>> "SOFTWARE\Microsoft\VisualStudio\8.0\Text
>> Editor\External Markers" registry
>> key I mentioned
>> earlier for writing. The only idea coming to my mind
>> is to add more diagnostics
>> to check what registry key on this path doesn't exist
>> (or better say, Registry
>> API returns null for it)...
>> Regards,
>> Dmitry Shaporenkov
>> JetBrains, Inc
>> http://www.jetbrains.com
>> "Develop with pleasure!"
Dmitry!
I know that 'External Markers' is a VS key. The key exists in my registry. I have all the rights for this key and sub-keys. I wrote a sample application that writes subkeys und the External Markers key - no problem at all, read, write and so on works without adding special permissions.
When i delete all the Sub-Keys under External Markers containing Resharper values and then start Resharper installation, after failing installation there are keys and values from Resharper installation again under the External Markers key. You know what i mean? Obviously Resharper manages to add sub keys under the registry key External Markers during installation (see the attached registry file i also attached in an eralier post).
thomas
>
Ok, and here ist the exported registry.
Attachment(s):
ExternalMarkers.reg
Hello Thomas,
thanks for the clarification, I see your point. That all is indeed very
odd. I suggest the
next experiment - try running the 'InstallUtil.exe...' (as you already done)
under the debugger
having set break on any exception. Debugger should break on an ArgumentNullException.
Please notice
the values of the local variables and post them here.
Regards,
Dmitry Shaporenkov
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
>> Dmitry!
>> I know that 'External Markers' is a VS key. The key
>> exists in my registry. I have all the rights for this
>> key and sub-keys. I wrote a sample application that
>> writes subkeys und the External Markers key - no
>> problem at all, read, write and so on works without
>> adding special permissions.
>> When i delete all the Sub-Keys under External Markers
>> containing Resharper values and then start Resharper
>> installation, after failing installation there are
>> keys and values from Resharper installation again
>> under the External Markers key. You know what i mean?
>> Obviously Resharper manages to add sub keys under the
>> registry key External Markers during installation
>> (see the attached registry file i also attached in an
>> eralier post).
>> thomas
>>
>>> Hello Thomas,
>>>
>>> not sure I understand completely what you mean,
>>> but that 'External Markers' is not a ReSharper key
>> -
>>
>>> it's a VS key,
>>> and ReSharper installation neither creates nor
>>> deletes it. The problem is
>>> that
>>> the ArgumentNullException during installation
>>> witnesses that ReSharper fails
>>> to
>>> open the pre-existing 'External Markers' key.
>>> Regards,
>>> Dmitry Shaporenkov
>>> JetBrains, Inc
>>> http://www.jetbrains.com
>>> "Develop with pleasure!"
>>>> Dmitry,
>>>> but how is it possible that after failed
>>> installation resharper keys
>>>
>>>> have been created under the mentioned key. So it
>>>>
>>> seems Resharper
>>>
>>>> installation manages to open the key and add its
>>>>
>>> keys, but for one or
>>>
>>>> multiple special keys it does not manage to open
>>>>
>>> the key.
>>>
>>>> Some kind of weird, isn't it?
>>>>
>>>> thomas
>>>>
>>>>> Hello Thomas,
>>>>>
>>>>> OK, this means that for some reason ReSHaprer
>>>>>
>>> still
>>>
>>>>> can't open the
>>>>> "SOFTWARE\Microsoft\VisualStudio\8.0\Text
>>>>> Editor\External Markers" registry
>>>>> key I mentioned
>>>>> earlier for writing. The only idea coming to my
>>> mind
>>>
>>>>> is to add more diagnostics
>>>>> to check what registry key on this path doesn't
>>> exist
>>>
>>>>> (or better say, Registry
>>>>> API returns null for it)...
>>>>> Regards,
>>>>> Dmitry Shaporenkov
>>>>> JetBrains, Inc
>>>>> http://www.jetbrains.com
>>>>> "Develop with pleasure!"
Hello Dmitry!
below are the values copied from the locals view. One strange thing happened:
When i start the installer then i do not react to the dialog with the 1722 error to avoid immediate rollback. Then with the error dialog still open and therefore without rollback of the install i opened my solution. I did not expect what i see there: all the resharper functionality is working fine - all menues there, each intellisense action works, all just perfect. Now when i react to the installation error dialog everything is rolled back and when i reopen vs resharper options are gone - no reshparer menues, no refactoring menues, everything is gone again. What is going on here!? I hope the output i posted helps.
- $exception {System.ArgumentNullException: Value cannot be null.
Parameter name: externalMarkers
at JetBrains.VSAddin.TextControl.Markup.VSIntegration.VSRegisterHighlighterUtil.RegisterHighlighter(RegisterHighlighterAttribute attribute, String rootSuffix) in c:\TEMP\tmpF3FD.tmp\src\VSAddin\src\TextControl\Markup\VSRegisterHighlighterUtil.cs:line 165
at JetBrains.VSAddin.TextControl.Markup.VSIntegration.VSRegisterHighlighterUtil.ProcessHighlighters(RegisterHighlighterAttributeProcessor processor, String rootSuffix, String assembliesConfiguration) in c:\TEMP\tmpF3FD.tmp\src\VSAddin\src\TextControl\Markup\VSRegisterHighlighterUtil.cs:line 129
at JetBrains.VSAddin.TextControl.Markup.VSIntegration.VSRegisterHighlighterUtil.RegisterHighlighters(String rootSuffix) in c:\TEMP\tmpF3FD.tmp\src\VSAddin\src\TextControl\Markup\VSRegisterHighlighterUtil.cs:line 100
at JetBrains.VSAddin.AddInInstaller.Install(IDictionary stateSaver) in c:\TEMP\tmpF3FD.tmp\src\VSAddin\src\AddInInstaller.cs:line 64
at System.Configuration.Install.Installer.Install(IDictionary stateSaver)
at System.Configuration.Install.AssemblyInstaller.Install(IDictionary savedState)
at System.Configuration.Install.Installer.Install(IDictionary stateSaver)
at System.Configuration.Install.TransactedInstaller.Install(IDictionary savedState)} System.Exception {System.ArgumentNullException}
- this {JetBrains.ReSharper.VS.Customization.ReSharperInstaller} JetBrains.VSAddin.AddInInstaller {JetBrains.ReSharper.VS.Customization.ReSharperInstaller}
- stateSaver Count = 2 System.Collections.IDictionary {System.Collections.Hashtable}
- ["_reserved_nestedSavedStates"]
- ["_reserved_lastInstallerAttempted"] -1
- registrationContext {JetBrains.VSAddin.AddInInstaller.RegistrationContext} JetBrains.VSAddin.AddInInstaller.RegistrationContext
VsRootSuffix "" string
VsVersion "7.1" string
Call Stack
JetBrains.VSAddin.dll!JetBrains.VSAddin.TextControl.Markup.VSIntegration.VSRegisterHighlighterUtil.RegisterHighlighter(JetBrains.ReSharper.TextControl.Markup.RegisterHighlighterAttribute attribute = {JetBrains.ReSharper.TextControl.Markup.RegisterHighlighterAttribute}, string rootSuffix = "7.1") Line 166 C#
JetBrains.VSAddin.dll!JetBrains.VSAddin.TextControl.Markup.VSIntegration.VSRegisterHighlighterUtil.ProcessHighlighters(JetBrains.VSAddin.TextControl.Markup.VSIntegration.VSRegisterHighlighterUtil.RegisterHighlighterAttributeProcessor processor = {JetBrains.VSAddin.TextControl.Markup.VSIntegration.VSRegisterHighlighterUtil.RegisterHighlighterAttributeProcessor}, string rootSuffix = "7.1", string assembliesConfiguration = "VSAddin") Line 129 + 0x11 bytes C#
JetBrains.VSAddin.dll!JetBrains.VSAddin.TextControl.Markup.VSIntegration.VSRegisterHighlighterUtil.RegisterHighlighters(string rootSuffix = "7.1") Line 100 + 0x2f bytes C#
> JetBrains.VSAddin.dll!JetBrains.VSAddin.AddInInstaller.Install(System.Collections.IDictionary stateSaver = Count = 2) Line 64 + 0x14 bytes C#
thomas
Hello Thomas,
I have to admit that I don't really understand what's happening. From your
previous posts it looked for me that you're talking about ReSharper 2.0 for
Visual
Studio 2005. However, the values you posted tell that the installer attempts
to
install ReSharper for Visual Studio 2003, and the External Markers key it
is looking
for is "SOFTWARE\Microsoft\VisualStudio\7.1\Text Editor\External Markers".
Could you please
clarify what version of ReSharper you're trying to install? What versions
of Visual Studio
you have installed on your machine? Thanks.
Regards,
Dmitry Shaporenkov
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
>> JetBrains.VSAddin.dll!JetBrains.VSAddin.AddInInstaller.Install(System
>> .Collections.IDictionary stateSaver = Count = 2) Line 64 + 0x14 bytes
>> C#
>>
Hello Dmitry!
Resharper 2.0 for VS 2005
VS Team Suite 2005
thomas
Hello Thomas,
so you don't have VS 2003 installed? Have you ever had it installed on that
machine? And what exactly version
of Team Suite do you have (Help|About)? I'm asking because
I'm trying to figure out how it may happen that the installer thinks it is
for VS 2003 (the parameter 'VsVersion'
is equal to '7.1', not '8.0 as it should be for VS 2005).
Regards,
Dmitry Shaporenkov
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
Hello Dmitry!
I don't have VS 2003 installed. I had it installed (over a year ago). I uninstalled VS 2003 before i installed 2005.
Now i have installed VS 2005 Team Suite and Team Explorer (for Team Foundation Server access).
The exact version is:
Microsoft Visual Studio 2005
Version 8.0.50727.51 (QFE.050727-5100)
Microsoft .NET Framework
Version 2.0.50727
Installed Edition: Enterprise
Microsoft Visual Basic 2005 77718-204-0000007-41420
Microsoft Visual Basic 2005
Microsoft Visual C# 2005 77718-204-0000007-41420
Microsoft Visual C# 2005
Microsoft Visual C++ 2005 77718-204-0000007-41420
Microsoft Visual C++ 2005
Microsoft Visual J# 2005 77718-204-0000007-41420
Microsoft Visual J# 2005
Microsoft Visual Studio Tools for Office 77718-204-0000007-41420
Microsoft Visual Studio Tools for the Microsoft Office System
Microsoft Visual Web Developer 2005 77718-204-0000007-41420
Microsoft Visual Web Developer 2005
Visual Studio 2005 Team Edition for Architects 77718-204-0000007-41420
Microsoft Visual Studio 2005 Team Edition for Software Architects
Visual Studio 2005 Team Edition for Developers 77718-204-0000007-41420
Microsoft Visual Studio 2005 Team Edition for Software Developers
Visual Studio 2005 Team Edition for Testers 77718-204-0000007-41420
Microsoft Visual Studio 2005 Team Edition for Software Testers
Visual Studio 2005 Team Explorer 77718-204-0000007-41420
Microsoft Visual Studio 2005 Team Explorer
Version 8.0.50727.147
Crystal Reports AAC60-G0CSA4B-V7000AY
Crystal Reports for Visual Studio 2005
Hotfix for Microsoft Visual Studio 2005 Team Suite - ENU (KB910275)
This Hotfix is for Microsoft Visual Studio 2005 Team Suite - ENU. \n
If you later install a more recent service pack, this Hotfix will be uninstalled automatically. \n
For more information, visit http://support.microsoft.com/kb/910275
SQL Server Analysis Services
Microsoft SQL Server Analysis Services Designer
Version 9.00.1399.00
SQL Server Integration Services
Microsoft SQL Server Integration Services Designer
Version 9.00.1399.00
SQL Server Reporting Services
Microsoft SQL Server Reporting Services Designers
Version 9.00.1399.00
thomas
>