Refactor! 2.0.4 installation fails on Windows Vista RC1 with Internal Error 2739

Hi all,

I have just downloaded the latest version of the Refactor! tool from DevExpress (the free one) on a Windows Vista RC1 installation with VS 2005 Team Suite Trial edition.

The installation fails with the following error message: "Internal Error 2739" The error window is titled "DXCore for Visual Studio .NET"

I don't have any other versions of Refactor! installed on this OS. The error pops up before any files are copied, while the "Please wait while Windows configures DXCore for Visual Studio .NET" install is running.

SA.

[594 byte] By [Speedbird186] at [2007-12-24]
# 1
Have you reported this to DevExpress?
NewWorldMan at 2007-8-31 > top of Msdn Tech,Visual Basic,Visual Basic IDE...
# 2

I am not sure how to report it to them...

Speedbird186 at 2007-8-31 > top of Msdn Tech,Visual Basic,Visual Basic IDE...
# 4
Just went to my subscriber login area for Refactor! Pro 2.0.4 on the DevExpress site and under the What's New link it says:

Compatibility
Internet Explorer 7 - The DXCore is now compatible with Internet Explorer 7.
Windows Vista - All installer issues with Windows Vista have been corrected.

I suspect the free version is still on the old DXCore engine and so won't work on Vista. Perhaps the fix is as simple as downloading an updated DXCore engine and reinstalling. DevExpress should eb able to advise you on that.

I do know a colleague who uses the latest CodeRush and Refactor! He's also been experiementing with Vista, so I'll ask him if he's installed VS 2005 with Refactor! and whether it works.

NewWorldMan at 2007-8-31 > top of Msdn Tech,Visual Basic,Visual Basic IDE...
# 5

I got around this issue by registering vbscript.dll and jscript.dll:

regsvr32 c:\windows\system32\vbscript.dll

regsvr32 c:\windows\system32\jscript.dll

WilliamBartholomew at 2007-8-31 > top of Msdn Tech,Visual Basic,Visual Basic IDE...
# 6

NewWorldMan wrote:

Just went to my subscriber login area for Refactor! Pro 2.0.4 on the DevExpress site and under the What's New link it says:

Compatibility
Internet Explorer 7 - The DXCore is now compatible with Internet Explorer 7.
Windows Vista - All installer issues with Windows Vista have been corrected.

I suspect the free version is still on the old DXCore engine and so won't work on Vista. Perhaps the fix is as simple as downloading an updated DXCore engine and reinstalling. DevExpress should eb able to advise you on that.

I do know a colleague who uses the latest CodeRush and Refactor! He's also been experiementing with Vista, so I'll ask him if he's installed VS 2005 with Refactor! and whether it works.

paokaras at 2007-8-31 > top of Msdn Tech,Visual Basic,Visual Basic IDE...