Re: [Haskell] ANNOUNCE: Visual Haskell prerelease 0.2

Hi Shelarcy,
Could you check whether you have this registry key:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualStudio\8.0\InstallDir
and tell me its value? Typically its value should be such that the
following script to work.
Set shell = CreateObject("WScript.Shell")
vstudioPath = shell.RegRead
("HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualStudio\8.0\InstallDir")
shell.Run ("""" & vstudioPath & "devenv.exe"" /Setup",0,true)
Cheers,
Krasimir
On 11/30/06, shelarcy
Hi Krasimir,
On 11/30/06, shelarcy
wrote: But ... I can't install Visual Haskell prerelease 0.2. Near the end of install process, Microsoft Development Environment cause error. On Thu, 30 Nov 2006 17:03:22 +0900, Krasimir Angelov
wrote: Could you tell me what error message you see during the installation? If it is in Japan then translate it in English ;-). It's not good error message. Anyway, I translate it.
Near the end of install process, error dialog opened and says:
--- The problem happende, so exit Microsoft Development Environment. I'm sorry for causing inconvenience to you.
(under its message, error dialog has form that send error report for Microsoft or shows error detail. These messages are not important, so I don't translate that.) ---
And click form that shows error detail, another dialog opened. It shows:
--- :Error ditail: An unhandled exception has been caught by the VSW exception filter. :Error Signature: AppName: devenv.exe AppVer: 7.10.6030.0 ModName: unknown ModVer: 0.0.0.0 Offset: 00bbbacc :Report Detail: (Below meassage attetion to user that error report send what. So these messages are not important, too.) ---
Also it can help if you run the installer with logging:
$ msiexec VSHaskell71.msi /l log.txt
msiexec doesn't run its command. And error dialog noticed that you forgot /i optio. So I used below command.
$ msiexec /i VSHaskell71.msi /l log.txt
I think log.txt is much more useful than previous messages. log.txt also has Japanese messages. So I translated that part.
--- (snip)
Action 20:38:17: CA_RegisterHelpFile.3643236F_FC70_11D3_A536_0090278A1BB8. IHxRegisterSession::ContinueTransaction() returned 0. Helpfile: C:\Program Files\Visual Haskell\doc\alex.HxS was successfully registered to namespace vs_haskell. ????elpfile: C:\Program Files\Visual Haskell\doc\building.HxS was successfully registered to namespace vs_haskell. Helpfile: C:\Program Files\Visual Haskell\doc\Cabal.HxS was successfully registered to namespace vs_haskell. Helpfile: C:\Program Files\Visual Haskell\doc\haddock.HxS was successfully registered to namespace vs_haskell. Helpfile: C:\Program Files\Visual Haskell\doc\happy.HxS was successfully registered to namespace vs_haskell. Helpfile: C:\Program Files\Visual Haskell\doc\libraries.HxS was successfully registered to namespace vs_haskell. Helpfile: C:\Program Files\Visual Haskell\doc\users_guide.HxS was successfully registered to namespace vs_haskell. Helpfile: C:\Program Files\Visual Haskell\doc\vh.HxS was successfully registered to namespace vs_haskell. Action 20:38:17: CA_RegisterPlugIn.3643236F_FC70_11D3_A536_0090278A1BB8. IHxRegisterSession::ContinueTransaction() returned 0. IHxPlugIn::RegisterHelpPlugIn() returned 0. Namespace: vs_haskell was successfully plugged into namespace MS.VSCC.2003. Action 20:38:17: CA_CommitHelpTransaction.3643236F_FC70_11D3_A536_0090278A1BB8. Action 20:38:17: RegisterProduct. Registering product RegisterProduct: {FEC3263A-9034-49C5-8C5D-902231009894} Action 20:38:18: PublishFeatures. Publishing Product Features PublishFeatures: Feature: Complete Action 20:38:18: PublishProduct. Publishing product information 1: {FEC3263A-9034-49C5-8C5D-902231009894} Action 20:38:18: RollbackCleanup. Removing backup files IHxRegisterSession::ContinueTransaction() returned 0. Registration session: {FEC3263A-9034-49C5-8C5D-902231009894} was successfully committed. RollbackCleanup: File: C:\Config.Msi\fc3d12.rbf RollbackCleanup: File: C:\Config.Msi\fc3d13.rbf RollbackCleanup: File: C:\Config.Msi\fc3d14.rbf RollbackCleanup: File: C:\Config.Msi\fc3d15.rbf RollbackCleanup: File: C:\Config.Msi\fc3d16.rbf Action ended 20:38:18: InstallFinalize. Return value 1. Action 20:38:18: CA_HxMerge_VSCC.3643236F_FC70_11D3_A536_0090278A1BB8. Action start 20:38:18: CA_HxMerge_VSCC.3643236F_FC70_11D3_A536_0090278A1BB8. ????tion ended 20:40:09: CA_HxMerge_VSCC.3643236F_FC70_11D3_A536_0090278A1BB8. Return value 1. Action 20:40:09: CA_RemoveTempHxDs.3643236F_FC70_11D3_A536_0090278A1BB8. Action start 20:40:09: CA_RemoveTempHxDs.3643236F_FC70_11D3_A536_0090278A1BB8. Action ended 20:40:09: CA_RemoveTempHxDs.3643236F_FC70_11D3_A536_0090278A1BB8. Return value 1. Action 20:40:09: VSHaskellInstall. Register Visual Haskell Plugin Action start 20:40:09: VSHaskellInstall. Error 1720. There is a problem with this Windows Installer package. A script required for this install to complete could not be run. Contact your support personnel or package vendor. Custom action VSHaskellInstall script error -2146828275, Microsoft VBScript Runtime Error: Couldn't match types.: 'Return' Line 55, Column 5, MSI (s) (0C:D4) [20:51:43:359]: Product: Visual Haskell 0.2 for Visual Studio 2003 -- Error 1720. There is a problem with this Windows Installer package. A script required for this install to complete could not be run. Contact your support personnel or package vendor. Custom action VSHaskellInstall script error -2146828275, Microsoft VBScript Runtime Error: Couldn't match types.: 'Return' Line 55, Column 5,
Action ended 20:51:43: VSHaskellInstall. Return value 3. Action ended 20:51:43: INSTALL. Return value 3. Action ended 20:51:43: ExecuteAction. Return value 3. Action 20:51:43: FatalError. Action start 20:51:43: FatalError. Action 20:51:43: FatalError. Dialog created Action ended 20:51:46: FatalError. Return value 2. Action ended 20:51:46: INSTALL. Return value 3. === Logging stopped: 2006/11/30 20:51:46 === MSI (c) (B8:C4) [20:51:46:046]: Product: Visual Haskell 0.2 for Visual Studio 2003 -- Installation failed. ---
In the Visual Haskell\bin directory you can see one directory called 1033 with vs_haskell_ui.dll in it. vs_haskell_ui.dll contains various string resources used in Visual Haskell. For each supported language you need to have a different directory and 1033 is the code used for English. I don't know the code required for Japan but you can look at C:\Program Files\Microsoft Visual Studio 8\VC\bin directory and see what code VC++ is using. After that try to rename the 1033 directory to what is required for Japan. Tell me whether that works.
Japanese diretory is 1041.
After rename it, I tried to use Visual Haskell 0.2. But same error dialog opened and exit Visual Studio, too.
-- shelarcy <shelarcy capella.freemail.ne.jp> http://page.freett.com/shelarcy/

You can try to setup it manually using the following commands:
$ regsvr32 /i:8.0 /n vs_haskell.dll
$ regsvr32 /i:8.0 /n vs_haskell_babel.dll
$ regsvr32 /i:8.0 /n vs_haskell_dlg.dll
$ devenv.exe /Setup
On 11/30/06, Krasimir Angelov
Hi Shelarcy,
Could you check whether you have this registry key:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualStudio\8.0\InstallDir
and tell me its value? Typically its value should be such that the following script to work.
Set shell = CreateObject("WScript.Shell") vstudioPath = shell.RegRead ("HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualStudio\8.0\InstallDir") shell.Run ("""" & vstudioPath & "devenv.exe"" /Setup",0,true)
Cheers, Krasimir
On 11/30/06, shelarcy
wrote: Hi Krasimir,
On 11/30/06, shelarcy
wrote: But ... I can't install Visual Haskell prerelease 0.2. Near the end of install process, Microsoft Development Environment cause error. On Thu, 30 Nov 2006 17:03:22 +0900, Krasimir Angelov
wrote: Could you tell me what error message you see during the installation? If it is in Japan then translate it in English ;-). It's not good error message. Anyway, I translate it.
Near the end of install process, error dialog opened and says:
--- The problem happende, so exit Microsoft Development Environment. I'm sorry for causing inconvenience to you.
(under its message, error dialog has form that send error report for Microsoft or shows error detail. These messages are not important, so I don't translate that.) ---
And click form that shows error detail, another dialog opened. It shows:
--- :Error ditail: An unhandled exception has been caught by the VSW exception filter. :Error Signature: AppName: devenv.exe AppVer: 7.10.6030.0 ModName: unknown ModVer: 0.0.0.0 Offset: 00bbbacc :Report Detail: (Below meassage attetion to user that error report send what. So these messages are not important, too.) ---
Also it can help if you run the installer with logging:
$ msiexec VSHaskell71.msi /l log.txt
msiexec doesn't run its command. And error dialog noticed that you forgot /i optio. So I used below command.
$ msiexec /i VSHaskell71.msi /l log.txt
I think log.txt is much more useful than previous messages. log.txt also has Japanese messages. So I translated that part.
--- (snip)
Action 20:38:17: CA_RegisterHelpFile.3643236F_FC70_11D3_A536_0090278A1BB8. IHxRegisterSession::ContinueTransaction() returned 0. Helpfile: C:\Program Files\Visual Haskell\doc\alex.HxS was successfully registered to namespace vs_haskell. ????elpfile: C:\Program Files\Visual Haskell\doc\building.HxS was successfully registered to namespace vs_haskell. Helpfile: C:\Program Files\Visual Haskell\doc\Cabal.HxS was successfully registered to namespace vs_haskell. Helpfile: C:\Program Files\Visual Haskell\doc\haddock.HxS was successfully registered to namespace vs_haskell. Helpfile: C:\Program Files\Visual Haskell\doc\happy.HxS was successfully registered to namespace vs_haskell. Helpfile: C:\Program Files\Visual Haskell\doc\libraries.HxS was successfully registered to namespace vs_haskell. Helpfile: C:\Program Files\Visual Haskell\doc\users_guide.HxS was successfully registered to namespace vs_haskell. Helpfile: C:\Program Files\Visual Haskell\doc\vh.HxS was successfully registered to namespace vs_haskell. Action 20:38:17: CA_RegisterPlugIn.3643236F_FC70_11D3_A536_0090278A1BB8. IHxRegisterSession::ContinueTransaction() returned 0. IHxPlugIn::RegisterHelpPlugIn() returned 0. Namespace: vs_haskell was successfully plugged into namespace MS.VSCC.2003. Action 20:38:17: CA_CommitHelpTransaction.3643236F_FC70_11D3_A536_0090278A1BB8. Action 20:38:17: RegisterProduct. Registering product RegisterProduct: {FEC3263A-9034-49C5-8C5D-902231009894} Action 20:38:18: PublishFeatures. Publishing Product Features PublishFeatures: Feature: Complete Action 20:38:18: PublishProduct. Publishing product information 1: {FEC3263A-9034-49C5-8C5D-902231009894} Action 20:38:18: RollbackCleanup. Removing backup files IHxRegisterSession::ContinueTransaction() returned 0. Registration session: {FEC3263A-9034-49C5-8C5D-902231009894} was successfully committed. RollbackCleanup: File: C:\Config.Msi\fc3d12.rbf RollbackCleanup: File: C:\Config.Msi\fc3d13.rbf RollbackCleanup: File: C:\Config.Msi\fc3d14.rbf RollbackCleanup: File: C:\Config.Msi\fc3d15.rbf RollbackCleanup: File: C:\Config.Msi\fc3d16.rbf Action ended 20:38:18: InstallFinalize. Return value 1. Action 20:38:18: CA_HxMerge_VSCC.3643236F_FC70_11D3_A536_0090278A1BB8. Action start 20:38:18: CA_HxMerge_VSCC.3643236F_FC70_11D3_A536_0090278A1BB8. ????tion ended 20:40:09: CA_HxMerge_VSCC.3643236F_FC70_11D3_A536_0090278A1BB8. Return value 1. Action 20:40:09: CA_RemoveTempHxDs.3643236F_FC70_11D3_A536_0090278A1BB8. Action start 20:40:09: CA_RemoveTempHxDs.3643236F_FC70_11D3_A536_0090278A1BB8. Action ended 20:40:09: CA_RemoveTempHxDs.3643236F_FC70_11D3_A536_0090278A1BB8. Return value 1. Action 20:40:09: VSHaskellInstall. Register Visual Haskell Plugin Action start 20:40:09: VSHaskellInstall. Error 1720. There is a problem with this Windows Installer package. A script required for this install to complete could not be run. Contact your support personnel or package vendor. Custom action VSHaskellInstall script error -2146828275, Microsoft VBScript Runtime Error: Couldn't match types.: 'Return' Line 55, Column 5, MSI (s) (0C:D4) [20:51:43:359]: Product: Visual Haskell 0.2 for Visual Studio 2003 -- Error 1720. There is a problem with this Windows Installer package. A script required for this install to complete could not be run. Contact your support personnel or package vendor. Custom action VSHaskellInstall script error -2146828275, Microsoft VBScript Runtime Error: Couldn't match types.: 'Return' Line 55, Column 5,
Action ended 20:51:43: VSHaskellInstall. Return value 3. Action ended 20:51:43: INSTALL. Return value 3. Action ended 20:51:43: ExecuteAction. Return value 3. Action 20:51:43: FatalError. Action start 20:51:43: FatalError. Action 20:51:43: FatalError. Dialog created Action ended 20:51:46: FatalError. Return value 2. Action ended 20:51:46: INSTALL. Return value 3. === Logging stopped: 2006/11/30 20:51:46 === MSI (c) (B8:C4) [20:51:46:046]: Product: Visual Haskell 0.2 for Visual Studio 2003 -- Installation failed. ---
In the Visual Haskell\bin directory you can see one directory called 1033 with vs_haskell_ui.dll in it. vs_haskell_ui.dll contains various string resources used in Visual Haskell. For each supported language you need to have a different directory and 1033 is the code used for English. I don't know the code required for Japan but you can look at C:\Program Files\Microsoft Visual Studio 8\VC\bin directory and see what code VC++ is using. After that try to rename the 1033 directory to what is required for Japan. Tell me whether that works.
Japanese diretory is 1041.
After rename it, I tried to use Visual Haskell 0.2. But same error dialog opened and exit Visual Studio, too.
-- shelarcy <shelarcy capella.freemail.ne.jp> http://page.freett.com/shelarcy/

On 11/30/06, Krasimir Angelov
You can try to setup it manually using the following commands:
$ regsvr32 /i:8.0 /n vs_haskell.dll $ regsvr32 /i:8.0 /n vs_haskell_babel.dll $ regsvr32 /i:8.0 /n vs_haskell_dlg.dll $ devenv.exe /Setup
I am having similar problems with the Visual Haskell install, and the commands given did not help. When I open Visual Studios Help | About dialog, I get an error about the package failing to initialize. I am installing to an English copy, however.

Hi Krasimir,
On 11/30/06, Krasimir Angelov
wrote: You can try to setup it manually using the following commands:
$ regsvr32 /i:8.0 /n vs_haskell.dll $ regsvr32 /i:8.0 /n vs_haskell_babel.dll $ regsvr32 /i:8.0 /n vs_haskell_dlg.dll $ devenv.exe /Setup
Why you always show 8.0 instead of 7.1?
On Fri, 01 Dec 2006 03:48:49 +0900, Justin Bailey
I am having similar problems with the Visual Haskell install, and the commands given did not help. When I open Visual Studios Help | About dialog, I get an error about the package failing to initialize. I am installing to an English copy, however.
Their commands didn't help for my environment too. I saw same error dialog that I sent previous mail.
On 11/30/06, shelarcy
wrote: It's not good error message. Anyway, I translate it.
Near the end of install process, error dialog opened and says:
--- The problem happende, so exit Microsoft Development Environment. I'm sorry for causing inconvenience to you.
(under its message, error dialog has form that send error report for Microsoft or shows error detail. These messages are not important, so I don't translate that.) ---
And click form that shows error detail, another dialog opened. It shows:
--- :Error ditail: An unhandled exception has been caught by the VSW exception filter. :Error Signature: AppName: devenv.exe AppVer: 7.10.6030.0 ModName: unknown ModVer: 0.0.0.0 Offset: 00bbbacc :Report Detail: (Below meassage attetion to user that error report send what. So these messages are not important, too.) ---
Best Regards, -- shelarcy <shelarcy capella.freemail.ne.jp> http://page.freett.com/shelarcy/

Hi Shelarcy,
On 12/1/06, shelarcy
Why you always show 8.0 instead of 7.1?
Sorry, I thought that you are using VStudio 2005.
On Fri, 01 Dec 2006 03:48:49 +0900, Justin Bailey
wrote: I am having similar problems with the Visual Haskell install, and the commands given did not help. When I open Visual Studios Help | About dialog, I get an error about the package failing to initialize. I am installing to an English copy, however.
Their commands didn't help for my environment too. I saw same error dialog that I sent previous mail.
I saw this message this morning: http://www.cygwin.com/ml/cygwin/1998-04/msg00133.html I wonder whether this may cause the problem. I have uploaded a new vs_haskell.dll here: http://www.haskell.org/visualhaskell/vs_haskell.zip It is the same dll but without stripped debug symbols. Could you try to replace it in your installation? Cheers, Krasimir

Hi Krasimir,
On Fri, 01 Dec 2006 16:56:02 +0900, Krasimir Angelov
http://www.cygwin.com/ml/cygwin/1998-04/msg00133.html
I wonder whether this may cause the problem. I have uploaded a new vs_haskell.dll here:
http://www.haskell.org/visualhaskell/vs_haskell.zip
It is the same dll but without stripped debug symbols. Could you try to replace it in your installation?
I tried to replace vs_haskell.dll after Windows Installer (MSI), no error occur during "devenv.exe /Setup" command or using Visual Haskell. I can make new Haskell project.
On Fri, 01 Dec 2006 03:48:49 +0900, Justin Bailey
wrote: I am having similar problems with the Visual Haskell install, and the commands given did not help. When I open Visual Studios Help | About dialog, I get an error about the package failing to initialize. I am installing to an English copy, however.
And I can open Studios Help | About dialog without any error. After exit Visual Haskell, Microsoft Development Environment opened error dialog about devenv.dll sometimes. Anyway, this error is harmless and I reported to Microsoft by form. Best Regards, -- shelarcy <shelarcy capella.freemail.ne.jp> http://page.freett.com/shelarcy/

Thanks. In the mail that I mentioned there was a sugesstion to use -s
option during dll linking. This has the advantage that the produced
dll will be smaller but still correct. I will try to build a new dll
again with this option this time. If it works I will prepare a new
installer with the updated dll.
Cheers,
Krasimir
On 12/1/06, shelarcy
Hi Krasimir,
On Fri, 01 Dec 2006 16:56:02 +0900, Krasimir Angelov
wrote: http://www.cygwin.com/ml/cygwin/1998-04/msg00133.html
I wonder whether this may cause the problem. I have uploaded a new vs_haskell.dll here:
http://www.haskell.org/visualhaskell/vs_haskell.zip
It is the same dll but without stripped debug symbols. Could you try to replace it in your installation?
I tried to replace vs_haskell.dll after Windows Installer (MSI), no error occur during "devenv.exe /Setup" command or using Visual Haskell.
I can make new Haskell project.
On Fri, 01 Dec 2006 03:48:49 +0900, Justin Bailey
wrote: I am having similar problems with the Visual Haskell install, and the commands given did not help. When I open Visual Studios Help | About dialog, I get an error about the package failing to initialize. I am installing to an English copy, however.
And I can open Studios Help | About dialog without any error.
After exit Visual Haskell, Microsoft Development Environment opened error dialog about devenv.dll sometimes. Anyway, this error is harmless and I reported to Microsoft by form.
Best Regards,
-- shelarcy <shelarcy capella.freemail.ne.jp> http://page.freett.com/shelarcy/

The zip file is updated with .dll that is with stripped debug symbols but with --optdll-s as it is recommended. Could some one try whether it works? It is about two times smaller than the non stripped version.
Cheers, Krasimir

Hi Krasimir,
On Sat, 02 Dec 2006 02:14:26 +0900, Krasimir Angelov
The zip file is updated with .dll that is with stripped debug symbols but with --optdll-s as it is recommended. Could some one try whether it works? It is about two times smaller than the non stripped version.
Is this file updated one? I downloaded it from above url again. But file size is same. So, I checked hash. It noticed that current and previous files are same. $ md5sum vs_haskell.dll \a968ac130932a9b38bd0da50e9ae865a *C:\\Documents and Settings\\ Administrator\\My Documents\\vs_haskell\\vs_haskell.dll $ md5sum C:\Doc\Haskell\vs_haskell\vs_haskell.dll \a968ac130932a9b38bd0da50e9ae865a *C:\\Doc\\Haskell\\vs_haskell\\ vs_haskell.dll Best Regards, -- shelarcy <shelarcy capella.freemail.ne.jp> http://page.freett.com/shelarcy/

Sorry. I was sleeping and I uploaded it to darcs.haskell.org instead
to haskell.org. Try it now.
Cheers,
Krasimir
On 12/2/06, shelarcy
Hi Krasimir,
On Sat, 02 Dec 2006 02:14:26 +0900, Krasimir Angelov
wrote: The zip file is updated with .dll that is with stripped debug symbols but with --optdll-s as it is recommended. Could some one try whether it works? It is about two times smaller than the non stripped version.
Is this file updated one? I downloaded it from above url again. But file size is same. So, I checked hash. It noticed that current and previous files are same.
$ md5sum vs_haskell.dll \a968ac130932a9b38bd0da50e9ae865a *C:\\Documents and Settings\\ Administrator\\My Documents\\vs_haskell\\vs_haskell.dll
$ md5sum C:\Doc\Haskell\vs_haskell\vs_haskell.dll \a968ac130932a9b38bd0da50e9ae865a *C:\\Doc\\Haskell\\vs_haskell\\ vs_haskell.dll
Best Regards,
-- shelarcy <shelarcy capella.freemail.ne.jp> http://page.freett.com/shelarcy/

Good. That new .dll works, too.
Best Regards,
On Sat, 02 Dec 2006 16:13:01 +0900, Krasimir Angelov
Sorry. I was sleeping and I uploaded it to darcs.haskell.org instead to haskell.org. Try it now.
On 12/2/06, shelarcy
wrote: On Sat, 02 Dec 2006 02:14:26 +0900, Krasimir Angelov
wrote: The zip file is updated with .dll that is with stripped debug symbols but with --optdll-s as it is recommended. Could some one try whether it works? It is about two times smaller than the non stripped version.
Is this file updated one? I downloaded it from above url again. But file size is same. So, I checked hash. It noticed that current and previous files are same.
-- shelarcy <shelarcy capella.freemail.ne.jp> http://page.freett.com/shelarcy/

On 11/30/06, Krasimir Angelov
I wonder whether this may cause the problem. I have uploaded a new vs_haskell.dll here:
http://www.haskell.org/visualhaskell/vs_haskell.zip
It is the same dll but without stripped debug symbols. Could you try to replace it in your installation?
That new DLL worked for me, and I can also create new Haskell projects. Very cool - thanks! Justin

Hi Krasimir,
On Fri, 01 Dec 2006 02:18:19 +0900, Krasimir Angelov
Could you check whether you have this registry key:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualStudio\8.0\InstallDir
and tell me its value?
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualStudio\7.1\InstallDir" value is "C:\Program Files\Microsoft Visual Studio .NET 2003\Common7\IDE\".
Typically its value should be such that the following script to work.
Set shell = CreateObject("WScript.Shell") vstudioPath = shell.RegRead ("HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualStudio\8.0\InstallDir") shell.Run ("""" & vstudioPath & "devenv.exe"" /Setup",0,true)
I saw your message, then I checked vshaskell darcs repository and I saw vs_haskell_setup/setup.vbs. Okay, I know I forgot to tell popup message what made by VBScript. I saw just one popup message. It says "Failed to setup VStudio".
On 11/30/06, shelarcy
wrote: Hi Krasimir,
On 11/30/06, shelarcy
wrote: But ... I can't install Visual Haskell prerelease 0.2. Near the end of install process, Microsoft Development Environment cause error. On Thu, 30 Nov 2006 17:03:22 +0900, Krasimir Angelov
wrote: Could you tell me what error message you see during the installation? If it is in Japan then translate it in English ;-). It's not good error message. Anyway, I translate it.
Best Regards, -- shelarcy <shelarcy capella.freemail.ne.jp> http://page.freett.com/shelarcy/
participants (3)
-
Justin Bailey
-
Krasimir Angelov
-
shelarcy