電子書籍の厳選無料作品が豊富!

win764bitです。

SQLサーバー2008をインストールしようとすると、

****************************************************
アプリケーションのコンポーネントで、
ハンドルされていない例外が発生しました。
続行をクリックすると、アプリケーションはこのエラーを無視し、
続行しようとします。
終了をクリックすると、アプリケーションは直ちに終了します。

************** 例外テキスト **************
System.Configuration.ConfigurationErrorsException: userSettings/Microsoft.SqlServer.Configuration.LandingPage.Properties.Settings のための構成セクション ハンドラを作成中にエラーが発生しました。: ファイルまたはアセンブリ 'System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'、またはその依存関係の 1 つが読み込めませんでした。指定されたファイルが見つかりません。
(C:\Users\1\AppData\Local\Microsoft_Corporation\LandingPage.exe_StrongName_ryspccglaxmt4nhllj5z3thycltsvyyx\10.0.0.0\user.config line 5) --->
System.IO.FileNotFoundException: ファイルまたはアセンブリ 'System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'、またはその依存関係の 1 つが読み込めませんでした。指定されたファイルが見つかりません。

ファイル名 'System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' です。
場所 System.Configuration.TypeUtil.GetTypeWithReflectionPermission(IInternalConfigHost host, String typeString, Boolean throwOnError)
場所 System.Configuration.RuntimeConfigurationRecord.RuntimeConfigurationFactory.Init(RuntimeConfigurationRecord configRecord, FactoryRecord factoryRecord)
場所 System.Configuration.RuntimeConfigurationRecord.RuntimeConfigurationFactory.InitWithRestrictedPermissions(RuntimeConfigurationRecord configRecord, FactoryRecord factoryRecord)
場所 System.Configuration.RuntimeConfigurationRecord.CreateSectionFactory(FactoryRecord factoryRecord)
場所 System.Configuration.BaseConfigurationRecord.FindAndEnsureFactoryRecord(String configKey, Boolean& isRootDeclaredHere)

警告: アセンブリ バインドのログ記録がオフにされています。
アセンブリ バインドのエラー ログを有効にするには、レジストリ値 [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) を 1 に設定してください。
注意: アセンブリ バインドのエラー ログに関連するパフォーマンス ペナルティがあります。
この機能をオフにするには、レジストリ値 [HKLM\Software\Microsoft\Fusion!EnableLog] を削除します。

--- 内部例外スタック トレースの終わり ---
場所 System.Configuration.BaseConfigurationRecord.FindAndEnsureFactoryRecord(String configKey, Boolean& isRootDeclaredHere)
場所 System.Configuration.BaseConfigurationRecord.GetSectionRecursive(String configKey, Boolean getLkg, Boolean checkPermission, Boolean getRuntimeObject, Boolean requestIsHere, Object& result, Object& resultRuntimeObject)
場所 System.Configuration.BaseConfigurationRecord.GetSection(String configKey)
場所 System.Configuration.ClientConfigurationSystem.System.Configuration.Internal.IInternalConfigSystem.GetSection(String sectionName)
場所 System.Configuration.ConfigurationManager.GetSection(String sectionName)
場所 System.Configuration.ClientSettingsStore.ReadSettings(String sectionName, Boolean isUserScoped)
場所 System.Configuration.LocalFileSettingsProvider.GetPropertyValues(SettingsContext context, SettingsPropertyCollection properties)
場所 System.Configuration.SettingsBase.GetPropertiesFromProvider(SettingsProvider provider)
場所 System.Configuration.SettingsBase.GetPropertyValueByName(String propertyName)
場所 System.Configuration.SettingsBase.get_Item(String propertyName)
場所 System.Configuration.ApplicationSettingsBase.GetPropertyValue(String propertyName)
場所 System.Configuration.ApplicationSettingsBase.get_Item(String propertyName)
場所 Microsoft.SqlServer.Configuration.LandingPage.LandingPageForm.OnLoad(EventArgs e)
場所 System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
場所 System.Windows.Forms.Control.CreateControl()
場所 System.Windows.Forms.Control.WmShowWindow(Message& m)
場所 System.Windows.Forms.Control.WndProc(Message& m)
場所 System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
場所 System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

****************************************************

と言うエラーが表示されます。
続行してインストールしようとすると、最終的にエラーになり
インストールできません。

Microsoft.NET Frameworkは4と4.5しかインストールされてない状態です。

SQLServer2008SP1-KB968369-IA64-JPN.exe
SQLManagementStudio_x64_JPN.exe
SQLEXPR_x64_JPN.exe
これら全部同じエラーが出ます。

A 回答 (2件)

HKEY_LOCAL_MACHINE です。




# 先の質問で「媒体」求められた経緯といい、
# 以前に製品版をインストールしたことがあるのなら
# もう少し違う操作が必要かも。
    • good
    • 0
この回答へのお礼

もしかしてHKLMはHKEY_LOCAL_MACHINEの略なのですね。

Software\Microsoft\まで辿って行ったら、
Fusionと言うフォルダはあったのですが

「Fusion!EnableLog」と言うのが見つけられませんでした。泣

>以前に製品版をインストールしたことがあるのなら

製品版ってExpressではないエディションの事ですか?
インストールしたことがあるとしてもExpressなのです。

再度ご回答ありがとうございました。

お礼日時:2013/08/11 21:22

メッセージの中央あたり”警告”に、レジストリに関する記述がありますけど


試したのでしょうか?

レジストリエディタで操作・設定を行えますか?
(必ずバックアップして下さいね)
    • good
    • 0
この回答へのお礼

再度ご回答有難うございます。

アセンブリ バインドのログ記録がオフにしてみたいのですが
レジストリ値 [HKLM\Software\Microsoft\Fusion!EnableLog]
はどれを見ればいいのでしょうか?

regedit.exeを起動したのですが
「HKLM」で始まる項目がありません。

HKEY_CLASSES_ROOT
HKEY_CURRENT_USER
HKEY_LOCAL_MACHINE
HKEY_USERS
HKEY_CURRENT_CONFIG

のどこを見ればいいのでしょうか?

お礼日時:2013/08/11 19:17

お探しのQ&Aが見つからない時は、教えて!gooで質問しましょう!